搜索资源列表
哈夫曼tree
- 哈夫曼编码,建立哈夫曼树-Huffman coding, establishing Huffman tree
huffman
- 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
huffman
- 数据结构练习。实现哈夫曼树建立、编码、解码。-Data structure practice. Huffman tree is created, encoding, decoding.
Huffman
- 用C++语言实现Huffman树的创建和输出Huffman编码-With C++ Language Huffman tree to create and output Huffman coding
huffman
- 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
huffman
- 本源程序是数据结构课程设计用于赫夫曼树的建立-The source data structure courses are designed for the Huffman tree set up
Huffmanencoderdecoder
- 在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存. (2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存. (3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来. -At the sending end through a coding system for encoding transmit data treat
Huffman~
- 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
huffman-tree
- 该小程序的功能是输入权值,构造哈夫曼树,并在构造的过程中将各权值进行哈弗曼编码,并且具有一定的判断功能-The program function is to input the right values, construct the Huffman tree , and constructed during the weight Hafu Man coding and judgment
Huffman-Tree-Compression-Software
- 一个简单的Huffman树的压缩软件的程序,可以把字母压缩为01串,也可以解压缩。-A simple Huffman tree compression software program, the letters can be compressed to 01 strings, you can also decompress.
Huffman-tree
- 根据严蔚敏的《数据结构》一书中的赫夫曼树算法实现的代码c-Huffman tree code c++
huffman-tree
- 数据结构,树,哈弗曼树。带权路径长度最小的二叉树-Data structures, trees, Huffman tree. Minimum weighted path length binary tree
Huffman-Tree
- 该程序主要演示哈夫曼树在双工通道之间信息传递的过程和计算机进行的数据转换-The procedure demonstrated Huffman tree in a duplex channel information transfer between the process and the computer data conversion
Huffman-tree
- 在数据结构中哈夫曼树是重要的数据结构,尤其是在通信编码中发挥着重要的作用,该文件包含两种计算哈夫曼树权值的方法,一种是先将权值排序,存放在链表中,每次从链表中取出前两个结点,计算其和,再将和插入到链表的适当位置上;另一种方法是使用Hash。-In Huffman tree data structure is an important data structure, especially plays an important role in the communication encoding,
Huffman-Tree
- 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
Huffman-tree
- 构造赫夫曼树,赫夫曼编码,赫夫曼译码,赫夫曼压缩。-Huffman tree structure, Huffman coding, Huffman coding, Huffman compression.
HUFFMAN-TREE
- 霍夫曼树前缀 中缀 后缀查找和遍历 还有插入-Huffman tree preorder inorder scan
huffman
- 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
Huffman树
- huffman树的建立及编码,真的是恩生命的看到(Establishment and coding of Huffman tree)
Huffman树
- 数据结构中的huffman树,构建一个Huffman树,并实现huffman编码和译码。(building a huffman tree)