-
图书信息管理系统
图书信息管理系统包含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
-
简单链接数据的程序,使用DAO方式,适合初学之
简单链接数据的程序,使用DAO方式,适合初学之-It a demo to connection the database usr mfc。。。。。。。。。。
- 2022-03-14 05:25:13下载
- 积分:1
-
A Simple Dash
A Simple Dash-Line Class虚线类-A Simple Dash-Line Class category dotted line
- 2022-05-07 15:13:07下载
- 积分:1
-
windows CE 开发的教程
介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识...
windows CE 开发的教程
介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识-windows CE Development Windows CE tutorials presented some basic characteristics, and pointed out that the transition to wireless devices based on the software development knowledge should be
- 2022-02-05 12:43:21下载
- 积分:1
-
调试工具,用来当程序弹出内存访问错误的对话框时查找具体的出错位置,具体用法见程序的帮助。...
调试工具,用来当程序弹出内存访问错误的对话框时查找具体的出错位置,具体用法见程序的帮助。-debugging tools, pop-up procedure used when memory access errors when the dialog box to search the wrong location specific, the specific procedures used to help see.
- 2022-04-13 17:06:43下载
- 积分:1
-
用VC++编的modem例子,大家可以稍加改动就可以直接用
用VC++编的modem例子,大家可以稍加改动就可以直接用-With VC++ Series modem example, everyone can be modified directly by
- 2022-02-27 05:11:49下载
- 积分:1
-
windows文件过滤系统接口,做文件过滤系统需要
windows文件过滤系统接口,做文件过滤系统需要-windows file filtering system interface, so the need for document filtering system
- 2022-03-22 17:49:31下载
- 积分:1
-
小波变换及其逆变换,是小波信号处理的基础
小波变换及其逆变换,是小波信号处理的基础-wavelet transform and travel transform
- 2023-05-05 11:10:02下载
- 积分:1
-
一个模拟鼠标键盘输入的例子
一个模拟鼠标键盘输入的例子--An example about how to similar to the input of mouse and keyboard
- 2022-02-22 08:16:33下载
- 积分:1
-
钟表
钟表-A demo shows how to program a clock.
- 2022-10-11 19:10:04下载
- 积分:1