搜索资源列表
HuffmanTree
- c++写的HuffmanTree。 有建立HuffmanTree并编码功能
huffmantree
- huffmantr
HuffmanTree123456
- 数据结构中的一个经典案例,HuffmanTree 先将其实现,看看,应该还可以-data structure of a classic cases, achieving its first HuffmanTree see, but should also be! !
HuffmanTree
- 数据结构的一个很重要的实验,经本人修改调试通过.-Data structure of a very important experiment, as I revise debug through.
huffmantree
- 以c++程式用來實現霍夫曼樹,可以用來壓縮-To c++ Program used to realize Hoffman tree, can be used to compress
HuffmanTree
- 1.构造对应的哈夫曼树 2.输出字符对应的哈夫曼编码 3.输入一串0 1代码,进行哈夫曼译码-1. Tectonic corresponding Huffman tree 2. Output characters corresponding Huffman 3. Enter the string 0 1 code, the Huffman decoding
HuffmanTree
- c++ 实现的huffman树的操作,应该会很有帮助-c++ realized huffman tree operation, should be helpful
HuffmanTree
- 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码.(1)初始化: 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;(2)编码: 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;(3)解码:利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码。-A section of the indiscriminate im
HuffmanTree
- c++写的HuffmanTree。 有建立HuffmanTree并编码功能-c++ written HuffmanTree. HuffmanTree has established and coding functions
HuffmanTree
- 这是一个数据结构的实验程序源码,以及文档等等,名称是哈夫曼树-This is a data structure of the experimental program source code, as well as documents and so on, the name is a Huffman tree
HuffmanTree
- 程序的主要功能是利用哈夫曼编码对数据进行无损压缩,实现Huffman 压缩的编码器和译码器。 -The main functions of the procedure is to use Huffman coding lossless compression of data to achieve Huffman compression encoder and decoder.
HuffmanTree
- huffman树的基本实现. 利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
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
- 自己做的赫夫曼树,可能不是很完善,传上来交流一下-The Huffman trees themselves, may not be perfect, Chuan-up exchange
HuffmanTree
- 根据huffman树的一个压缩程序,可以压缩和解压单个文件,压缩率80 左右-Huffman tree in accordance with a compression program, you can compress and decompress a single file, the compression rate of 80
HuffmanTree
- 实现用哈夫曼树进行简单的编码译码功能,有助于初学者学习哈夫曼树-Implementation using Huffman coding tree for easy decoding features to help beginners Learn Huffman tree
huffmantree
- 二叉树的用法,深入理解了树和二叉树在计算机中的存储和读取方式,-Binary tree is used, in-depth understanding of the tree and binary tree in computer memory and reading method
HuffmanTree
- 用JAVA语言实现的HuffmanTree,实现了文件压缩功能-Implemented with JAVA language HuffmanTree, achieved a file compression feature
HuffmanTree
- 哈夫曼树编码译码器,对文件进行压缩和解压缩,从文件中读取内容-HuffmanTree encoding and decoding the files from a file reads the contents
Huffmantree
- huffmantree的建立和输出,输出任意权重建立一颗Huffman数,然后将Huffmantree输出,代码可以run,可以直接使用。(The establishment of Huffman tree and output)