搜索资源列表
LZW压缩算法源代码和示例程序代码.zip
- LZW压缩算法源代码和示例程序代码
压缩算法代码包comp.zip
- 压缩算法代码包
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
改进的LZSS压缩算法
- 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher compression ratio, the experi
统计压缩算法
- 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
21种加密54种压缩 算法模块
- 21种加密54种压缩 算法模块-21 54 21 compressed 54 encryption algorithm compression module
Lempel-Ziv 压缩算法
- 本程序采用 Lempel-Ziv 压缩算法,代码是根据 Markus Franz Xaver Johannes Oberhumer 的 LZO 改写而成-the procedures used Lempel - Ziv compression algorithm, code is based on Franz Xaver Markus Johannes Oberhumer rewritten from the LZO
压缩算法的C语言源程序
- 压缩算法的C语言源程序-compression algorithm in C language source
压缩算法
- Huffman with Short dictionary压缩算法(VB.NET Source)-with Short dictionary Huffman compression algorithm (VB.NET Source)
压缩算法测试程序
- 压缩算法测试程序(北理计算机系老浪字做)-compression algorithm test procedure (North Jimmy computer-old wave character)
图像压缩算法的VC实现
- 图像压缩算法的VC源码,包括了jpeg的压缩编码全过程,很有学习价值。-VC source, including the jpeg compression coding entire process is learning value.
基于形态学的信号压缩算法
- 基于形态学的信号压缩算法matlab程序,能够实现较高的压缩比
lzma压缩算法源码
- 7-zip压缩源码,里面有很多压缩算法。-7-zip compression source code, there are many compression algorithms.
Lempel-Ziv 压缩算法
- Lempel-Ziv 压缩算法文档--Lempel-Ziv compression algorithm documents
776的解压缩算法篇
- 776的解压缩算法篇--776`s decompression algorithm
LZW算法C++代码(文件操作)
- LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)
LZW压缩解压算法的完整实现
- LZW算法:又称串表压缩算法,是无损压缩的一种。采用字典的方式编码和解码。
无损压缩算法代码包
- 常见的压缩算法,忘了从哪里下载的 ,有需要的童鞋可以看看。(The most common compression algorithms)
赫夫曼算法C++
- 赫夫曼压缩算法的C++实现,可用于对字符串的压缩并计算压缩率(Huffman compression algorithm C++)