搜索资源列表
200561671915001
- huffmantree的压缩 供使用 谢谢大家-huffmantree compressed for use Thank you
huffmantree
- huffmantr
huffmanTree
- 在学习数据结构时,往往不知道那些结构与算法有何用,以及怎么用。这个小小程序充分显示了Huffman二叉树的应用。虽然其压缩效果比RAR相差甚远,但也能说明一二。 -the study data structure, they often do not know what the structure and algorithm, as well as how use. This little procedure fully demonstrated the application of th
HuffmanTree
- 1.构造对应的哈夫曼树 2.输出字符对应的哈夫曼编码 3.输入一串0 1代码,进行哈夫曼译码
HuffmanTree
- c++ 实现的huffman树的操作,应该会很有帮助
HuffmanTree
- 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码.(1)初始化: 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;(2)编码: 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;(3)解码:利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码。
HuffmanTree
- Huffman算法的详细解析,包括建立Huffman树的方法,编码和解码
huffmantree
- 这是一个数据结构课程的关于霍夫曼树问题的源代码,内含有相关的程序说明,其中还涉及到有STL语言的相关算法
HuffmanTree
- 程序的主要功能是利用哈夫曼编码对数据进行无损压缩,实现Huffman 压缩的编码器和译码器。
HuffmanTree
- huffman树的基本实现. 利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.
HuffmanTree
- 霍夫曼编码,可以实现对文件的压缩和解压,很好的巩固了数据结构中的知识。有注释。-It is about Huffman .To new learner,it is good code.
HuffmanTree
- 根据一段给定的文章构造哈夫曼树并对一段给出的代码译码成为一段文章,输入输出均通过文件来实现,并配有报告文档。-According to the article section of a given structure of the Huffman tree is given a section of the code decoding to become a section of articles, input and output are achieved through the docume
HuffmanTree
- 霍夫曼编码的实现,先输入霍夫曼编码的个数,然后输入编码,然后输入权重,最后输出是霍夫曼编码-Huffman coding to achieve, first enter the number of Huffman code, and then enter the code, then enter the weight, the final output is the Huffman code
HuffmanTree
- 实现用哈夫曼树进行简单的编码译码功能,有助于初学者学习哈夫曼树-Implementation using Huffman coding tree for easy decoding features to help beginners Learn Huffman tree
HuffmanTree
- HuffmanTree的相关程序,有相关的显示程序和输入程序,很适合初学者学习-it t huffmanTree s project
huffmantree
- 数据结构与算法,关于哈弗曼树的C++语言实现,其中涉及二叉树和优先队列的相关知识-a piece of code about HuffmanTree ,use the C++ language, and also include some knowledge of binarytree and prior tree.
HuffmanTree
- HuffmanTree 从文件中读取字符,统计字符个数并以此来建立霍夫曼树,从而实现霍夫曼编码。 -HuffmanTree code
HuffmanTree
- 哈夫曼树,简单地实现实现,各位稍微看看看吧!-Implement of the HuffmanTree
HuffmanTree
- 哈夫曼树排序(Huffman tree sorting)
Huffmantree
- huffmantree的建立和输出,输出任意权重建立一颗Huffman数,然后将Huffmantree输出,代码可以run,可以直接使用。(The establishment of Huffman tree and output)
