搜索资源列表
hfm
- 霍夫曼压缩解压缩算法-Huffman compression decompression algorithms
HFM
- 哈夫曼编码器,通过哈夫曼编码实现图片的压缩功能。-Huffman encoder, Huffman encoding, through the realization of image compression.
huffman(VC)
- 控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
HFM
- 在Visual C++ 6.0环境下,利用C++语言实现霍夫曼压缩解压算法-In Visual C++ 6.0 environment, using C++ language Huffman compression and decompression algorithms
hfm
- 自适应霍夫曼编码。。在VS2008下运行。。C++源码-Adaptive Huffman coding. . Run in VS2008. . C++ Source
hfm
- 输入文件路径即可对中英文文本进行压缩和解压缩,简单明了。
HFM
- 哈弗曼编码,请一定要上载质量高而且本站没有的源码-what is your name,I don t know what your name?creat aHafu Man,where are you from,I m from china,I speak English,how are you,fine
hfm
- java写的哈弗曼编码,包括一个节点类和一个编码的类-Huffman coding java to write, including a node class and a coding class
HFM
- 1)对给定的一份的文本文件,实现基于哈夫曼编码的文件压缩与解压操作。 2)该文件所包含的字符:26个字母的大小写、10种标点符号(一对双引号、一对单引号、冒号、逗号、分号、句号、问号以及感叹号)。 3)支持对以上业务实体内容的保存与打开等文件操作。(1) for a given text file, Huffman encoding file compression and decompression operation based on. 2) this document conta
