搜索资源列表
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).
哈夫曼编码,最优前缀码的贪心算法
- 哈夫曼编码,最优前缀码的贪心算法,平均码长最短,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
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.
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
Huffman0000
- Huffman coding compression decompression procedures-Huffman coding compression decompression procedures (code)
Haffuman
- 赫夫曼编码,这个代码内将创建赫夫曼树与赫夫曼编码结合在一起。-Huffman coding, this code will create a Huffman tree with Huffman coding combined.
introduction-to-algorithms-code
- 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
hafuman
- 这是一个哈夫曼编码,与严版的数据结构代码类似(This is a Huffman code, similar to the strict version of the data structure code)
HuffmanCode
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(In computer science and information theory, a Huffman code is a particular type of optimal prefix cod
