搜索资源列表
综合实验哈夫曼编码
- 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根
霍夫曼树编码
- 哈夫曼树编码代码-Huffman code tree coding
霍夫曼树编码
- 哈夫曼树编码代码-Huffman code tree coding
huff_file
- 此代码用霍夫曼树作为压缩和解压缩的存储结构,实现了字典压缩算法,用C便已成功。-this code tree with Hoffman as the compression and decompression of the storage structure and achieve a dictionary compression algorithm has been successfully used C.
综合实验哈夫曼编码
- 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根
Cpp1
- 霍夫曼编码的树实现,这是我自己写的第一个关于霍夫曼的编码。-Huffman code tree realize that this is the first I wrote it myself on the Hoffman encoding.
Huffman
- 霍夫曼树 实验报告 内含源码 以及运行界面 实现为N个权值设计哈夫曼编码-Huffman tree containing the source code as well as experimental reports run for the N-interface design weights Huffman
compress_software
- 实现简单的压缩解压缩功能!具体实现是使用霍夫曼编码原理,外加数据结构的算法,通过建立霍夫曼树,进而遍历该树,将编码简短或者恢复-Realize simple compression decompression function! Concrete realization of the principle is the use of Huffman code, plus data structure algorithms, through
hf
- 就是一个霍夫曼树的的实现程序,当你输入一串序列号后,可以得到每个字母经霍夫曼树排列后的编码。霍夫曼编码的广泛用途也不用再具体说了吧~-Huffman tree is a realization of the procedure, when you enter a string of serial numbers can be obtained by each letter with Hoffman after the coding tr
hoffmantree
- 本程序利用静态存储方式实现霍夫曼树的编码和译码工作
condence
- 利用霍夫曼树进行文件压缩和解压,直接用vc6.0打开工程即可。其中05.ppt是用于测试的文件,05.ppt内容是实验要求。-Huffman tree for the use of file compression and decompression, the direct use of vc6.0 can open the project. 05.ppt which is used to test the document, 05.p
hafuman2
- 此霍夫曼编码可根据自己输入的字符集及频度构建霍夫曼树,利用建好的哈夫曼树生成哈夫曼编码.-This Huffman code can be entered in accordance with their own character set and the frequency of Huffman tree constructed using built Huffman tree generated Huffman.
hfm_heap
- 霍夫曼树的构造,密码的生成;堆的构造、排序等!-Huffman tree structure, password generation heap construction, sequencing, etc.!
Huffman
- 构造霍夫曼树,然后生成霍夫曼编码-Huffman Code
huffman
- 构造一颗霍夫曼树,输入叶子节点的字符及权重,输出字符对应的Huffman编码,还可以通过输入0.1编码翻译出对应的字符-Hoffman Construction of a tree, enter the leaf nodes and the weights of the characters, the output of the Huffman code corresponding characters can be translate
Huffman
- 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
Huffman
- 利用动态规划构造霍夫曼树。使用的数据结构为链表,需要两种链表结构——一个为霍夫曼树上的节点,另一个为为了方便遍历与编辑而设计的存储字符及其对应信息——包括出现次数、霍夫曼码等——的链表。(Construction of Hoffman tree using dynamic programming)
huffman
- 采用java语言实现的霍夫曼树的构建,并利用图形用户界面显示结果(Using java language to achieve the construction of the Hoffman tree, and graphical user interface to display the results)
霍夫曼编码及解码
- 对一个给定字符串,生成霍夫曼树,求出霍夫曼编码并进行解码(get the huffman tree for a string,code and translate)
哈夫曼树
- 这是一份霍夫曼树的代码,代码被分成一个一个的块,需要的小伙伴可以看一看。(This is a code of Hoffman tree. The code is divided into one block, and the small partners need to have a look.)