资源列表
lzss_huf
- This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially co
forney_conv
- 一种交织算法——forney交织,用于均衡能量,打乱码流的顺序,从而可以较低突发性错误对码流的影响。
huffmanzongchengxu
- 对不同格式数字图像进行哈夫曼编码压缩,通过matlab软件仿真,最后得到了压缩图像,实现了本课题的基本要求。通过仿真得知哈夫曼编码为无损压缩。-Huffman coding digital image in a different format, by Matlab software emulation, finally got the compressed image, to achieve the basic requirements of this topic. Through simul
lzw
- lzw compression et decompression
huffman
- 利用哈弗曼树进行压缩和解压,还可以计算压缩比,适用于大学学习数据结构时参考-Huffman tree use compression and decompression, the compression ratio can be calculated with reference to apply to university study data structure
login
- .1)的完整指南。本书对使用DB2过程中将遇到的疑难问题以及可能使用到的技巧都进行了详细的解释,同时还附上了丰富的例子。通过对本书的学习,读者能够掌握DB2-Processes data coming in via a hyperlink generated from WebWorks V2 pages and placed in the message body of the user s default email client using the "MAILTO:" prot
Huffman
- 要求用哈弗曼函数实现文本文件的压缩与解压。-Use Huffman compression decompression
MS
- 实现录放音,已通过测试,投入应用,效果良好-Achieve sound recording, has been tested, input application, good results
rgb-cmyk.rar
- RGB-CMYK by matlab sourcecode,RGB-CMYK by matlab sourcecode
LZSS
- 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
Huffman
- 利用Huffman算法实现的简单压缩程序,可以压缩各种格式的文件。-Use Huffman algorithm to compress various files.
lzss
- lzss压缩源代码,可以实现消息的压缩。