文件名称:huffman
介绍说明--下载内容均来自于网络,请自行研究使用
进行霍夫曼(Huffman)编码的实用C/C++程序,对于构建Huffman树的算法已经优化,可以在消耗内存最小的情况下提升编码速度.
对ASCII码字符串进行Huffman编码.-An C/C++ program that demonstrates how to construct a Huffman tree through which Huffman Code can be realized. The algorithm has been optimized to work under minimum CPU and RAM consumption.
Only applicable to ASCII strings.
对ASCII码字符串进行Huffman编码.-An C/C++ program that demonstrates how to construct a Huffman tree through which Huffman Code can be realized. The algorithm has been optimized to work under minimum CPU and RAM consumption.
Only applicable to ASCII strings.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
huffman.cpp