文件名称:hfm
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-05-30
- 文件大小:
- 1.94mb
- 下载次数:
- 0次
- 提 供 者:
- 安*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.建立哈夫曼树
从终端输入字符大小n,以及n个字符和n个权值,建立哈夫曼树
2、编码
利用已建好的哈夫曼树,对输入的字符进行编码,并输出编码结果
译码:利用已建立好的哈夫曼树对输入的代码进行编码,并输出译码结果-(1) Establish the Huffman tree from the terminal input character size n, and n and n characters right value, establishes a Huffman tree 2, encoded using the Huffman tree has been built, the character encoding of the input and decoding the output coded result: the use of the established Huffman code encodes the input, and outputs the decoding result
从终端输入字符大小n,以及n个字符和n个权值,建立哈夫曼树
2、编码
利用已建好的哈夫曼树,对输入的字符进行编码,并输出编码结果
译码:利用已建立好的哈夫曼树对输入的代码进行编码,并输出译码结果-(1) Establish the Huffman tree from the terminal input character size n, and n and n characters right value, establishes a Huffman tree 2, encoded using the Huffman tree has been built, the character encoding of the input and decoding the output coded result: the use of the established Huffman code encodes the input, and outputs the decoding result
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验4哈夫曼编码\hfm.dsp
...............\hfm.cpp
...............\hfm.plg
...............\hfmTree.txt
...............\code.txt
...............\TreePrint.txt
...............\hfm.opt
...............\Debug\vc60.idb
...............\.....\vc60.pdb
...............\.....\Cpp1.exe
...............\.....\Cpp1.pdb
...............\.....\Cpp1.pch
...............\.....\Cpp1.obj
...............\.....\Cpp1.ilk
...............\.....\Cpp1.opt
...............\.....\hfm.exe
...............\.....\hfm.pdb
...............\.....\hfm.pch
...............\.....\hfm.obj
...............\.....\hfm.ilk
...............\TextFile.txt
...............\CodeFile.txt
...............\程序截图\10.bmp
...............\........\9.bmp
...............\........\5.bmp
...............\........\4.bmp
...............\........\6.bmp
...............\........\8.bmp
...............\........\3.bmp
...............\........\1.bmp
...............\........\2.bmp
...............\........\7.bmp
...............\哈夫曼编码实验报告.doc
...............\实验4哈夫曼编码.txt
...............\Debug
...............\程序截图
实验4哈夫曼编码