-
图书信息管理系统
图书信息管理系统包含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
-
用VC(MFC)编写的连连看VC版(含源码)程序,经本人测试程序可以运行。共编程爱好者交流使用...
用VC(MFC)编写的连连看VC版(含源码)程序,经本人测试程序可以运行。共编程爱好者交流使用-With VC (MFC) prepared Lianliankan VC version (including source code) procedures, as I can run a test procedure. A total exchange of the use of programming enthusiasts
- 2023-02-17 22:00:03下载
- 积分:1
-
硬盘擦除器,将硬盘的逻辑盘内容擦除。用qt4+vc6。
硬盘擦除器,将硬盘的逻辑盘内容擦除。用qt4+vc6。-Hard Drive Eraser will erase the hard disk of the logical content. With qt4+ Vc6.
- 2022-11-26 23:30:03下载
- 积分:1
-
一个一键清空的小软件,主要是为了保护个人隐私,该软件清除的内容包括: 我最近的文档、IE访问记录、上网历史记录、地址栏URL记录、清除REALPLAY播放列表、...
一个一键清空的小软件,主要是为了保护个人隐私,该软件清除的内容包括: 我最近的文档、IE访问记录、上网历史记录、地址栏URL记录、清除REALPLAY播放列表、清除REALONE播放列表。-a key emptied a small software, the main purpose is to protect personal privacy, the removal of the software include : my recent documents, IE visit records, Internet history, address bar URL records, removing REALPLAY playlists remove MP3/AAC playlists.
- 2022-03-15 22:59:42下载
- 积分:1
-
Read a variety of data source database
读取各种数据源数据库
- 2023-01-10 08:15:03下载
- 积分:1
-
在VC++环境下使用OpenGL语言碰撞检测
在vc++环境下使用opengl语言进行碰撞检测-In vc++ environment to use opengl collision detection language
- 2022-06-17 14:04:03下载
- 积分:1
-
这种程序实在是简单得不能再简单,网上随处可见,不过我既然写了一个,也放上来吧,附上源码。使用方法请查看压缩包中的Readme文件。...
这种程序实在是简单得不能再简单,网上随处可见,不过我既然写了一个,也放上来吧,附上源码。使用方法请查看压缩包中的Readme文件。 -this procedure is utterly simple, Internet can be seen everywhere, but since I was an also Fangshanglai bar, accompanied source. Please see use of compressed readme file.
- 2023-08-22 17:40:03下载
- 积分:1
-
C++计算器,使用键盘操作,使用方便,且小而简单.
C++计算器,使用键盘操作,使用方便,且小而简单.-C++ Calculator, use the keyboard to operate and easy to use, and small and simple.
- 2022-05-13 05:54:01下载
- 积分:1
-
MFC单文档手动更换背景图片
本例采用vs2010开发工具,单文档框架结构,设置单文档背景图片,在菜单栏中弹出一个对话框,在对话框中点击按钮,然后选择bmp格式图片,调用view中的ondraw函数更换背景图片。
- 2022-08-14 23:54:42下载
- 积分:1
-
访问日历服务
访问日历服务-所带源代码,是很好的示例.-Visit the calendar service-
- 2022-05-10 16:00:16下载
- 积分:1