-
HuffmanTree
该系统应具有以下功能:
(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中。
(The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
- 2013-06-21 13:45:16下载
- 积分:1
-
qks
When I wrote this function my problem was to replace one color by an other on transparent bitmaps My
- 2018-09-29 15:06:30下载
- 积分:1
-
faxengine-1.0.3
fax engine 传真引擎 relay fax 的开源项目 商业软件使用 高质量 高可靠(fax engine fax relay fax engine open source software projects using high-quality commercial high reliability)
- 2005-03-21 23:10:03下载
- 积分:1
-
gps_spl
此程序为GPS接收机的源码,包括捕获、跟踪、定位解算和算法,其硬件基于gp2015和gp4020,处理器为arm7,对理解GPS接收机原理有很大帮助.(This procedure source for GPS receiver, including the capture, tracking, positioning solvers and algorithms, and its hardware-based gp2015 and gp4020, processor arm7, on the understanding of the principle of GPS receivers have great help to me.)
- 2020-06-30 05:00:01下载
- 积分:1
-
da5651
说明: 杭州康芯电子公司的高速DA模块全部资料,上传啦,绝对的好使,包括DATASHEET(Kang Hangzhou high-speed core electronics module DA all the information you upload, so absolute, including DATASHEET)
- 2009-08-22 17:52:07下载
- 积分:1
-
CPPbook
清华大学C++教程电子版,附带源码,需要的可以下载(Tsinghua University, electronic version of C++ tutorial, with source code)
- 2011-05-14 20:38:57下载
- 积分:1
-
FFmpegSDLVideoPlayer
基于ffmpeg+sdl的视频播放器,直接部署工程然后,设置本地视频路径就可以播放视频。(Based on ffmpeg+ sdl video player, direct deployment project then set the local video path can play video.)
- 2015-11-15 11:28:50下载
- 积分:1
-
thinking_in_cpp
说明: 《thinking_in_cpp》,计算机大师Bruce Eckel的著作,学习C++的顶级材料(" Thinking_in_cpp" , Master Bruce Eckel computer books, learning C++ of the top material)
- 2009-08-12 09:48:42下载
- 积分:1
-
sjf2440_Rev05
三星的s3c2440cpu的jflash下载源代码,本人修改为更快速的方式下载,希望提供给大家方便。(Samsung's s3c2440cpu jflash download the source code, I changed to a more expeditious manner download, we hope to provide convenience.)
- 2006-12-22 18:20:53下载
- 积分:1
-
Communication-by-SerialPort
实现串口通信 可以收发数据 可以是数字也可以是ASCII(Serial communication)
- 2013-07-24 10:10:28下载
- 积分:1