搜索资源列表
h_weight
- 哈夫曼码的编码译码系统 问题描述 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传输的数据预先编码:在接受端通过一个译码系统对传来的数据进行译码(复原)。对于双向传输信息的通道,每端都需要一个完整的编码译码系统。试为这样的信息收发站编写一个哈夫曼码的编码译码系统。-Huffman coding code decoding system describes the use of Huffman coding informa
动态哈夫曼的改进
- 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
haffumanshu
- 程序利用哈夫曼树进行哈夫曼的编码和译码,请大家指点。-procedures for the use of Huffman tree Huffman encoding and decoding, please guidance.
hfmm
- 本程序是用哈夫曼树来实现哈夫曼编码译码的。-this procedure is used to achieve the Huffman tree Huffman encoding decoding.
LunWen
- 本程序实现了哈夫曼编码和译码过程,并且有程序启动画面。-This procedure achieved a Huffman encoding and decoding process and procedures to start the screen.
CadTool_ETRI_Final
- This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
SourceCode
- 赫夫曼编/译码器源码,已生成的每个字符的赫夫曼编码,对任意字符文本进行编码,再译码-Huffman encoder/decoder source code, Huffman coding, each character has been generated, the text of any character encoding, decoding
Haffman
- 自己写的哈夫曼编译码系统,使用mfc,基于对话框。-Huffman encoding and decoding system, mfc production
4.Huffman
- 哈夫曼树编码和解码,可以通过字符和字符串2种方式建树。-Huffman tree encoding and decoding, the character and string 2 ways of contribution.
recoding-test
- 完成Huffman编解码的程序,并验证Huffman编码的无损性-Complete Huffman decoding process, and test condition of Huffman coding
HuffmanCode
- 利用哈夫曼树进行 编译码系统的设计,主要功能包括统计字符频率,编译码和哈夫曼树的动态生成(Huffman tree encoding and decoding system design)