搜索资源列表
lzw源码
- lzw源码,比较好压缩解压算法源码网页的字体、大小、颜色及页面布局的语言,使用任何的文本编辑器都可以 对它进行编辑,与VB、C++等编程...最多可包含 256 种颜色(包括透明色)。文 件的大小取决于实际使用的颜色数目。它使用 LZW 压缩算法来... (2005-6-7,VB,61KB,下载0次)【向站长-4,558,302 source, the better compression decompression algorithm source web font, size, color
lzw_ya_suo_jie_ya
- 文本文件压缩解压工具,采用lzw算法,是数据结构课程的作业,使用环境为vc6.0,使用了mfc.-text file compression decompression tool used lzw algorithm, the data structure course operations, vc6.0 use of the environment to use the mfc.
lzwMatlab.zip
- Implements a TIF compatible LZW encoding/decoding algorithm,Implements a TIF compatible LZW encoding/decoding algorithm
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_src
- lzw算法的实现,包括各种平台的支持和各种优化选项-LZW algorithm, including support for a variety of platforms and a variety of optimization options
lzw
- 惟一可译码判决准则信道容量的迭代算法 进一步熟悉惟一可译码判决准则-The only decision criteria can decode the channel capacity of the iterative algorithm can decode more familiar with the sentencing guidelines only
LZWCompression
- LZW 压缩算法的C语言实现,可以实现对字符串的字典压缩编码。初级程序-LZW compression algorithm of the C language can be achieved on the string dictionary coding. Primary process
lzwAlgorithmBySia
- LZW algorithm implementation by cshap
lzw
- lzw_压缩算法的_编码_和译码_的实现程序.rar-lzw_ coding compression algorithm _ _ _ and the realization of decoding process. rar
lzw
- 实现多媒体流数据无损压缩LZW编码、解码算法,界面简单,可以自定义字典。-Multimedia streaming data about LZW encoding, decoding algorithm, the interface is simple, and can customize the dictionary.
lzw
- text compress and unzipp with LZW algorithm
lzw
- 屏幕控制源码,采用一定的算法进行了屏幕图像的压缩,效果比较好-Screen control source code, the screen image compression algorithm, the results were better
Mybole
- 本程序设计主要完成对LZW算法压缩与解压缩两方面的工作,是进一步学习LZW算法有效实例-This design program mainly complete the LZW algorithm compression and unzip the two aspects of the work, it is further study LZW algorithm effective examples
LZW
- lzw 压缩算法 写的比较简单 提供大家学习一下-lzw compression algorithm provides them to learn about
matlab
- 基于B-LZW算法的数据无损压缩 B-LZW压缩算法 LZW的结构设计-Lossless compression B-LZW algorithm-based data structure design of the B-LZW compression algorithm LZW
LZW
- 使用c++实现著名的LZW算法,包含有2个类文件-Using c++ implementation famous LZW algorithm, contains two class files
LZW
- 用C++写的是多媒体上关于LZW算法的代码,希望对各位有用-With C++ multimedia on the code is written on LZW algorithm, hope that useful
lzw-C
- lzw算法的C语言实现,有压缩程序和解压程序-lzw algorithm in C language, the program compression and decompression procedures
Arch
- lzw algorithm. compress/decompress
practice
- 本程序使用LZW算法对图像进行压缩。压缩编码是一种先进的数据压缩技术,属于无损压缩编码。对于简单图像和平滑且噪声小的信号源具有较高的压缩比,并且有较高的压缩和解压缩速度。(This program uses the LZW algorithm to compress the image. Compression coding is an advanced data compression technology. It belongs to lossless compression coding.