搜索资源列表
HotelM
- 酒店管理系统,数据库编程开发 使用方法 1.先建立数据库HOTEL 2.选中HOTEL数据库,选择所有任务->还原数据库 选择数据库文件中的hotelBackup,还原数据库 3.将源程序中 C***App类中构造函数中,链接数据库的帐号和密码更改为你的密码 即可使用 4.本软件未完成,你可以根据需求,加入更丰富的功能。 5.Release目录下面的*.ssk 和*.dll不能删除,那是加载皮肤所需要的-Hotel management systems,
person
- person类,增加构造函数和析构函数,含拷贝构造函数。要求除了基本功能外,构造函数和析构函数中增加必要的输出信息。另增加一个函数参数为person对象的函数调用过程。-person class, increasing the constructor and destructor, including copy constructor. Requirements In addition to basic functions, constructors and destructors to inc
1104
- 、声明一个CPU类,包含等级(rank)、频率(freauency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中rank为枚举类型,声明为enum CPU_Rank { p1=1,p2,p3,p4,p5,p6,p7},frequency为单位是MHz的整形数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。-creat a class CPU which includes rank frequency voltage . frequenc