文件名称:HuffMan
- 所属分类:
- 压缩解压
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 295kb
- 下载次数:
- 0次
- 提 供 者:
- 卧*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
哈夫曼编码译码系统,设置发送者和接受者两个功能,
发送者的功能包括:
①输入待传送的字符信息;
②统计字符信息中出现的字符种类数和各字符出现的次数(频率);
②根据字符的种类数和各自出现的次数建立哈夫曼树;
③利用以上哈夫曼树求出各字符的哈夫曼编码;
④将字符信息转换成对应的编码信息进行传送。
接受者的功能包括:
①接收发送者传送来的编码信息;
②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。
-Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.
发送者的功能包括:
①输入待传送的字符信息;
②统计字符信息中出现的字符种类数和各字符出现的次数(频率);
②根据字符的种类数和各自出现的次数建立哈夫曼树;
③利用以上哈夫曼树求出各字符的哈夫曼编码;
④将字符信息转换成对应的编码信息进行传送。
接受者的功能包括:
①接收发送者传送来的编码信息;
②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。
-Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
哈夫曼编码译码系统\Debug\HuffMan.obj
..................\.....\HuffMan.sbr
..................\.....\vc60.idb
..................\.....\vc60.pdb
..................\.....\哈夫曼编码译码系统.bsc
..................\.....\哈夫曼编码译码系统.exe
..................\.....\哈夫曼编码译码系统.ilk
..................\.....\哈夫曼编码译码系统.pch
..................\.....\哈夫曼编码译码系统.pdb
..................\HuffMan.cpp
..................\哈夫曼编码译码系统.dsp
..................\哈夫曼编码译码系统.dsw
..................\哈夫曼编码译码系统.ncb
..................\哈夫曼编码译码系统.opt
..................\哈夫曼编码译码系统.plg
..................\Debug
哈夫曼编码译码系统
..................\.....\HuffMan.sbr
..................\.....\vc60.idb
..................\.....\vc60.pdb
..................\.....\哈夫曼编码译码系统.bsc
..................\.....\哈夫曼编码译码系统.exe
..................\.....\哈夫曼编码译码系统.ilk
..................\.....\哈夫曼编码译码系统.pch
..................\.....\哈夫曼编码译码系统.pdb
..................\HuffMan.cpp
..................\哈夫曼编码译码系统.dsp
..................\哈夫曼编码译码系统.dsw
..................\哈夫曼编码译码系统.ncb
..................\哈夫曼编码译码系统.opt
..................\哈夫曼编码译码系统.plg
..................\Debug
哈夫曼编码译码系统