Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - LZW
Search - LZW - List
这是一个词典(LZW)编码编码程序,可以直接使用,输入输出均为文件格式。-This is a dictionary (LZW) coding coding procedures can be used directly, both input and output file format.
Date : 2025-07-12 Size : 14kb User : 王奎

LZW.c 本演示程序提供了LZW编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩
Date : 2025-07-12 Size : 3kb User : zhangpin

香农和LZW快速算法源代码,VC版本,欢迎使用-Shannon and LZW algorithm source code fast, VC versions are welcome to use
Date : 2025-07-12 Size : 11kb User : nico

DL : 0
LZW用C语言实现。 LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如"print" 字符串,如果在压缩时用266表示,只要再次出现,均用266表示,并将"print"字符串存入串表中,在图象解码时遇到数字266,即可从串表中查出 266所代表的字符串"print",在解压缩时,串表可以根据压缩数据重新生成
Date : 2025-07-12 Size : 9kb User : huangjacket

LZW压缩算法是一种新颖的压缩方法。此文件为LZW压缩算法的仿真源文件。-LZW compression algorithm is a novel compression method. This document is LZW compression algorithm for the simulation of the source file.
Date : 2025-07-12 Size : 286kb User : 燕子

DL : 0
这是一个密码学实验程序,主要是用LZW算法进行数据的处理-This is an experimental procedure Cryptography, LZW algorithm is mainly used for data processing
Date : 2025-07-12 Size : 2kb User : jiang tao

DL : 0
lzw压缩源代码, 非常快速的lzw算法,以前保存下来的,现在共享给大家-LZW compression source code, very fast LZW algorithm, previously saved, and now shared with everyone
Date : 2025-07-12 Size : 3kb User : lx

LZW data compression/expansion demonstration program.
Date : 2025-07-12 Size : 3kb User : sun wayne

实现LZW的编码和解码,适用于gif图像格式。-Realize the encoding and decoding LZW, applicable to gif image format.
Date : 2025-07-12 Size : 3kb User : 沈达

c语言压缩算法,LZW.高效率,适合于对大文件进行压缩.-c language compression algorithm, LZW. high efficiency, suitable for large files are compressed.
Date : 2025-07-12 Size : 3kb User : elipas

一种LZW改进的具体实现过程,代码是基于VC的-LZW a concrete realization of the process of improving, the code is based on the VC
Date : 2025-07-12 Size : 973kb User : 崔跃利

LZW编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩。-LZW coding method of compression and decompression functions, and to realize the image file compression and decompression.
Date : 2025-07-12 Size : 13kb User : 魏梨君

lzw压缩(matlab源程序)欢迎大家下载 里面有实例-LZW compression (matlab source code) are welcome to download there are examples of
Date : 2025-07-12 Size : 3kb User : liaup

matlab写的lzw和huffman的编码,希望对大家有用-matlab write LZW and huffman encoding, in the hope that useful
Date : 2025-07-12 Size : 565kb User : 武瑞霞

DL : 0
LZW压缩,解压缩,实现不同方式的加密,和解密,主要用NET编写-LZW COMPRESS
Date : 2025-07-12 Size : 85kb User : 钟建

LZW的VC++实现,很简单,很好用,大家可以下,试一试哦-LZW realize the VC++, very simple, very good, and everyone can, the try Oh
Date : 2025-07-12 Size : 1kb User : 华超

DL : 0
LZW数据压缩算法原理介绍与分析,关于算法的介绍,希望有帮助-LZW data compression
Date : 2025-07-12 Size : 9kb User : 孙嘉嘉

DL : 0
一个完整的LZW编码工程,只需输入文件名就可以用了,程序简单清晰,适合初学者。-LZW encoding a complete project, simply enter the file name can be used, clear and easy procedure, suitable for beginners.
Date : 2025-07-12 Size : 360kb User : 张飞艳

DL : 0
This an implemetion of LZW compression of big files which has string values
Date : 2025-07-12 Size : 2kb User : NeeL

数据压缩,c语言,vc实现,lzw编码算法-Data compression, c language, vc achieve, lzw coding
Date : 2025-07-12 Size : 13kb User : dyg
« 1 23 4 5 6 7 8 9 10 ... 39 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.