搜索资源列表
赫夫曼树和编码
- 最优二叉树及编码,能够实现给出一组频率构造最优二叉树且求出其编码,在通讯中具有很好的作用。-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.
南京市部分公交转车系统
- a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations
统计英文文章的字符个数并huffman编码
- a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
Huffman121
- 这是一个很不错的赫夫曼树C代码,可以运行。-This is a very good Huffman tree C code can run.
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
13094056703
- 一些经典CC++程序源码 1、 运动会分数统计** 2、 订票系统 3、拓扑排序4、 迷宫求解5、 文章编辑**6、 joseph环 7、 猴子选大王**8、 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以)**9、 赫夫曼树的建立 10、 纸牌游戏**11、图的建立及输出
huffman
- 较实用的赫夫曼编码:可统计给定文件里面的字符数(在此当作频度),不用手动输入各字符集及频度。只需按提示将要压缩的文件(除去汉字否则出错,其他128个字符均可)路径给出便可!压缩一种是字符型的,为了直观的看是否真编码,一种是真压缩,要编码文件越大其压缩越高,因为这个编码在解码是要赫夫曼树
Huffuman
- 赫夫曼编码程序,通过树实现,用数组储存编码
huffmantree
- 自己做的赫夫曼树,可能不是很完善,传上来交流一下-The Huffman trees themselves, may not be perfect, Chuan-up exchange
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
Huffman
- 赫夫曼编译码的C++程序 内有使用说明-Huffman encoding and decoding of the C++ programs using the instructions within the
HE2
- 编写一个赫夫曼编/译码系统。 主要功能: (1)构造赫夫曼树:根据输入的字符代码集及其权值集,构造赫夫曼树,输出字符的赫夫曼编码。 (2)编码:输入字符序列,输出对应的赫码序列。 (3)译码:输入赫夫曼码序列,输出原始字符代码。 -vc huffman
掌握赫夫曼树建立方法及其在编码上的应用
- 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-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