搜索资源列表
Ht20
- 该软件为基于哈夫曼树编码译码的压缩解压缩软件,主要实现对普通文件的压缩,解压缩,并显示压缩的过程,哈夫曼树建立的过程。-the software-based Huffman decoding tree coding compression decompression software, the main document of the general compression, decompress, and display the compression process, Huffman tre
huffman
- huffman树的构造方法和加密解密算法-huffman tree application
HuffmanCodes
- Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently use
huffman
- 哈夫曼树的构造算法,提供对二叉排序树的遍历。-Hoffmann tree structure algorithm,Provide for binary sort tree traverse.
HuffmanTree
- 哈夫曼树的实现代码,数据结构的基础,能让初学者比较好的掌握-Huffman tree implementation code, the basis of the data structure
jaidig
- 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。根据哈夫曼编码的原理,编写一个程序,在用户输入结点权值的基础上求哈夫曼编码。 要求:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Communicate using Huffman coding can greatly improve the utilization of the channel, red
hafumanshu
- (1) I:初始化,从终端读入n个字符和n个权值,建立哈夫曼树,并将它存放在文件HuffmanTree中. (2)E:编码.利用已建立好的哈夫曼树,对要传输的数据正文(存在文件ToBeTran.txt中)进行编码,将结果代码存(传输)到文件CodeFile中. (3)D:译码.利用已建好的哈夫曼树,对传输到达的CodeFile中的数据代码进行译码,将译码结果存入文件TestFile中. (4) P: 印文件.将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形
Huffman
- 使用霍夫曼树对字符串加密,使用图形界面完成,显示每个字母出现次数-Using the Huffman tree of string encryption, using the graphical interface finished, show the number of occurrences of each letter
huffuman00xiao
- 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
heimantree
- MICROSOFT VISUALC++ 夫曼树例子源程序-The MICROSOFT VISUALC++ Huffman tree example source
huffman5
- 动态演示HUFFMAN树的生成过程,并且进行对huffman编码。MFC编写-Dynamic presentation HUFFMAN tree generation process, and carry on huffman coding. MFC prepared
hefumanshu
- 赫夫曼树,数据结构算法,赫夫曼书,实现最优生成树-Huffman tree data structure algorithms, Huffman books, optimal spanning tree
Huffman
- 哈弗曼编码,输入数据后可计算权重.例如,输入11122233334,可得到权重为1,2,3,4 的权重分别为3,3,3,1-the code of Huffman Tree ,this code can compute the weight of you input data
DS
- 数据结构C/C++重点程序代码:哈弗曼编码、表达式求值、二叉树应用、链表排序等-Data structure( C/C++ program code):Huffman coding, expression uation, the application of binary tree and chain table sorting, etc
youruyu
- 哈夫曼树,输入后有排序,统计子树等等,最后输出结果有树形的输出-After the Huffman tree, there are sort of input, statistical sub-tree and so on, the final output results output tree
ztrees
- *讨论 * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越 *共源的值由短比特序列表示。 * *每个代码树存储在ZIP文件以压缩形式 *这是本身的长度的霍夫曼编码 *所有的代码串(按升序排列按来源值)。 *实际代码串从长度重构 *解压缩过程中,如在“应用指南”中描述 *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
huffman_tree
- C语言实现的huffman树,实现了创建树,输出huffman编码-huffman tree in c
哈弗曼编码
- C语言编写哈夫曼树,实现字母和数字之间的密码互换。(C language Huffman tree, the realization of letters and numbers between the password swap.)