搜索资源列表
huffman
- 哈夫曼编码和解码系统,并可对文件进行编码-huffman coding and decoding system, the documents can be encoded
用于文件压缩的huffman算法
- 用哈夫曼编码编的压缩和解压缩的程序的源代码,在网上选的。-encoded using huffman compression of the program's source code, on-line election.
huffman
- 哈弗曼编解码器 输入一段文本 可以将其进行哈弗曼编码输出,画出生成哈夫曼树,编码表等-Hafu Man codec type in a text can be encoded output for Hafu Man, draw generate huffman trees, coding table, etc.
huffman.rar
- 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
huffmanCode
- 对一篇英文文章,统计各字符出现次数,实现huffman编码。在huffman编码后,将编码表和英文文章编码结果保存到文件中,并提供读编码文件生成原文件的功能。-Of an English article, statistics of the number of characters appear, realize huffman coding. In the huffman encoded, the encoding table and English article coding result
huffman
- huffman编码(二叉树应用),要求对文件进行huffman编码的算法,以及对一编码文件进行解码的算法-huffman coding (binary application), requested documents huffman encoding algorithm, as well as an algorithm to decode the encoded file
huffman
- 这是一个有关hufferman编码的vc++程序,-This is a hufferman encoded vc++ Procedures
huffman
- 哈夫曼编码译码压缩文件程序 可以编码 可以解码-huffman decoding compressed file can be encoded can decode
huffman
- 数据结构中的哈弗曼编码的实现源码,此源码中包含了详细的描述-Data structure encoded in the implementation哈弗曼source, this source contains a detailed descr iption of
huffman
- 霍夫曼编码,是离散余弦编码的一种,当各离散样值概率为2的幂时,压缩编码达到极限熵-huffman code is encoded as a discrete cosine, discrete sample value when the probability of power 2 hours, reached the limits of entropy coding
huffman
- 本程序主要是来实现赫夫曼编码的问题。用户可以输入键盘中的任意字符,长度为任意长,字符输入顺序不限,且允许出现重码,可以对任意长的字符串可进行编码 按顺序打印出对应输入字符串的哈夫曼编码-This procedure is mainly to achieve the huffman coding problem. Users can enter any keyboard characters, the length of arbitrary long input sequence of cha
huffman
- huffman编码的c实现 数据结构 算法设计-huffman-encoded data structure, algorithm design c
huffman
- huffman编码。对一片文章进行huffman编码,并计算它的信源熵,与编码后的平均码长进行比较。-huffman coding. Of an article to huffman coding, and calculate the entropy of its source, and the encoded average code length for comparison.
huffman
- 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image huffman huffman coding to show the ori
hufman
- huffman encode source. Input the word and the frequency, and output encoded binary number.
huffman
- 带有huffman编码的 MPEG-2帧内编码-huffman encoded with MPEG-2 intra coding
huffman
- 数据结构的一个哈夫曼树程序,建立一个文本文件,统计该文件中各字符频率,对各字符进行huffman编码,将该文件翻译成huffman编码文件,再将huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-The data structure of a huffman tree program, create a text file, the statistical character frequency in the
huffman
- 建立一个文本文件,统计该文件中各字符频率,对各字符进行huffman编码,将该文件翻译成huffman编码文件,再将huffman编码文件翻译成原文件-The establishment of a text file, the statistics of the file in the character frequency, the characters huffman coding, the file translated into huffman encoded file, and the
huffman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of huffman coding is to scan the image data first, calculate the probability of occurrence of various pixels, speci
Test3
- 1 输入:信源符号个数r,以及r-1个信源的概率分布p; 2 输出:每个信源符号对应的huffman编码的码字(The 1 input is the number of source symbols R, and the probability distribution P of R-1 sources. 2 output: each source symbol corresponds to the huffman encoded codeword.)