所属分类:
压缩解压
开发工具:C/C++
文件大小:48KB
下载次数:20
上传日期:2007-05-03 02:23:31
说明: 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)
文件列表:
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