搜索资源列表
fixed_huffman_codes
- 静态霍夫曼编码压缩解压源代码。来自经典书籍《数据压缩导论》中的静态压缩算法源代码,可用codeblocks运行制作出exe文件,然后按照说明,使用命令提示符去运行使用。源代码方便大家改写并嵌入到自己的程序中。-fixed Huffman coding compression decompression source code. From the classic book Introduction to Data Compression in the static compression al
RedBlackTree
- 自己使用C++实现的一个简单的红黑树,可用codeblocks直接打开(Own simple red black tree)
HuffmanCode
- 包含了哈夫曼编码与解码的源码,用codeblocks环境编译(Huffman encode and decode)