资源列表
LZ编码
- LZ 系列算法用一种巧妙的方式将字典技术应用于通用数据压缩领域,而且,可以从理论上证明LZ 系列算法同样可以逼近信息熵的极限。 实现LZ算法且实现GUI界面(The LZ series algorithm uses a clever way to apply the dictionary technology to the general data compression field. Moreover, it can theoretically prove that the LZ serie
Huffman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of Huffman coding is to scan the image data first, calculate the probability of occurrence of various pixels, speci
算术编码matlab
- 从整个符号序列出发,根据各信源序列的概率将信源序列映射到[0,1) 区间上,然后选取区间内的一点(也就是一个二进制的小数)来表示信源序列。(From the entire sequence of symbols, the source sequence is mapped to the interval [0,1] according to the probability of each source sequence, and then a point (that is, a binary f
ALU
- i me you with one your
speex-1.2
- 是一套主要针对语音的开源免费,无专利保护的音频压缩格式。Speex工程着力于通过提供一个可以替代高性能语音编解码来降低语音应用输入门槛 。另外,相对于其它编解码器,Speex也很适合网络应用,在网络应用上有着自己独特的优势。同时,Speex还是GNU工程的一部分,在改版的BSD协议中得到了很好的支持(It is an open source, free, patent free audio compression format for speech. Speex works to reduce
数据压缩技术原理与范例
- 提供了数据压缩技术原理并提供了相应压缩范例(The principle of data compression technology is provided and the corresponding compression examples are provided)
java-unrar-20120706-ds-src
- 很好的支持解压,支持密码解压,欢迎使用顶顶顶(Good support for decompression, support password decompression, welcome to use top top)
optical fiber
- optical fiber communication
jpegprotected
- jpeg compression matlab
58194
- jpeg2000 code matlab
JPEG2000-master
- jpeg2000 matlab source code
parctice3
- 一个简单的基于huffman算法的压缩程序(A simple compression algorithm based on Huffman algorithm)