搜索资源列表
hafumanshiyanbianma
- 数据结构中哈夫曼编码实验,有详细设计代码,供大家学习用,-data structure Huffman coding experiments, the detailed design code for everyone to learn from.
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
hafm
- 输入节点个数和对应权值,得出哈夫曼编码-input node numbers and the corresponding value of the right to come Huffman coding
哈夫曼编码,最优前缀码的贪心算法
- 哈夫曼编码,最优前缀码的贪心算法,平均码长最短,Huffman codes, optimal prefix code of the greedy algorithm, the shortest average code length
huffmanandRehuffman
- 只要实现huffman编码和huffman译码,还有打印编码和生成编码的功能。-huffman code and rehuffman code both functions can achieve
dj
- 哈弗曼编码的算法实现。根据权值生成哈弗曼编码。讲完了谢谢。-huffman
heffman
- 经典的赫夫曼编码,自己写的代码,希望对大家有点用处-Classic Huffman encoding, write your own code, and hope we are a bit useless
cyuyanshixiandaima
- C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
Shannon
- 信息论中,将给定的信源符号概率,通过哈夫曼编码成一列二元码。-Information theory in a given source symbol probability by Huffman coding into a binary code.
HuffmanCodingcimplementation
- huffman编码c实现,huffman编码c实现 -Huffman Coding c implementation
Huffman
- Huffman的java源码,供大家交流使用!-Huffman' s java source code for all exchanges to use!
Huffman
- huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
Huffman-coding
- 哈弗曼编码,使用递归算法,实现哈弗曼编码-Huffman coding Recursive method
huffman
- 实现哈夫曼树的程序,用于数据结构课程学习参考-Huffman tree program, the reference for the data structures course
huffman
- 哈夫曼算法 实现的时候我们用vector<bool>记录每个char的编码;用map<char,vector<bool>>表示整个字典-huffman algorithm
huffman.c
- C语言版哈夫曼树,满足书上的所有要求,而且标准无误-C language version of the Huffman tree to meet all the requirements in the book, and the standard is correct
huffman.c
- 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
huffman
- 根据随机生成的概率分布生成huffman编码(Generating Huffman coding based on randomly generated probability distribution)
huffman
- 详细介绍了哈夫曼编码的详细过程和实现,有需要可以下载(Detailed Huffman coding detailed process and implementation, there is need to download)
