文件名称:huffman_code
介绍说明--下载内容来自于网络,使用问题请自行百度
huffman编码.
把一个英文字母,空格,句号.一共有28个 character.
先求每个字符出现的频率.
然后用频率对这个文件进行哈夫曼编码.
然后再进行解码.
运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt
然后把英文文件放到E盘里.名叫samole.txt,
还有在E里新件2个txt文件.名叫encode.txt,decode.txt.
编码后的二进制save到encode.txt,解码后的英文字符save到decode.txt了.-Huffman coding. One English letters, spaces, full stop. A total of 28 character. Every character in first seeking the frequency. Then the frequency of text pieces for Huffman coding. then decode. When running in VC -
把一个英文字母,空格,句号.一共有28个 character.
先求每个字符出现的频率.
然后用频率对这个文件进行哈夫曼编码.
然后再进行解码.
运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt
然后把英文文件放到E盘里.名叫samole.txt,
还有在E里新件2个txt文件.名叫encode.txt,decode.txt.
编码后的二进制save到encode.txt,解码后的英文字符save到decode.txt了.-Huffman coding. One English letters, spaces, full stop. A total of 28 character. Every character in first seeking the frequency. Then the frequency of text pieces for Huffman coding. then decode. When running in VC -
(系统自动生成,下载前可以参看下载内容)
下载文件列表
huffman_code.cpp
www.dssz.com.txt
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.