搜索资源列表
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
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算法源码C语言
- LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,
含有zip、lzw、gzip等多种压缩算法的程序
- 含有zip、lzw、gzip等多种压缩算法的程序
lzss-lzw-scz压缩解压
- 三个压缩/解压缩算法,可在linux windows vxworks等平台使用,便于移植
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
LZW压缩算法源代码和示例程序
- LZW压缩算法源代码和示例程序,用C编写,很不错的代码-LZW compression algorithm source code and sample application, written in C, very good code
CompressDecompress.rar
- ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
LZW
- LZW压缩算法的简单实现,以及介绍论文和伪代码-LZW compression algorithm is a simple realization
file_cut
- LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
LZW
- 利用LZW的压缩算法实现文件的压缩与解压缩。-LZW compression algorithm using the file compression and decompression.
LZW-C
- LZW压缩算法用C语言的实现相应编程,无损压缩结果和还原后信息一致。-LZW compression algorithm to achieve the appropriate use of C language programming, lossless compression results and consistent with the information after reduction.
LZW_Demo
- LZW压缩算法和RLE压缩算法的实现源码及Demo实例-LZW compression algorithm and implementation of RLE compression algorithm and source code examples Demo
LZW算法C++代码(文件操作)
- LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)
LZW压缩解压算法的完整实现
- LZW算法:又称串表压缩算法,是无损压缩的一种。采用字典的方式编码和解码。
lzw
- 该程序实现了 lzw压缩算法编码,主要基于2、3、4像素序列(The soruce of LZW compression algorithm)
lzw
- lzw压缩算法,可以实现对图像的lzw压缩,容易理解(LZW compression algorithm can realize LZW compression of image, easy to understand)