文件名称:cpp
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-12-01
- 文件大小:
- 5.09mb
- 下载次数:
- 0次
- 提 供 者:
- 江**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件-First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tree and Huffman encoding, and, of course, this is according to ASCII code to convert characters to the binary, then realize the prefix encoding, and then the encoded using binary stream into the corresponding files
(系统自动生成,下载前可以参看下载内容)
下载文件列表
可执行文件和源代码
..................\hf
..................\..\Debug
..................\..\.....\Encoding.txt
..................\..\.....\Haffcode.txt
..................\..\.....\hf.exe
..................\..\.....\hf.ilk
..................\..\.....\hf.pdb
..................\..\.....\test.hf
..................\..\.....\test.txt
..................\..\hf
..................\..\hf.opensdf
..................\..\hf.sdf
..................\..\hf.sln
..................\..\hf.suo
..................\..\..\9.hf
..................\..\..\9.txt
..................\..\..\Debug
..................\..\..\.....\CL.read.1.tlog
..................\..\..\.....\CL.write.1.tlog
..................\..\..\.....\hf.exe.intermediate.manifest
..................\..\..\.....\hf.lastbuildstate
..................\..\..\.....\hf.log
..................\..\..\.....\hf.vcxprojResolveAssemblyReference.cache
..................\..\..\.....\hf.write.1.tlog
..................\..\..\.....\huffmanMain.obj
..................\..\..\.....\link.read.1.tlog
..................\..\..\.....\link.write.1.tlog
..................\..\..\.....\mt.read.1.tlog
..................\..\..\.....\mt.write.1.tlog
..................\..\..\.....\vc100.idb
..................\..\..\.....\vc100.pdb
..................\..\..\Encoding.txt
..................\..\..\Haffcode.txt
..................\..\..\hf.vcxproj
..................\..\..\hf.vcxproj.filters
..................\..\..\hf.vcxproj.user
..................\..\..\test.txt
..................\..\..\ying.hf
..................\..\..\ying.txt
..................\..\ipch
..................\..\....\hf-30c0c4f7
..................\..\....\...........\hf-37e3145a.ipch
..................\huffmanMain.cpp
..................\huffmanTree.h
..................\textCompare.h
..................\textCompress.h
..................\textPrint.h
..................\textStatistics.h
..................\textUncompress.h