搜索资源列表
Huffman
- 哈夫曼编码(Huffman Coding)以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。
huff_encode
- Huffman压缩解压的完整程序,不可多得,连输入输出参数都实现了。可立即下在编译-Huffman compression decompression integrity procedures, rare, and even input and output parameters are realized. Immediately under the compiler
huffman_text.m
- 对一篇英文文献中的字符频率进行统计进行霍夫曼编码生成码表,并对该片文章进行压缩-huffman encoder:collect the probility distribution of a english text file and using this probability as input and returns a huffman code table and compress this text file
Huffman
- hufman算法实现,用于文本压缩,好用,,,,,,(Hufman algorithm, for text compression, easy to use,,,,,,)
Huffman-matlab
- 哈夫曼是著名的一种信源无损压缩方法,该程序可以实现哈夫曼信源编码,(Huffman is a well-known source lossless compression method, the program can implement the Huffman source code,)
基于哈夫曼编码的文本文件压缩与解压缩
- 使用哈夫曼编码的方法对文本进行压缩。可以是加密压缩,也可以是无密压缩(Huffman coding is used to compress the text. It can be encrypted compression or non dense compression)
01
- dct变换,哈夫曼编码解码,量化,信源编码解码图片压缩,(DCT transform, Huffman coding and decoding, picture compression)