搜索资源列表
huffman-
- 实现huffman编码,算出编码效率,输出平均码长。-encode the huffman
Huffman
- 基于哈夫曼编码的思想进行文件的压缩处理 (1) 能够将一个文件进行编码压缩 (2) 能够将压缩的文件解码还原 -Huffman coding based on the idea for file compression (1) the ability to encode a file compression (2) to restore the compressed file decoding
Huffman-encode-and-decode
- huffman 编码和解码, 它详细的写出了编解码的过程, 有助于你的学习哦-huffman encode and decode
huffmanprogram
- 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
Huffman
- huofuman 压缩编码 描述如何用霍夫曼编码进行文件压缩-huofuman encode this code describles the detail how to compress for file using the huofuman algorithm
huffman
- 输入8个字符(数目可以自己设定,需要改动程序中N的值),注意空格也算字符,然后输入权值,会显示构造的霍夫曼树及每个字符的编码-Encode:enter 8 characters,then enter 8 numbers,this program will print the huffman tree and each char s code.
Huffman
- self contained Huffman encoder and decoder with CLI. Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
HUFFMAN
- HUFFMAN CODE ENCODE 哈夫曼编码和哈夫曼解码,内容比较详细,对学习这块的人有很好帮助。-HUFFMAN CODE AND ENCODE SOURCE CODE
bianma
- 它的功能主要是进行霍夫曼编码,本程序利用的是一个向量来予以说明-Huffman encode
hufman
- Huffman encode source. Input the word and the frequency, and output encoded binary number.
huffman
- 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
huffman-code
- 哈弗曼编码,在matlab中实现,源代码-huffman encode
Huffman
- 小强的算法分析课程里面的代码-哈夫曼编码,实现代码,-Huffman encode
huffman-encode
- 用matlab实现了huffman的编码和解码过程-Achieved using matlab huffman encoding and decoding process
huffman
- 霍夫曼编码,在图像处理中可以用来对取整后的数组矩阵进行编码,从而减少数据量-huffman encode
huffman
- 基于C语言的最短编码--哈弗曼编码huffman(本人的信息论上机实验程序)-huffman encode
HUFFMAN
- 霍夫曼编码&翻译 功能一是从文件读取一段文章并将其编码,功能2 将加密的文章还原- no.1 HUFFMAN encode no.2 tranceform huffman code to the capter
huffman-code
- 霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
HuffmanCode
- 包含了哈夫曼编码与解码的源码,用codeblocks环境编译(Huffman encode and decode)
huffman
- 霍夫曼编码的压缩解压,获得码长方法是moffat法。(The encode and decode with huffman code.)
