搜索资源列表
DosImitate
- 一个Dos模拟程序,实现的功能比较多,dir /a,dir /?,dir /b,cd,del ,ren/rename,copy ,find,md/mkdir,rm/rmdir,exit,cls,help
DirecteryOption
- 模拟终端,和几种目录文件操作的系统命令,dir,cd,md,del等-analog terminal, and several catalog operation of the system commands, dir, cd, md, del etc.
cd_lock
- CD lock/unlock simple console tool
FILLER.ZIP
- Fill up Diskimages to meet the correct size for CD/DVD-booting.
cd
- Prata, cd exsercise, solution i c++ to stephen prata 5th edition
cdcontrol
- 光驱控制,可控制光驱的自动开合,实现简单的硬件控制-Drive control, can control the automatic opening and closing CD-ROM
xiangdao
- 程序实现将启动文件装入内存,之后就开始了真正的光盘启动过程,启动文件会加载相关操作系统文件进入操作系统。 -Program implementation will start the file into memory, then began a real CD-ROM boot process, boot files are loaded into the operating system files related to the operating system.
ch08_08
- 声明一个抽象类Med作为基类,其中仅包含一个string 类型数据成员title(名称)和两个纯虚函数print()和id()。然后派生出Book类,CD类和Mag类。在Book类中,包含3个string类型数据成员 author(作者), pub(出版者), isbn(书号)和函数成员print()和id()。在CD类中,包含3个string类型数据成员composer(制作者), make(介质形式), number(编号)和函数成员print()和id()。在Mag类中,包含2个strin