资源列表
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.
CompressAndUncompress
- 运用哈弗曼算法,压缩解压文件,代码已经完整,复制粘贴就可以了-Algorithm using Havermann, codecs file, the code has been complete, copy and paste on it
11121212121212
- 格雷码转换成二进制 格雷码是一种工业使用的码值 其好处在于误码率低 但是它是一种无权码 不能进行运算-Gray code into binary Gray code is a code used by the industries the value of its benefits is that the bit error rate is low but it is a right operation code can not be
200592110581763
- 和 PKZIP 兼容的一套 ZIP 压缩包代码. -And PKZIP compatible ZIP compressed set of code.
zlib
- 无损压缩编码库,能解码WinRAR的编码文件。
huffsource
- 该软件可以压缩一个txt文档,并可以解压,压缩比例在50 左右。-The software can compress a txt document, and can extract, compression ratio of 50 .
qiuLz77
- LZ77算法源码,C++编译开发,适合数据保存或者传输压缩-LZ77 Source Code
Genius
- 基于vc++6.0环境的屏幕小精灵的开发实例,与大家共享-vc++6.0 develop a program of genius‘s making
DCT
- The codes are DCT trans algorithm.
hufman
- Huffman encode source. Input the word and the frequency, and output encoded binary number.