-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
Learn to build a object,and at same time,to understand the way via seperating th...
学会建立一个工程,理解通过把接口与实现分离实现抽象的思想.-Learn to build a object,and at same time,to understand the way via seperating the interface and implement to realize abstraction.
- 2023-06-15 19:45:03下载
- 积分:1
-
MIS procedure is the kind of staff management procedures, procedures friendly in...
本程序是MIS类的员工管理的程序,程序界面友好,应该有较高的利用价值-MIS procedure is the kind of staff management procedures, procedures friendly interface, should have a higher value
- 2022-01-25 16:59:51下载
- 积分:1
-
数独游戏
这是数独游戏程序用C #我上传给你!..
- 2023-01-12 01:25:03下载
- 积分:1
-
使用C++开发的电子商务系统,功能比较全面,基本功能都有。...
使用C++开发的电子商务系统,功能比较全面,基本功能都有。
-The use of C++ development of e-commerce system, feature a more comprehensive, the basic functions of both.
- 2022-01-25 21:24:11下载
- 积分:1
-
一个简单的树形程序
一个简单的树形程序-a simple procedure tr
- 2022-03-04 11:34:41下载
- 积分:1
-
相册管理器,一个相册管理的软件。运行程序时请将本目录中的两个类库拷贝到bin/Debug或者bin/Release目录下,此两个类库是程序运行所必需的。...
相册管理器,一个相册管理的软件。运行程序时请将本目录中的两个类库拷贝到bin/Debug或者bin/Release目录下,此两个类库是程序运行所必需的。-Album manager, an album management software
- 2022-09-26 20:20:03下载
- 积分:1
-
Simulation of the bank s savings system, C++ Courses encoding, part of less comp...
模拟银行储蓄系统,C++课程编码,其中一部分,不太完整-Simulation of the bank s savings system, C++ Courses encoding, part of less complete
- 2022-03-14 03:40:48下载
- 积分:1
-
ShutDown
定时关机 并且可以设置年月日,还可以重启-ShutDown
- 2022-12-23 09:05:03下载
- 积分:1
-
透明时钟的例子,可以直接运行
透明时钟的例子,可以直接运行-transparent clock example, can directly run
- 2022-04-14 12:36:28下载
- 积分:1