-
-
-
huffman.zip
huffman 编码
平均码长最短的最佳码,对经常出现的符号赋予最短的码字,然后按出现概率减少次序,逐个赋予较长的码字,这样可使码的平均长度
-
-
Huffman.rar
this program explains how you can implementation on of the commpression method (huffman) on the image
-
-
avr-huffman.rar
AVR-gcc based Huffman-decompression, which uses just 572 bytes of flash.
portable c compression-algorithm in "test" directory.
Including some helpful utilities like uart, commando interface and dump utility.
GPLv3
-
-
-
Huffman.rar
利用 Huffman 编码进行通信可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据进行预先编码,在接收端进行解码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/解码系统。
-
Huffman.zip
this function perform huffman coding and decoding on image by using matlab program ..
-