Library and command line program for Huffman encoding and decoding both files and chunks of memory. - 资源详细说明
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
Library and command line program for Huffman encoding and decoding both files and chunks of memory. - 源码文件列表