搜索资源列表
huffman_matlab
- 可对.txt文本进行霍夫曼编码,并计算其压缩率
DlgCodingHuffman
- 图象的简单显示后,以霍夫曼编码为原理的图象压缩处理.主要效果为增加图象信息率.减少存储空间
ZIP_ACT解压缩控件
- 用霍夫曼编码方式来压缩文件的源码,压缩率虽然不如ZIP高,但却是一种很好的保密方式-Huffman coding used to compress the source, compressed ZIP rate, although not as high, but it is a good confidence
cPP
- c++自适应霍夫曼代码,实现单次扫描,并且压缩率高实时性好-c++ adaptive Huffman code, to achieve a single scan, and good real-time compression rate
JPEG
- 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
Code
- 霍夫曼编码算法,在VC++ 6.0下开发,用于数据压缩,是数据压缩率较高的一种算法
YASUO
- 霍夫曼编码实现的文件压缩、解压缩 并输出压缩率-Huffman coding implementation of file compression, decompression and output compression rate
huofuman
- 霍夫曼图像压缩编码,无损压缩,压缩率为2倍,压缩效果很好。-Image compression Huffman coding, lossless compression, the compression rate is 2 times the compression works well.
DlgCodingHuffman
- 图象的简单显示后,以霍夫曼编码为原理的图象压缩处理.主要效果为增加图象信息率.减少存储空间-Simple image display after the Huffman code to deal with the principle of image compression. The main effect of increasing the rate of image information. To reduce the storage space
EXP6_Compress
- 调用霍夫曼编码和香农费诺压缩和解码图片,并计算压缩率(Call Hoffman encoding to compress and decode pictures, and calculate compression rates)