搜索资源列表
LZW压缩算法源代码和示例程序代码c++
- LZW压缩算法源代码和示例程序代码c-LZW compression calculates the law origin code and demonstration procedure code c
LZ77算法源代码
- 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
LZW算法源码C语言
- LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,
统计压缩算法
- 1. 实现任一种统计压缩算法(如:Shannon-Fano编码、Huffman编码、算术编码等),并对自定义文件进行压缩和解压,检验结果。 2. 采用C/C++编写程序 -1. The realization of a statistical compression algorithm (eg : Shannon-Fano coding, Huffman coding, arithmetic coding, etc.), as well as from the definition f
压缩文件算法(lz77)
- 使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法-LZ77 algorithm compressed files in C code, in general, the now popular winzip. unix WinRAR and compress the use of the algorithm are
C.LZW
- lzw压缩算法的c语言实现及用C++实现算术编码-lzw compression algorithm in C Language C and achieve Arithmetic Coding
LZMA_442b
- 数据压缩算法LZMA,包含c c++ java等各种语言.主要实现的环境是vc++6.0.
qingmu
- c压缩算法,jpeg图像压缩算法-c compression algorithm, jpeg image compression algorithm
lzma449.tar
- lzma算法实现,很经典包括c/c++/c#/java的实现
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
huffman-C
- 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
LZW压缩算法源代码和示例程序
- LZW压缩算法源代码和示例程序,用C编写,很不错的代码-LZW compression algorithm source code and sample application, written in C, very good code
g723.c
- g723.c编码算法的C程序,用VC编译后可以产生G723的编解码的可执行程序-C coding algorithm g723.c procedures can be compiled using VC codec G723 have the executable program
C
- LZMA算法的源代码,测试过了 可以使用-LZMA
CSharp_TSP_GA
- C#下基于遗传算法做的TSP程序,很好用!-TSP Solution Base on GA in CSharp Language
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算法C++代码(文件操作)
- LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)
snappy-c-master
- google基于c的snappy压缩算法,压缩方便简单-google' s snappy compression algorithm based on c, convenient and simple compression
赫夫曼算法C++
- 赫夫曼压缩算法的C++实现,可用于对字符串的压缩并计算压缩率(Huffman compression algorithm C++)
7z1701-src
- 7z的压缩算法源码,对学习压缩算法有很大的帮助。(7z compression algorithm source code, can learn compression algorithm.)