文件名称:huffman-0.7
介绍说明--下载内容均来自于网络,请自行研究使用
Huffman 压缩/解压算法的ANSI C实现
This archive contains a simple and readable ANSI C implementation of Huffman
coding and decoding. This implementation is not intended to be the best,
fastest, smallest, or any other performance related adjective.
More information on Huffman encoding may be found at:
http://michael.dipperstein.com/huffman
http://datacompression.info/Huffman.shtml
-Huffman compression / decompression algorithm to achieve the ANSI C This archive con tains a simple and readable ANSI C implementati on of Huffman coding and decoding. This impleme ntation is not intended to be the best, fastest, smallest, or any other performance related adjective. Mo 're information on Huffman encoding may be found at : http : / / michael.dipperstein.com / Huffman http : / / datacompression.info / Huffman.shtml
This archive contains a simple and readable ANSI C implementation of Huffman
coding and decoding. This implementation is not intended to be the best,
fastest, smallest, or any other performance related adjective.
More information on Huffman encoding may be found at:
http://michael.dipperstein.com/huffman
http://datacompression.info/Huffman.shtml
-Huffman compression / decompression algorithm to achieve the ANSI C This archive con tains a simple and readable ANSI C implementati on of Huffman coding and decoding. This impleme ntation is not intended to be the best, fastest, smallest, or any other performance related adjective. Mo 're information on Huffman encoding may be found at : http : / / michael.dipperstein.com / Huffman http : / / datacompression.info / Huffman.shtml
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 65520769huffman-0.7.zip 列表 bitarray.c bitarray.h bitfile.c bitfile.h chuffman.c COPYING getopt.c getopt.h huffman.c huffman.h huflocal.c huflocal.h LICENSE Makefile README sample.c