搜索资源列表
hfm
- 树形结构的应用 ——哈弗曼编码/译码1.程序的功能: 输入明文,通过统计不同字符出现的频率作为权值,生成哈弗曼树,并存于文件中;编码生成暗文,存于文件中;再由暗文生成明文,存于文件中。 2.输入输出的要求: 仅能输入英文字母作为明文,输出0、1组成的暗文。 3.测试数据: (1)asdjfas (2 ) dkfskjdfcijj (3 ) ovenmkjovi-1. Program features: input plaintext, t
CBuilder
- C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
huffmantree
- 数据结构课程设计 哈弗曼树 哈夫曼树应用-Data structure tree curriculum design applications Huffman tree
DataConstructure
- 学习数据结构的一本宝典,各个章节详细的PPT内容,还包括了递归、哈弗曼编码、链表、树、图、栈与队列等的Flash动画演示,让我们能够更好的感官理解数据结构的机理。对于数据结构的学习很有帮助。-Data Constructure
huffman
- 数据结构作业同学们可能需要哈弗曼编码源程序加实验报告-Havermann source code plus Experimental Report
hafumanshu
- 本程序实现了数据结构中哈弗曼树的今本结构-This program implements the data structure in the Havermann the structure of this tree
huffman
- 哈弗曼编码,运用数据结构中的二叉树实现,用于信息论与编码中的哈弗曼编码运用-huffman
Huffman
- 数据结构 哈弗曼编码 C++6.0 控制台应用程序,具体操作说明可以参看程序内部。-Hufman, structure of data.Code with Visual c++6.0
hfmdiguizuoye
- 数据结构哈弗曼算法的经典实现,还有递归跟非递归的,拓扑排序等1-Data structure algorithms Classical Havermann there with non-recursive recursive, topological sorting, etc. 1
huffman
- 哈弗曼树的课程设计,数据结构课程项目,实现哈弗曼树的查询等功能。-Havermann curriculum design, tree data structures course project, query and other functions of the Huffman tree.
huffman-tree
- 数据结构,树,哈弗曼树。带权路径长度最小的二叉树-Data structures, trees, Huffman tree. Minimum weighted path length binary tree
HuffmanTree
- 根据严蔚敏版的《数据结构》书上的哈弗曼树算法写的,运行环境是VC。-According to Huffman tree algorithm YanWeiMin version of "data structure" book written operating environment is VC.
Hafuman
- 这个文档是,哈弗曼树的基础简介,和代码实现。是基础的数据结构,代码简单,易懂。-This document is the basis for the Huffman tree profile, and code. Is the basis of the data structure, the code is simple, easy to understand.
software-design-I
- c++实现的非常详细的数据结构与算法代码,队列,链表,三元组,哈弗曼树,树的各种递归,非递归遍历算法,树与森林相互转化算法,图的深度,广度优先搜索算法,双连通算法,强连通算法,拓扑排序算法,最短路径算法,哈希,快速排序,归并排序等等。-C++ very detailed data structure and algorithm code, queues, linked lists, three tuple Havermann tree, various recursive tree, non r
hafumanbianma
- 数据结构课程实验-定义数据结构实现哈弗曼编码功能-Achieve Hoffman coding function defined data structure
huffman
- 用模板类实现哈弗曼编码,及二叉树的基本数据结构操作。-Template class that implements the Huffman coding, and basic binary tree data structure operations.
Huffman
- 简单的哈弗曼排序 数据结构课程设计 VC6.0 debug-easy huffman rankings