搜索资源列表
LZW压缩算法源代码和示例程序代码.zip
- LZW压缩算法源代码和示例程序代码
LZW压缩算法源代码和示例程序代码c++
- LZW压缩算法源代码和示例程序代码c-LZW compression calculates the law origin code and demonstration procedure code c
LZW压缩算法源代码和示例程序
- LZW压缩算法源代码和示例程序代码-LZW compression algorithm source code and sample code
含有zip、lzw、gzip等多种压缩算法的程序
- 含有zip、lzw、gzip等多种压缩算法的程序
lzss-lzw-scz压缩解压
- 三个压缩/解压缩算法,可在linux windows vxworks等平台使用,便于移植
LZW压缩算法源代码和示例程序代码c++
- LZW压缩算法源代码和示例程序代码c-LZW compression calculates the law origin code and demonstration procedure code c
LZW压缩算法源代码和示例程序
- LZW压缩算法源代码和示例程序代码-LZW compression algorithm source code and sample code
图像压缩算法lzw
- 数字图像 压缩算法-A LZW Compress algorithm used in digital image Process.
LZW算法源码C语言
- LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的
行程长度编码lzw压缩算法源代码和示例程序代码
- 行程长度编码,在MPEG编码里面也非常有用,可以学习-length encoding in MPEG encoder inside are very useful, can learn to s
LZW_Demo
- WINDOWS 界面,LZW压缩算法和RLE压缩算法的实现源码及Demo。-Windows interface, LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
LZW_compress_algorithm
- LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.
lzw_c++
- 此程序是经典算法LZW压缩算法的实现,具有较好的压缩与解压速度,并有较好的压缩比.在vc6.0环境下编译通过-classic LZW algorithm for the compression algorithm to achieve, the better compression and decompression speed, and a better compression ratio. in vc6.0 compile envi
RLE_compress
- LZW压缩算法和RLE压缩算法的实现源码及Demo。-LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
lzw
- 网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
lzw
- 一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩-lZW a compression algorithm based on the efficient realization can be used for data and image compression efficiency
LZW_src
- LZW 压缩算法想必大家都很熟悉 很多压缩壳就是使用此算法 -LZW compression algorithm must be very familiar with a lot of U.S. shell is compressed using this algorithm
LZW_Demo
- LZW压缩算法和RLE压缩算法的实现源码及Demo实例-LZW compression algorithm and implementation of RLE compression algorithm and source code examples Demo
lzw
- 该程序实现了 lzw压缩算法编码,主要基于2、3、4像素序列(The soruce of LZW compression algorithm)