huffman

所属分类:matlab编程
开发工具:matlab
文件大小:19KB
下载次数:318
上传日期:2007-10-17 14:59:22
上 传 者lindajillduan
说明:  matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)
(huffman coding matlab realize 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark ) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer))

文件列表:
Discalmer.txt (568, 2004-04-23)
frequency.m (572, 2004-07-02)
huff2norm.m (1489, 2004-07-02)
huffcodes2bin.m (1185, 2004-07-02)
huffman_bench1.m (771, 2004-07-04)
huffman_bench2.m (1356, 2004-07-04)
huffman_demo1.m (1439, 2004-07-04)
huffman_demo2.m (2218, 2004-07-04)
huffman_docs.zip (11480, 2004-05-11)
huffman_test1.m (445, 2004-07-04)
norm2huff.m (3670, 2004-07-02)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % huffman code Read Me % % % % % % Last update: 04 july 2004 % % by Pepecito, pepecito@email.it % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ################################### # # # Content of ZIP archive # # # ################################### 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer) 12. ReadMe.txt (this file) ################################### # # # NOTES # # # ################################### The function has been created using the following Matlab version: >> version ans = 6.1.0.450 (R12.1)

近期下载者

相关文件


收藏者