资源列表
huffman-0.4
- source code for file compression using Huffman coding in java
jpeg
- jpeg压缩解压编码,涉及变换量化的所有过程-compress jpeg
HuffmanCode
- 完整的Huffman编码,解码程序,非常容易理解。帮帮忙我只是想下个东西不要这么为难我把!-This is huffman coding program.
Compressed-Sensing
- 关于压缩感知领域研究相对较少,但是提供的这几个材料对这方面有很详细的论述,拿出来与大家共享-Compressed sensing research in the field is relatively small, but provided few materials discussed in detail in this regard, come up with to share with you
huffman
- Huffman编码又称哈夫曼编码,是一种可变长编码方式.码的原理是:将使用次数多的代码转换成长度较短的代码,而使用次数少的可以使用较长的编码,并且保持编码的唯一可解性。Huffman算法的最根本的原则是:累计的(字符的统计数字*字符的编码长度)为最小,也就是权值(字符的统计数字*字符的编码长度)的和最小。-Huffman coding, also known as Huffman coding is a variable length encoding. Code principle is: u
btz
- PB批量压缩文件,将要压缩的文件直接拷贝到from目录,点击执行,压缩后的文件自动生成至to目录-PB compression batch file, the file to be compressed be directly copied from the directory, click on the implementation of the compressed file to directory automatically generated to
Huffman_coding_decoding
- 哈夫曼编码 源码下载 C语言 课程要求小程序参考-Huffman source download C language programs that require a small program reference
Arith
- 用二值算术编码实现的加密压缩算法,简单快速-Encryption & compreesion with a bit level arithematic coding method
CCITTV_42bis--compression-algorithm
- 本文主要介绍CCITT v.42bis建议的压缩算法的主要特点,以及实现该算法的数据结构,形成新串的方法,动态维护字典的方法和指针编码,并给出V.42bis建立的模拟结果。V.42压缩可以用于SNDCP子层分组数据部分的压缩。-This paper describes the main features recommended by the CCITT v.42bis compression algorithm, and the data structure of the algorithm,
T-REC-V[1].42bis-199001
- V.42bis数据压缩算法,一种基于自适应字典的通用无损压缩算法。(英文版)-V.42bis data compression algorithm, an adaptive dictionary-based general-purpose lossless compression algorithm. (English)
LZ77compression
- LZ77 压缩、解压缩算法C++源代码-LZ77 compression, decompression algorithm C++ source code ! !
VBCrypto
- VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112, DESE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。-The VBCrypto source libraries