搜索资源列表
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.
统计压缩算法
- 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
ziparchive
- ZIP压缩、解压缩算法库,完全C++实现,支持多种平台。下面是英文描述: This library adds zip compression and decompression functionality to your program, allowing you to create and modify ZIP files in the compatible way with WinZip, PKZIP and other popular archivers. Its easy and
huffman-0.7
- Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. M
C.LZW
- lzw压缩算法的c语言实现及用C++实现算术编码-lzw compression algorithm in C Language C and achieve Arithmetic Coding
waveletcompression(vc++)
- 用Visual C++ 实现的小波压缩算法-achieve with Visual C wavelet compression algorithm
pressFile
- 用c++实现文件的压缩,用的是现在比较经典的压缩算法-c achieve with the document compression, the now classic comparison of the compression algorithm! !
LZW_src
- C++类实现LZW 压缩算法-C + + classes to achieve LZW compression algorithm
zlib1.2
- 许多压缩算法都用到了ZLIP算法,也就是GZip算法,这里给出的是其C实现的源代码,可以好好看看,还是有些参考价值的。
arithmetic
- 算术编码的c实现 此算法将图像文件读入,通过算术编码进行压缩
lz77
- lz77编码算法c程序实现!!第一次船请大家海涵
programme
- 最短路径算法C C++ 邻接矩阵实现 哈夫曼算法和哈夫曼树 RSA算法的C++实现 lzw压缩算法的c语言实现 计算日期程序(C语言)
HuffmanCodingalgrithm
- 哈夫曼算法以及哈夫曼树实现 c++实现 这个是编码的基础
lzari压缩算法
- 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。-LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this a
LPC线性预测压缩算法的实现
- 线性预测压缩算法的实现。c语言实现,我实验课上写的,可以用codeblocks运行
lzwc
- 用c语言实现的数据压缩算法,核心算法为lzw算法-C language used to achieve data compression algorithm, the core algorithm lzw algorithm
JPEG
- 图像压缩程序 JPEG格式文件研所算法 C++实现-picture winar algorithm
LZW
- LZW算法C实现(标准LZW算法,经过验证,对不同数据有一定的压缩效果)-LZW algorithm C to achieve (standard LZW algorithm is proven, there are some different data compression)
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.
赫夫曼算法C++
- 赫夫曼压缩算法的C++实现,可用于对字符串的压缩并计算压缩率(Huffman compression algorithm C++)