Golden Huffman 是一个C++实现各种常用文本压缩算法的库. 尽可能的优化性能和减少占用空间。采用模板类template增强复用,如支持基于char和基于word的huffman,范式huffman算法 (spporting both char and word based 强调实验的特性,会详细输出中间过程,如打印具体的huffan tree。
项目主页:http://code.google.com/p/golden-huffman/
下载地址:http://code.google.com/p/golden-huffman/downloads/list
来自:开源中国社区

