搜索资源列表
另类的压缩方式
- 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
TestZip
- 用huffman编码实现对文件的压缩以及解压。其中有四个功能,分别用-f、-d等参数,压缩文件为txz文件、原文件规定问txt文件-use the Huffman coding the file compression and decompression. Of these, four features were used-f,-d and other parameters, compressed file txz document, the provisions of the origina
Huffman
- 1、一个数据压缩器,能够对任意格式的文件进行压缩处理,从源文件读取字符经过压缩器译码并打包输出到目的文件。 2、一个解压器能够对由压缩器压缩得到的压缩文件进行解压缩,图2描述了解压缩过程的协同图。解压器还要能够判断文件类型以及文件是否被篡改。-1, a data compression, the compression processing to the files in any format, is read from the source file the character compr
Huf_Zipper
- huffman压缩文本文件程序,具有压缩解压缩功能-huffman code zip software,it can zip and unzip .txt document
HuffmanCompression
- 通过哈弗曼压缩算法实现文件的压缩与解压软件-By Huffman compression algorithm for file compression and decompression software
Huffman-Decode
- Huffman 原理编码压缩解压文件,先构造 Huffma 树再编码-Huffman Decode