资源列表
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
1HUFFMANN
- Huffman coding is an entropy encoding algorithm used for lossless data compression. The term refers to the use of a variable-length code table for encoding a source symbol (such as a character in a file) where the variable-length code table has been
TSbitrate
- 一个分析MPEG的TS码流比特速率的c代码,分析设置传输参数等。-An analysis of the TS stream MPEG bit rate of the c code analysis settings transfer parameters.
zlib
- zlib 的vc使用 lib文件,及使用方法,很不错-vc use zlib' s lib files, and use, very good
DCT
- ce code permet de cacluler les coefficiants de la dct dans un block 8*8 aisni selectionner les coefficients par un balyage zigzag
