搜索资源列表
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
哈夫曼编码,最优前缀码的贪心算法
- 哈夫曼编码,最优前缀码的贪心算法,平均码长最短,Huffman codes, optimal prefix code of the greedy algorithm, the shortest average code length
dj
- 哈弗曼编码的算法实现。根据权值生成哈弗曼编码。讲完了谢谢。-huffman
Huffman-coding
- 哈弗曼编码,使用递归算法,实现哈弗曼编码-Huffman coding Recursive method
huffman
- 哈夫曼算法 实现的时候我们用vector<bool>记录每个char的编码;用map<char,vector<bool>>表示整个字典-huffman algorithm
Untitled1
- 构造哈弗曼树,数据结构中需掌握的几种基本算法之一。-Huffman tree structure, one of several basic data structure algorithms need to grasp.
datastructure
- 数据结构中的源码,但是不是非常全面,各种树的操作,还有很经典的哈夫曼树的算法-Data structure of the source, but it is not very comprehensive, various tree algorithm operations, as well as the classic Huffman tree
introduction-to-algorithms-code
- 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
huffman.c
- 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
huffman
- 详细介绍了哈夫曼编码的详细过程和实现,有需要可以下载(Detailed Huffman coding detailed process and implementation, there is need to download)