搜索资源列表
huofuman
- 霍夫曼编码与解码,功能:输入任意符号和权值,构建霍夫曼树,输出霍夫曼编码,计算平均码长,输入任意编码进行解码,错误提示。-Huffman encoding and decoding functions: Enter any symbols and weights to build Huffman tree, the output Huffman code to calculate the average code length, input Into any codec decoding e
huffmancoding
- 霍夫曼编码,实现对字符和汉字的最优编码。-Huffman encoding, characters and Chinese characters to achieve the optimal coding.
Huffman
- 构造霍夫曼树,然后生成霍夫曼编码-Huffman Code
Huffmantree
- 对任意输入的一段英文,为每个编制相应的霍夫曼编码,并利用该编码为任意的0,1序列解码-Section of arbitrary input in English, for each preparation of the corresponding Huffman code, and use the code for any of the 0,1 sequence of decoding
huffman
- 对一组指令进行霍夫曼编码,并输出最后的编码结果以及对指令码的长度进行评价。与扩展操作码和等长编码进行比较-A set of instructions on the Huffman coding, and outputs the final coding results and the length of the scr ipt evaluation. And expansion of operations such as long code and compare the coding
huffman
- 霍夫曼编码非常实用的小程序 ,实用matlab编写-Huffman coding is very useful for small programs, preparation of practical matlab
huffmancoding0
- 霍夫曼编码,通过窗口实现霍夫曼编码!霍夫曼编码可能是计算机界最经典的编码方法!-huffmancoding
huffmanencode
- 此代码是实现霍夫曼编码的程序,在visual C++的软件环境下运行。其中的注释是自己的想法,可以有助于理解。-huffman encode
huffman
- 实现从任意在文本文件中输入字符的个数及种类的霍夫曼编码方法-From any of the characters in the text file, enter the number and types of Huffman coding method
Huffman-coding
- 数据结构中的霍夫曼编码的源代码。对掌握c语言的数据结构有很好的帮助-Huffman coding in the data structure in the source code. Good master c language data structure
hoffmancode
- 用C++实现霍夫曼编码功能,输入字符后,显示编码及平均码长-Huffman coding function with C++ input characters, display coding and average yards
HuffmanCoding
- 掌握霍夫曼编码、译码原理,并能够通过程序模拟其编码、译码功能。-Grasp Huffman coding and decoding principles, and the encoding and decoding functions by simulation procedures.
myHuffman
- 数据结构课程写的小程序霍夫曼编码Huffman Coding-Data structure courses to write small programs Huffman coding
信息论
- 实现一个霍夫曼编码。自己新建文件(读源码可以知道建什么),输出霍夫曼编码后的文件。(Implement a Hoffman encoding. Own new files (read source code, you can know what to build), the output of Hoffman encoded documents.)
Huffman
- R进制霍夫曼编码的 m a t l a b 实 现,R可以任意改变(Matlab implementation of R ary Hoffman encoding)
5、Huffman编码
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also known as Hoffman encoding, is a coding method, and Huffman en
huffman
- 此为r元霍夫曼编码MATLAB仿真文件,r和p都已参数化(This is the R element Hoffman coded MATLAB simulation file, and both R and P have been parameterized)
霍夫曼编码及解码
- 对一个给定字符串,生成霍夫曼树,求出霍夫曼编码并进行解码(get the huffman tree for a string,code and translate)
Huffman
- 霍夫曼编码是一种常见的不等长编码方式,该程序可实现霍夫曼编码和霍夫曼译码。(Huffman coding is a common unequal length encoding method.This file can implement Huffman coding and Hoffman decoding.)
huffman
- 在MATLAB中实现霍夫曼编码,粗略实现编码(Implementation of Hoffman coding in MATLAB)