-
200430481
赫夫曼编译码器:
用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。
[基本要求]一个完整的系统应具有以下功能:
(1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。
(2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
(3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
(4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。
(5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()
- 2021-03-06 09:19:30下载
- 积分:1
-
JPEGyasuomatlabdaima
jepg压缩的matlab代码,采用哈夫曼编码,dct变换(jepg compression Matlab code, using Huffman coding, transform Extra)
- 2021-04-09 20:58:59下载
- 积分:1
-
svg
ECLIPSE下的SVG图模一体化功能eclipsesvgnodesimple(eclipsesvgnodesimpleeclipsesvgnodesimple)
- 2010-05-12 09:16:11下载
- 积分:1
-
纸飞机4.0
ssr科学上网工具,该压缩文件已经配置好了,直接解压就可以使用了。(SSR scientific Internet access tool, the compressed file has been configured, the direct decompression can be used.)
- 2020-06-29 08:40:01下载
- 积分:1
-
RLE
说明: c语言环境下的 RLE编码的串行程序(c language environment RLE encoded serial procedures)
- 2008-09-26 09:58:44下载
- 积分:1
-
CCSDS_IMAGE_COMPRESSION
CCSDS图像压缩源代码,MATLAB编写处理(CCSDS image compression source code, MATLAB write processing)
- 2010-03-09 14:19:55下载
- 积分:1
-
w_ipp-sample-data
w_ipp-sample-data-compression,Intel,IPP函数库,文件数据快速压缩解压缩工具包。可以进行数据加密解密告诉处理( W_ipp-sample-data-compression, Intel, IPP library, file compression and decompression tool for fast data packet. You can tell the encryption and decryption of data processing)
- 2011-10-07 19:43:38下载
- 积分:1
-
Huffmancoding111123123121
霍夫曼编码的C++实现,含word详细叙述文档,详细注释。(Huffman coding C++ to achieve, including the word detailed description of the documents, detailed notes.)
- 2012-08-13 16:48:36下载
- 积分:1
-
GZIPyashuowenjian
说明: java对GZIP的压缩格式提供了直接支持,可以方便的实现GZIP压缩与解压(right GZIP compression format provides direct support to facilitate the realization of GZIP Compression and Decompression)
- 2006-04-11 23:52:33下载
- 积分:1
-
ZIP
zip压缩源代码,附有整个工程,保证能用,可应用于文件压缩,内存压缩(zip compressed source code, with the whole project, and ensure that use, can be applied to file compression, memory compression)
- 2008-12-15 21:33:12下载
- 积分:1