搜索资源列表
赫夫曼树和编码
- 最优二叉树及编码,能够实现给出一组频率构造最优二叉树且求出其编码,在通讯中具有很好的作用。-optimal binary tree and coding, to achieve a given frequency Construction Group optimal binary tree can get its coding, the newsletter has a very good role.
统计英文文章的字符个数并huffman编码
- a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
Huffman122
- 这是一个在VC++上开发的赫夫曼编码,可以运行!-in VC + + development on the Huffman coding, can run!
HUFFMAN060510
- 这是一个在VC++上开发的赫夫曼编码,可以运行!-in VC + + development on the Huffman coding, can run!
hefumanshu
- 赫夫曼树的c语言实现。 建赫夫曼树…… 从叶子到根逆向求每个字符的赫夫曼编码-Hefuman tree c language. Hefuman built from tree leaves ... to root for each character reverse the Hefuman coding
huffman
- 较实用的赫夫曼编码:可统计给定文件里面的字符数(在此当作频度),不用手动输入各字符集及频度。只需按提示将要压缩的文件(除去汉字否则出错,其他128个字符均可)路径给出便可!压缩一种是字符型的,为了直观的看是否真编码,一种是真压缩,要编码文件越大其压缩越高,因为这个编码在解码是要赫夫曼树
Huffuman
- 赫夫曼编码程序,通过树实现,用数组储存编码
hfm
- 【数据结构】二叉树遍历及赫夫曼编码表完整版-[] Binary tree data structure traversal and Huffman coding table full version
Huffman
- 赫夫曼实现编码译码C++环境下运行! -Huffman coding to achieve coding
heffman
- 经典的赫夫曼编码,自己写的代码,希望对大家有点用处-Classic Huffman encoding, write your own code, and hope we are a bit useless
hefuman
- 赫夫曼编码译码,还有画图,是很好的一个数据结构程序-it s vervy good
HE2
- 编写一个赫夫曼编/译码系统。 主要功能: (1)构造赫夫曼树:根据输入的字符代码集及其权值集,构造赫夫曼树,输出字符的赫夫曼编码。 (2)编码:输入字符序列,输出对应的赫码序列。 (3)译码:输入赫夫曼码序列,输出原始字符代码。 -vc huffman
experiment5
- :实现一个简单的哈夫曼编码/译码器,能根据一段电文设计赫夫曼 编码,并能用该编码对一段给定的电文进行译码。-welcome to use it
hufumancodeadecode
- 这是上课做的赫夫曼编码解码器的代码供大家学习和参考-this is the code about hufumancode&decode
掌握赫夫曼树建立方法及其在编码上的应用
- 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
掌握赫夫曼树建立方法及其在编码上的应用
- 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
赫夫曼树建立方法及其在编码上的应用
- 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
Haffuman
- 赫夫曼编码,这个代码内将创建赫夫曼树与赫夫曼编码结合在一起。-Huffman coding, this code will create a Huffman tree with Huffman coding combined.
huofumanbimayimaqi
- 赫夫曼编码/译码器。在发送端通过一个编码系统对待传输数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-Huffman encoder/decoder. On the transmit side to treat pre-encoded data transmission through a coding system at the receiving end of data from decoding (recove
Huffman
- 本程序通过将电文转换为赫夫曼编码,再将赫夫曼编码转换为电文,达到文件加密-This program converts messages by Huffman coding, Huffman coding and then converted to a message, to file encryption