搜索资源列表
lzw
- 老外写的一个实现LZW算法的示范程序,为了简单起见,该算法未作最佳的优化.-foreigner was a realization of the LZW algorithm model procedures for the sake of simplicity, the algorithm is not optimal for the best.
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
LZW.rar
- LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt,LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, including: LZ77.doct1.txtt2.txtt3.txtcc3260mt
gif-lzw.rar
- 应用于gif动画格式的lzw解压缩算法程序,实现gif动画的现实,Gif animation format used in the decompression algorithm lzw procedures, to achieve realistic animation gif
lzw
- lzw算法的实现,字典项过多是可以自动清零-lzw algorithm, the dictionary is too many items can be automatically cleared
lzw
- LZW压缩和解压缩算法源文件,只需要把所有文件添加到一个工程中就可以编译运行了。-LZW compression and decompression algorithm source file, simply put all files to a project can compile and run the project.
LZW
- LZW算法实现对文本文件的压缩,对文本文件和图像文件都有较好的压缩效果。-LZW algorithm to compress and decompress text files, and is divided into two 12-bit and 16-bit versions. Has good compression effect on the image and text files.
lzw
- 实现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;
LZW
- LZW压缩算法的简单实现,以及介绍论文和伪代码-LZW compression algorithm is a simple realization
LZW_src
- lzw算法的实现,包括各种平台的支持和各种优化选项-LZW algorithm, including support for a variety of platforms and a variety of optimization options
LZW
- lzw压缩(matlab源程序)欢迎大家下载 里面有实例-LZW compression (matlab source code) are welcome to download there are examples of
LZW
- 用VC++实现LZW算法,还不错,值得一看-Using VC++ realize LZW algorithm, but also well worth a visit
LZW_Demo
- LZW算法的实现,用C语言编写的,LZW算法是一个压缩算法,压缩比例很高!喜欢了解的人看看吧!-lzw algorithm implementation!
lzw
- lzw algorithm in java
lzw
- lzw 算法, 还是蛮有用的哦,是c++语言的-lzw algorithm, or quite used to Oh, is c++ language
LZW
- LZW算法,实现对文本文件的加压和解压,能处理任意后缀的文件-LZW algorithm, to realize a text file compression and decompression, can handle any file suffix
lzw
- 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
LZW
- LZW算法C实现(标准LZW算法,经过验证,对不同数据有一定的压缩效果)-LZW algorithm C to achieve (standard LZW algorithm is proven, there are some different data compression)
LZ77-LZ78-HUF-ARI-LZW-RLE
- 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
LZW
- lzw算法实现,可以实现对文本的编码和解码,方便简便-lzw algorithm, can encode and decode the text to facilitate easy