资源列表
huffan
- 哈夫曼压缩与解压
7z465
- 7z源码,可解压zip,rar,7z等。-7z source, can unpack zip, rar, 7z, etc..
DataCompression
- RLE压缩,解压缩,元阿米,可以运行哦-RLE compression, decompression, Un Ami, you can run Oh! ! ! !
unrarsrc-3.6.8.tar
- Zlib解压代码,ZIP,RAR解码源代码-Zlib decompression code
lzma912
- The LZMA algorithm used in 7zip. The archive contains C version, C++ version as well as C# version source code.
lzip-1.10
- Source code of lzip, written in C++, using LZMA algorithm.
Kompresja
- Compress alghoritm LZ78
shcodec-1.0.1
- shcodec ver 1.0.1 - a fast and efficient Huffman coder. Using only 1280 bytes to 574 bytes of encoding and decoding is very fast. shcodec use an effective method for packaging the code tree and can easily be integrated with your program. This package
P12a
- P12a-console arhivator.Compression these programs based on neural networks that are fast enough for practical applications.
bcl-1.2.0
- RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定的标记字节出现在非重复节(顶多以两个字节来编码)的稀有情况下
huffman
- 本程序描述了哈夫曼编码,实现了哈夫曼编码,以及实现图像的读取与显示。-this text xian shi le tu xiang bian ma yu jie ma.
HuffmanExp
- vc编程实现Huffman编码。-vc programming Huffman coding.