-
-
javatxt.rar
实现一个简单的文本编辑器,该编辑器从键盘依次读入成行的文本,并将文本内容及时写入文件中,文件名由命令行参数指定。如果输入“stop”,运行结束。
-
LCD1602.zip
Calendar Clock *
* By K1, enter the set state *
* By k2, to stop alarm sound *
* By k3, turn into the alarm clock feature is enabled, alarm clock, the minutes and seconds, year, month, day and time of hours, minutes, seconds, setting, *
* Until ...
-
-
-
HW3_P1.zip
... to pass a predetermined number of clock pulses and then stop. The purpose of this problem is to design a controller ... predetermined number of pulses to an output “POUT” and then stop, without producing any shortened pulses or glitches. Your circuit should ...
-
-
Applied_Cryptography-Protocols_Algorithms_Source_
There are two kinds of cryptography in this world: cryptography that will stop your kid sister from reading your files, and cryptography that will stop major governments from reading your files. This book is about the latter
-
Simple_Packet_Filtering_Firewall.zip
Simple Packet Filtering Firewall
Developed a firewall for Windows2000
Features:
Start
Stop
Block All
Block Ping
Allow All
Add Rule
View Registered rules
Technology used: Packet Filtering
-
c.rar
定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。在main()函数中定义vehicle、bicycle、motorcar、motorcycle的对象,调用其Run()、Stop()函数,观察其执行情况。再分别用vehicle类型的指针来 ... 这几个对象的成员函数,看看能否成功;把Run、Stop定义为虚函数,再试试看。
-
lab8.rar
... 类重载“++”(自增) “--”(自减)运算符,实现对坐标值的改变。
2. 编写程序定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。观察虚函数的作用。
3. (选做)对实验2中的people类重载“= =”运算符和“=”运算符,“==” ...
-