文件名称:MMS
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 51kb
- 下载次数:
- 0次
- 提 供 者:
- zeng ******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
给出输入文件content.txt,里面包含一段文字,编程实现哈弗曼编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,存在tree.txt中),解码后的结果输出到decode.txt。
-Given input file content.txt, which contains some text, programming Hafu Man coding method, the input files encoded output to encode.txt after reading the above code results encode.txt, programming decoding process ( Huffman encoding tree needs, there tree.txt in), the decoded output to decode.txt.
-Given input file content.txt, which contains some text, programming Hafu Man coding method, the input files encoded output to encode.txt after reading the above code results encode.txt, programming decoding process ( Huffman encoding tree needs, there tree.txt in), the decoded output to decode.txt.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MMS\MMS\BitCode.cpp
...\...\BitCode.h
...\...\content.txt
...\...\decode.txt
...\...\encode.txt
...\...\HaffmanTree.cpp
...\...\HaffmanTree.h
...\...\MMS.APS
...\...\MMS.cpp
...\...\MMS.h
...\...\MMS.rc
...\...\MMS.vcproj
...\...\MMS.vcproj.ZENGJIABEI.Zeng Jiabei.user
...\...\MMSDlg.cpp
...\...\MMSDlg.h
...\...\ReadMe.txt
...\...\res\MMS.ico
...\...\...\MMS.rc2
...\...\resource.h
...\...\stdafx.cpp
...\...\stdafx.h
...\...\targetver.h
...\...\tree.txt
...\MMS.sln
...\MMS.suo
...\...\Debug
...\...\res
...\Debug
...\MMS
MMS
...\...\BitCode.h
...\...\content.txt
...\...\decode.txt
...\...\encode.txt
...\...\HaffmanTree.cpp
...\...\HaffmanTree.h
...\...\MMS.APS
...\...\MMS.cpp
...\...\MMS.h
...\...\MMS.rc
...\...\MMS.vcproj
...\...\MMS.vcproj.ZENGJIABEI.Zeng Jiabei.user
...\...\MMSDlg.cpp
...\...\MMSDlg.h
...\...\ReadMe.txt
...\...\res\MMS.ico
...\...\...\MMS.rc2
...\...\resource.h
...\...\stdafx.cpp
...\...\stdafx.h
...\...\targetver.h
...\...\tree.txt
...\MMS.sln
...\MMS.suo
...\...\Debug
...\...\res
...\Debug
...\MMS
MMS