搜索资源列表
hafuman
- 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
hafuman
- 教你如何构造哈夫曼树的程序代码
huffman
- 一个完整的哈夫曼c代码,包括huffman树的构造,编码,解码。-Huffman c a complete code, including the huffman tree structure, encoding, decoding.
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() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。
huffmanbianmayimaqi
- 构造每个字符的哈夫曼编码,选出树中两个权值最小的结点-Construction of the Huffman coding for each character, the right to elect two tree node the smallest value
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
- 在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。 算法输入:各字符及其权值。 算法输出:各字符的编码串 -In his cable, transceiver, data communication process, can use the prefix encoding character encoding so that the average length of the shortest. This prefix H
Huffman
- 包含哈夫曼树的构造过程,以及生成哈夫曼编码。-Contains the Huffman tree construction process, and generate the Huffman coding.
yuesefuhuan
- 哈弗曼编译码器,统计字符,构造边哈夫曼树,压缩编码和解压缩-Ha Fuman codec, statistical character, structure side of Huffman tree compression and decompression
huffman
- huffman编码压缩与解压 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。-compress and decompress
haffman
- 该应用程序描述了哈夫曼树的构造 能把一段英文包括空格按照哈夫曼树压缩 也能根据字符出现频率来解压缩-The application describes a Huffman tree structure can include a space in accordance with the Huffman tree compression can also be based on the occurrence frequencies of characters to extract
HFMHFM
- 通过哈夫曼树,构造最优树,减小编码长度并压缩,达到压缩解压缩的功能-By Huffman tree, the optimal structure of the tree, reducing the length and compression coding to achieve compression and decompression functions