文件名称:huffman
介绍说明--下载内容均来自于网络,请自行研究使用
任选一种无损编码方式,通过C++编程实现。
要求:1) 字符串的输入是手工输入的;
2) 在屏幕上显示编码结果,例如,如果选用huffman编码,则要显示字符串的编码及平均码长;-Optionally, a lossless compression method, through the programming of C++.
Requirements: 1) the input string is manual input
2) shows the coding results, on the screen for example, if you use Huffman code, to display string encoding and the average code length
要求:1) 字符串的输入是手工输入的;
2) 在屏幕上显示编码结果,例如,如果选用huffman编码,则要显示字符串的编码及平均码长;-Optionally, a lossless compression method, through the programming of C++.
Requirements: 1) the input string is manual input
2) shows the coding results, on the screen for example, if you use Huffman code, to display string encoding and the average code length
(系统自动生成,下载前可以参看下载内容)
下载文件列表
哈弗曼编码实验\Cpp13.cpp
..............\Cpp13.dsp
..............\Cpp13.dsw
..............\Cpp13.ncb
..............\Cpp13.opt
..............\Cpp13.plg
..............\Debug\Cpp13.exe
..............\.....\Cpp13.ilk
..............\.....\Cpp13.obj
..............\.....\Cpp13.pch
..............\.....\Cpp13.pdb
..............\Debug
哈弗曼编码实验