搜索资源列表
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
- This a program to encode and decode huffman code for strings. The input should be a text file with two dimentional string array.-This is a program to encode and decode huffman code for strings. The input should be a text file with two dimentional str
huffman
- huffman编码,可以实现编码,解码,打印代码文件功能-huffman encoding, can encode, decode, print the code file function
Huffman-Coding
- 哈夫曼编码(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
HuffmanCode
- 多媒体作业——huffman编解码及程序说明文档-mms homework-- include huffman encode and decode c++ file and explaination file
huffman
- 哈夫曼编码与解码,了解哈夫曼编码的实现过程-Huffman code and encode
HUFFMAN
- 霍夫曼编码&翻译 功能一是从文件读取一段文章并将其编码,功能2 将加密的文章还原- no.1 HUFFMAN encode no.2 tranceform huffman code to the capter
Huffman
- 赫夫曼树的应用,该程序实现的是对已知的概率的字符进行编码。-The application of the Huffman tree, the program is to encode the character of a known probability.
huffman-encode
- 输入信源符号和概率,可产生哈弗曼编码。并得出编码效率,判定是否唯一可译等功能。代码是面向对象的思想编写。-Input source symbols and probability, can produce the hover tempting mann coding. And that the coding efficiency, the only thing you can determine whether the translation etc. Function. The code is
HuffmanCode
- 包含了哈夫曼编码与解码的源码,用codeblocks环境编译(Huffman encode and decode)
huffman
- 霍夫曼编码的压缩解压,获得码长方法是moffat法。(The encode and decode with huffman code.)
