-
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
-
Calculator
用C++实现的可计算多位数的四则运算计算器,能够自动跳过空格(Implemented in C++ calculate the multi-digit arithmetic calculator that can automatically skip a space)
- 2011-11-30 21:28:35下载
- 积分:1
-
PPvNQBAAR
制作滚动的字幕的程序的源码,很好,初学者的福音(Making the scrolling marquee program source code, good for beginners Gospel)
- 2013-01-29 19:08:09下载
- 积分:1
-
net finger
connect to finger print device
- 2019-04-05 00:07:59下载
- 积分:1
-
caiseyu
设计一个程序,演示美丽的“池塘夜雨”景色:色彩缤纷的雨点飘飘洒洒地从天而降,滴滴入水有声,溅起圈圈微澜(Design a program that demonstrates the beautiful " pond night rain" scene: Durian colorful rain to fall from the sky, drops into the water with sound, the splashes circle Ripples)
- 2011-06-16 00:19:53下载
- 积分:1
-
MessageHook
可捕获系统消息,功能简单实用,是初学hook的理想资料(System can capture news, features simple, practical, is the ideal beginner hook information)
- 2009-06-06 20:27:44下载
- 积分:1
-
mfctab
MFC Graphics Tablet Test Application
- 2005-06-12 17:23:43下载
- 积分:1
-
SYNFLOOD
syn ddos flood 工具源代码(syn ddos flood source code)
- 2017-04-01 18:28:22下载
- 积分:1
-
UHF_Reader_protocol
UHF读写器读写器简介
本产品具有多协议兼容、体积小、读取速率快、多标签识读、圆极化天线对标签没有方向限制、防水型外观设计等优点,可广泛的应用于各种RFID系统中,典型的应用场合有:
(UHF reader reader Introduction The product is compatible with multi-protocol, small volume, read rate, and multi-tag read, circularly polarized antenna on the label does not limit the direction, waterproof design, etc., can be widely used in a variety of RFID systems, typical applications are: )
- 2011-10-17 00:59:20下载
- 积分:1
-
simulateellipse
利用已知的一些点,利用多项式模拟出椭圆(圆形),适合于数学图像算法的初学者,只要打开*.CPP文件,加入一些点的文件就可以用。自己可以拓展为多种图形的数学模拟(to simulatorsllipe, Adampt to fresh student)
- 2012-11-30 09:04:09下载
- 积分:1