搜索资源列表
huffman_code
- huffman编码. 把一个英文字母,空格,句号.一共有28个 character. 先求每个字符出现的频率. 然后用频率对这个文件进行哈夫曼编码. 然后再进行解码. 运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt 然后把英文文件放到E盘里.名叫samole.txt, 还有在E里新件2个txt文件.名叫encode.txt,decode.t
huffman_Code
- 数据结构试验。。。哈夫曼编码。。字符的编码与译码
huffman_code
- 用matlab实现的霍夫曼编码的图像压缩,主要就是依据霍夫曼编码的原理实现的图形图像处理。
huffman_code
- 用哈夫曼算法创建huffman树,求解哈夫曼编码及反编码输出
huffman_code
- huffman树的各种生成处理方法 -huffman tree
huff
- 霍夫曼编码程序,是一种变长编码方式,用于数据压缩。-huffman_code
huffman_code
- huffman 压缩和解压算法,采用matlab编写,纯原创。-huffman compression and decompression algorithm using matlab prepared, pure originality.
Huffman_code
- 经典的Huffman编码,给定概率向量,输出相应Huffman编码-Classic Huffman encoding, given the probability vector, the output corresponding Huffman coding
Huffman_code
- A matlab source code for huffman coding
Huffman_code
- Huffman source code in Matlab.
huffman_code
- huffman source code matlab implementation
huffman_code
- 打开一篇文章,统计该文章中每个字符出现的次数,然后以它们作为权值,对每一个字符进行编码,编码完成后再对其编码进行译码。-Open the article, the article in the statistics the number of occurrences of each character, then they are used as weights for each character encoding, then encode the complete coding decodi
Huffman_code
- 霍夫曼编码实现,实现了8位数据输入的霍夫曼编码-Huffman coding to achieve, to achieve the 8-bit data input Huffman coding
huffman_code
- 使用Matlab工具实现哈夫曼压缩编、解码,已执行验证可实现-Using the Matlab tool Huffman compression coding, decoding, validation is performed to achieve
huffman_code
- 与众不同,且通俗易懂的生成huffman code方法-Unique, and user-friendly method of generation huffman code
huffman_code
- 本程序是使用C语言,实现利用哈弗曼编码将一串电文压缩后发送,然后再在接收方进行解压,还原出原来的电文。-This procedure is to use the C language to realize the use of Huffman coding compression will send a bunch of messages, and then decompress on the receiving side, to restore the original message.
Huffman_code
- 自己写的一个基于哈夫曼编码的文件压缩程序,能将文本文件进行压缩处理-To write a Huffman coding based file compression program, can be compressed text files
DS4
- 设电文字符集D及各字符出现的概率F如下: D={a,b,c,d,e,f,g,h}(字符数n=8) F={5,29,7,8,14,23,3,11}( ) 编写完成下列功能的程序: ①构造关于F的Huffman树; ②求出并打印D总各字符的Huffman编码。 程序结构: 类型说明; 构造Huffman树的函数:Huffman_tree(H[m+1]); 求Huffman编码的函数:Huffman_code(code[n+1]); mai
Huffman_Code
- Huffman code, using heap sort written in c-Huffman code, using heap sort written in c++
Huffman_code
- 实现Huffman算法,对数据进行最优编码压缩。-huffman code