搜索资源列表
-
0下载:
用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,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.
-
-
1下载:
将字符在MATLAB用哈弗曼编码实现纯英文本的压缩-Havermann the character encoding used in MATLAB to achieve a pure English version of the compression
-
-
0下载:
利用哈夫曼编码的原理对字符进行处理,最后输出的是对输入的字符的0和1的编码-The principle use of Huffman coding of characters to deal with the final output is the input of 0 and 1 character encoding
-
-
0下载:
哈夫曼编码用 c语言编写的 比较简单 初学者 编码与字符的转换-Huffman coding using c language is relatively simple for beginners and character encoding conversion
-
-
0下载:
Hoffman编码,实现对任意字符的编码及解码,而且生成的编码是唯一的-Hoffman coding, to achieve arbitrary character encoding and decoding, and the generated code is the only
-
-
0下载:
在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。
算法输入:各字符及其权值。
算法输出:各字符的编码串
-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
-
-
0下载:
根据Huffman编码方法的原理,实现建立Huffman树的功能.并自定义简单输入数据,检验结果.由键盘输入的任意字符流,输出显示每个字符的编码,并计算压缩比-According to the principle of Huffman encoding method to achieve the establishment of Huffman tree functions. And customize a simple input data, the test results. Of any
-
-
0下载:
对一篇英文文章,统计各字符出现的次数,实现Huffman编码,输出每个字符出现的次数和编码,其中求最小权值要求用堆实现-For a articles in English, output the number of characters,and output the each character encoding
-
-
0下载:
ASCII编码对应汉字表 自己都知道怎么用吧?-ASCII character encoding table corresponding to their know how to use it?
-
-
0下载:
字符编码过滤,单纯的过滤器,解决乱码问题-Character encoding filter, a simple filter to solve garbage problem
-
-
0下载:
Huffman编码及译码
1:将给定字符文件编码:生成编码,输出每个字。
2:将给定编码文件译码:生成字符,输出编码及其对应字符。
-Huffman coding and decoding 1: the given character encoding files: generated code, the output of each word. 2: decode the given encoded files: build character, the output encodi
-
-
0下载:
建立哈夫曼树,哈夫曼树,即最优树,是带权路径长度最短的树。有着广泛的应用。在解决某些判定问题上,及字符编码上,有着重要的价值。
-Establish hoffmann tree, the tree of hoffmann, namely, the right path is parent-stand shortest length of the tree. A wide range of applications. In solving some problems, and judge th
-
-
0下载:
一个完整的系统应具有以下功能:
(1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;
(2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;
(3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码;
-A complete system should have the following functions: (1) initialize a read from the t
-
-
0下载:
能对TXT文档中的字符进行哈弗曼编码,txt文档可以自己编写(比如一篇英语短文)并输出编码后的文件,输出文件可以自己命名。之后还能再次输入编码后的文件,选择解码来进行解码,在输出会txt文档,检查后输出的txt文档与先前压缩前的txt文档的内容是一样的。-TXT document can be Hafu Man character encoding, txt documents can write your own (such as an English essay), and the outp
-
-
0下载:
对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码.
基本要求:一个完整的系统应具有以下功能:
(1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;
(2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;
(3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码;
-Section for any input in Eng
-
-
0下载:
设计哈弗曼编码和译码。要求编码和译码一个字符,一定要创建它的字符结点和对应权值,否则,不可以。-Design Hafu Man encoding and decoding. Requirements of a character encoding and decoding, we must create a character of its nodes and the corresponding weights, otherwise not.
-
-
0下载:
自动生成拼音简码
1. 此方法基于汉字的国标汉字库区位编码的有效性,不符合此编码的系统此函数无效!
// 2. 若汉字串含有非汉字字符,如图形符号或ASCII码,则这些非汉字字符将保持不变.-1 simple code automatically generated phonetic This method is based on Chinese national standard character encoding of the effectiveness of the bit re
-
-
0下载:
测试wu-manber算法的小程序。包含一些字符编码转换程序-Test wu-manber algorithm applet. Contains some character encoding converter
-
-
0下载:
实现了霍夫曼树的创建,对字符的编码,对字符的解码等基本操作。-Realized the creation of a tree, hoffman of character encoding, decoding of characters of basic operations
-
-
0下载:
哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
-