资源列表
wenbenyasuoyujieya
- 文本压缩与解压缩工具。利用哈夫曼编码制作,可实现写入。-Text compression and decompression tool. Making use of Huffman coding, can achieve write.
zipupack
- 压缩壳脱壳机代码,可以对加了压缩壳的文件进行解压缩-Shelling machine code compression shell
compression4
- LZW compression algorithm
x264dateflow
- 文件介绍了x264程序的算法流程表,每个函数的内容详细介绍在里面-Document describes the algorithm flow chart x264 programs, and detailed descr iption of each function in it
lzwxjj
- lzw解码 编码 1、分析字符串流,从词典中寻找最长匹配串P(P在表中,而P+C不在表中。P为进行编码字符串,C为P后的第一个字符)。 2、输出P对应的词典码字(索引)。 3、将P+C放入词典-lzw decoding coded 1, analysis of a string stream, from the dictionary to find the longest match string P (P in the table, while the P+ C is not
HUF
- 哈夫曼编码压缩解压缩,可以用来压缩图片等文件。-Huffman coding compression decompression can be used to compress images
lzw
- LZW compression and decompression
36305-950
- Associated with each compressed flow is a context. The context is the state that the compressor and the decompressor maintain in order to correctly compress or decompress the headers of the packet in the flow. Each context is identified usin
dpcm
- 进行预测编码的一部分程序,若想使用还需自己编写部分函数-To predict the coding part of the program, if you want to use some functions need to write your own
Dpcmprj
- 预测编码的部分函数,如需使用还需另外编写部分函数-Predictive coding part of the functions needed to prepare the part for the use of function
LZW_Demo
- LZW压缩算法和RLE压缩算法的实现源码及Demo。-the algorithm of LZW
LZW
- lzw算法实现,可以实现对文本的编码和解码,方便简便-lzw algorithm, can encode and decode the text to facilitate easy