搜索资源列表
huffman
- Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
哈夫曼编译码器
- 用C语言写的哈夫曼编译码器-C language written Huffman Decoder