Welcome![Sign In][Sign Up]
Location:
Search - LZW

Search list

[Special EffectsLZW

Description: 本演示程序提供了LZW编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-This demo provides a coding method of LZW compression and decompression functions, and the image files on the compression and decompression
Platform: | Size: 12288 | Author: 刘慧 | Hits:

[Compress-Decompress algrithmslzw

Description: lzw algorithm in java
Platform: | Size: 11264 | Author: k | Hits:

[Compress-Decompress algrithmslzw

Description: 一个c语言实现的基于字典编码技术的lzw数据压缩算法,能正确的实现压缩和解压缩-C language to achieve a dictionary-based coding technology lzw data compression algorithms, to achieve the correct compression and decompression
Platform: | Size: 4096 | Author: 娜娜 | Hits:

[Compress-Decompress algrithmslzw

Description: lzw算法的实现,字典项过多是可以自动清零-lzw algorithm, the dictionary is too many items can be automatically cleared
Platform: | Size: 3072 | Author: xiaoyida | Hits:

[Windows DevelopLZW

Description: lzw文本压缩 非常好的一个数据压缩软件-lzw text compress
Platform: | Size: 380928 | Author: xue | Hits:

[Graph programLZW

Description: LZW压缩编码及其压缩VC++源代码,绝对可以用-LZW compression coding and VC++ source code, can be absolutely
Platform: | Size: 4096 | Author: Jonas | Hits:

[Special Effectslzw

Description: 用VC实现输入图像的LZW压缩编码源程序-VC with the realization of the input image source LZW compression
Platform: | Size: 365568 | Author: 小驴 | Hits:

[Windows Developlzw

Description: 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2; (2)如果否 a 把代表当前前缀P的码字输出到码字流; b 结束。. -Coding method to achieve lzw dictionary coding algorithm Lzw design ideas: 1. The beginning of the dictionary contains all the root (first of all a single character encoding), the current time is made up of P 2. The current character (C) = the next character stream character 3. judge up- at string P+ C is in the dictionary, if A " is" : P = P+ C// (use C extension of P) B. If " no" : a prefix P to the representative of the current output of the commode to the code word stream b put up- at string P+ C added to the dictionary c so that P = C// (the P now contains only one character C) 4. to determine whether there are character stream code words to translate (1) If yes, on the return to the 2 (2) If it has a prefix P to the representative of the current output of the code word to code word stream b end. .
Platform: | Size: 1024 | Author: 符晓娟 | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW压缩方法的source code,用C写的,请参考-source code for LZW compress, C language...
Platform: | Size: 7168 | Author: Jonathan | Hits:

[Compress-Decompress algrithmsgif-lzw

Description: 应用于gif动画格式的lzw解压缩算法程序,实现gif动画的现实-Gif animation format used in the decompression algorithm lzw procedures, to achieve realistic animation gif
Platform: | Size: 4096 | Author: 雷鹏勇 | Hits:

[Compress-Decompress algrithmsLZW

Description: lzw压缩与解压缩源程序,LZW 是一种无损数据压缩算法-LZW
Platform: | Size: 5120 | Author: 刘海波 | Hits:

[Compress-Decompress algrithmsLZW

Description: 用c语言编写的LZW压缩解压程序,文件越大,压缩的效果越好-With the c language of the LZW compression decompression programs, files, the greater the compression the better
Platform: | Size: 392192 | Author: 罗方 | Hits:

[Compress-Decompress algrithmsLZW

Description: 利用LZW的压缩算法实现文件的压缩与解压缩。-LZW compression algorithm using the file compression and decompression.
Platform: | Size: 3072 | Author: renyuanfang | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW压缩算法的简单实现,以及介绍论文和伪代码-LZW compression algorithm is a simple realization
Platform: | Size: 65536 | Author: Eric | Hits:

[Data structsLZW

Description: LZW算法,实现对文本文件的加压和解压,能处理任意后缀的文件-LZW algorithm, to realize a text file compression and decompression, can handle any file suffix
Platform: | Size: 309248 | Author: tianlan | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW无损压缩算法的简单实现,并辅助相关实现过程说明和解释-LZW
Platform: | Size: 15360 | Author: Michael | Hits:

[Compress-Decompress algrithmslzw

Description: Lzw字典压缩解压缩算法,lzw算法简单但压缩效果并不比haffman算法差。现在用途也很广泛-Lzw dictionary compression decompression algorithms, lzw algorithm is simple but not higher than compression algorithm haffman worse. Now is also very wide range of uses
Platform: | Size: 74752 | Author: ada | Hits:

[JSP/JavaLZW

Description: LZW算法说明 及 C与 Java实现. 使用c和java两种语言实现LZW压缩解压缩算法-LZW algorithm descriptions and C and Java. The use of two languages, c, java achieve LZW compression decompression algorithms
Platform: | Size: 63488 | Author: Lstar | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW算法C实现(标准LZW算法,经过验证,对不同数据有一定的压缩效果)-LZW algorithm C to achieve (standard LZW algorithm is proven, there are some different data compression)
Platform: | Size: 2048 | Author: 张连 | Hits:

[Compress-Decompress algrithmsLZ77-LZ78-HUF-ARI-LZW-RLE

Description: 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
Platform: | Size: 2478080 | Author: 左岸风景 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 39 »

CodeBus www.codebus.net