资源列表
Huffman.jar
- java完成霍夫曼算法,压缩文件的主要算法-Hoffman algorithm
the-compress-of--figure
- 有关图像压缩的几篇中文文献,可以参考下,里面包含JPEG 2000以及DCT方面的压缩方法,也有少量的信息论文献-some Chinese theros about the compress of figures, including the JPEG 2000 and DCT ,also including the information science
HuffmanCoding
- 用Java编程实现了Huffman编码。附带Java虚拟机。运行通过。有测试数据。-Huffman coding is realized by Java programming. The code has been debugged and there some test data for you.
decompression
- 自己写的一个解压缩程序,用来解霍夫曼编码压缩方法的一种解压程序-A decompressor used to solve the Huffman coding to compress a decompression procedure of the method
Java-Zip
- 实现对文件的压缩和解压,里面附详细的文档注释,方便入门。-To achieve the file compression and decompression, inside with detailed documentation comments, convenient primer
LZSS
- lzSS压缩算法,lz系列,检索重复字符串-lzss compresse algorithm
R_noiselet
- 复数域noiselet变换矩阵,设计了变换与反变换,有实例演示,是压缩感知技术的一个重要矩阵.-Plural the domain noiselet transformation matrix, designed to transform and inverse transform example demonstrates, the compressed sensing technology is an important matrix.
huffman
- 各处图像的压缩算法霍夫曼编码全了。 -A variety of image compression program Hoffman trip forecast full!
RELcode
- RLE全称(run-length encoding),翻译为游程编码,又译行程长度编码,又称变动长度编码法(run coding),在控制论中对于二值图像而言是一种编码方法,对连续的黑、白像素数(游程)以不同的码字进行编码。游程编码是一种简单的非破坏性资料压缩法,其好处是加压缩和解压缩都非常快。其方法是计算连续出现的资料长度压缩之。-Run-length encoding (RLE) is a very simple form of data compression in which runs
HuffCompress
- 哈弗曼编码算法,C语言实现!实现文件压缩。哈弗曼编码算法,C语言实现!-huffman code, write by c.
Huffman-Coding
- 哈夫曼编码的matlab程序,保证完整和正确-the matlab process of Huffman Coding
Huffman
- 信息论与编码这门课程中哈夫曼编码理论对于通信工程的学生来说很重要,此程序代码可以验证编码方法的正确性。-Huffman coding theory information theory and coding of this course is very important for the students of communications engineering, this code can verify the correctness of the encoding method.