资源列表
7z920-CP
- 7zip的代码主要是7zip和LZMA,前者是平台客户端,后者是SDK。 7-Zip是一款号称有着现今最高压缩比的压缩软件,它不仅支持独有的7z文件格式,而且还支持各种其它压缩文件格式,其中包括ZIP, RAR, CAB, GZIP, BZIP2和TAR。此软件压缩的压缩比要比普通ZIP文件高30-50 。因此,它可以把经WinZip压缩的文件再压缩2-10 。-The code is mainly 7zip 7zip and for LZMA, the former is a platfo
yuxian
- 离散余弦变换在图像压缩上的应用 离散余弦变换在图像压缩上的应用-Discrete cosine transform application in image compression
ac
- 此程序能实现信息论中信源的编码和解码,采用的是固定算术编码方法。-This process can realize encoding and decoding of information theory CITIC source, using fixed arithmetic coding method.
huffman
- 简易哈弗曼编码解码C语言实现 可对输入字符统计概率并编码,然后 根据 编码自行解码 -an example of Huffman code
WinZipTool
- 本人使用VC++6.0制作的压缩与解压缩工具,十分好用。-Zip and Unzip tool
huffman
- use huffman code for text compression
Huffmann-Encoding
- Huffman Coding By Kratos
Compress
- 游程编码压缩与解压缩,实现如 a,a,a,a,a,a,b,b,b,b,b到<a,5>,<b,5>的相互转换过程-Compress & Decompress the codes
DCT
- DCT 图像压缩 算法 源代码 不用matlab本身自带的源代码-DCT image compression
yasuo
- 一个压缩解压缩程序,很有用的。大家多多下载吧-failed to translate
HUFFMAN
- 霍夫曼编码&翻译 功能一是从文件读取一段文章并将其编码,功能2 将加密的文章还原- no.1 HUFFMAN encode no.2 tranceform huffman code to the capter
MATLAB-DCT
- 基于MATLAB的DCT变换在JPEG图像压缩中的应用