搜索资源列表
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
- 用哈夫曼算法创建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
- A matlab source code for huffman coding
Huffman_code
- Huffman source code in Matlab.
huffman_code
- huffman source code matlab implementation
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
- 本程序是使用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算法,对数据进行最优编码压缩。-huffman code
huffman_code
- CODIFICATION SOURCE WITH HUFFMAN CODE FOR MATLAB
Huffman_code
- 利用哈夫曼编码对任意文件进行压缩和对被压缩的文件解压。-Huffman coding any file compression and decompression of compressed files.
Huffman_code
- 哈夫曼编码程序,简单的二进制Huffman编码的基本原理及算法 以及一个用于交互的小程序(Huffman encoding program)
huffman_code
- 基于huffman的信源编码与解码。可实现对文本的编码压缩及解码恢复(Source coding and decoding based on Huffman. The coding compression and decoding recovery of text can be realized)
