搜索资源列表
200561671915001
- huffmantree的压缩 供使用 谢谢大家-huffmantree compressed for use Thank you
HuffmanTree
- Huffman算法的详细解析,包括建立Huffman树的方法,编码和解码
HuffmanTree
- 程序的主要功能是利用哈夫曼编码对数据进行无损压缩,实现Huffman 压缩的编码器和译码器。
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
- 霍夫曼树的代码..实现了用霍夫曼编码的功能,经测试能成功输出-Hoffman tree code .. realized Huffman code with the function of output have been tested successfully
huffmantree
- 动态对文件和字符串统计个字符出现的次数作为其权值,以实现霍夫曼编码,达到节省存储空间的目的。-Dynamic string of documents and statistics on the number of characters appear as part of its weight in order to achieve the Huffman coding to achieve the purpose of saving storage space.
haffmantree
- ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。
huffmantree
- 从哈夫曼树定义及算法出发,介绍了如何构造哈夫曼树,重点对哈夫曼树三种应用进行了详细讨论。-Huffman tree and from the definition of the starting algorithm, describes how Huffman tree structure, with a focus on the Huffman tree for the three applications discussed in detail.
Huffman
- 哈弗曼树的构建 左子树为较小者,右子树为较大者-The struction of HuffmanTree
Huffman_tree
- 清华版数据结构HuffmanTree设计作业,所有功能基本实现-Tsinghua HuffmanTree version of the design of data structure operations, the basic realization of all functions
compress
- 使用huffmantree对文件进行压缩,压缩对象为文本文件,中间文件采用二进制写入-The use of the documents huffmantree compression, compression for text files, binary files are written into the intermediate
HuffmanTree
- 二叉树-哈弗曼树的应用,键盘输入一连串的字符串,最好不要超过10个,回车后输出相应的频率,同时,根据左历变,按顺序输出频率的!!很简单-Binary Tree- Havermann Tree Application
HuffmanTree
- 用huffman树进行压缩的压缩软件,只待文本文件有较高压缩率-Compression with huffman tree compression software, only to be a text file has a higher compression ratio
HuffmanTree
- 本程序可以对任何大小的字符型文件进行Huffman编码,生成一个编码文件。 并可以在程序运行结束后的任意时间对它解码还原生成字符文件。即:先对一条电文进行输入,并实现Huffman编码,然后对Huffman编码生成的代码串进行译码,最后输出电文数字 -This procedure can be any size character files Huffman coding, to generate a code file. And can run it any time after th
HuffmanTree
- 霍夫曼编码的C++程序,最有效的编码方式-Huffman
HuffmanTree
- C++编写实现的Huffman编码,根据输入自动统计字符出现的次数后编码,并计算编码后的压缩比。-Written C++ implementation of Huffman coding, the input character appears automatically after the number of statistical encoding, and calculate the encoded compression ratio.
Huffmantree
- 哈夫曼树的编码译码,包含文件的写入和读取。是自己的整套课程设计。-Huffman tree coding and decoding, including the file write and read. Their own set of curriculum design.
HuffmanTree
- 一个哈夫曼编码器,能够对用户存入文件中的字符和权值进行编码-A huffmam system
HuffmanTree
- Huffman编码的实现。创新在于用树形表示霍夫曼树,很形象。-Huffman encoding implementation. Innovation is the Huffman tree with the tree that very image.
HuffmanTree
- HuffmanTree 从文件中读取字符,统计字符个数并以此来建立霍夫曼树,从而实现霍夫曼编码。 -HuffmanTree code
