-
图书信息管理系统
图书信息管理系统包含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
-
Any cs. student a ny average university will at some point be faced with design...
Any cs. student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s. -Any cs. Student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s.
- 2022-06-16 19:07:14下载
- 积分:1
-
简单的ADO数据库
这是我第一数据库学习程序,简单的ADO数据库,本程序明确说明了ADO的连接,访问等!可以使得初学ADO的人,尽快入门,欢迎大家访问下载,试用。
- 2022-02-03 01:40:41下载
- 积分:1
-
调用绑定任务栏图标的dll的demo
调用指定dll,创建任务栏图标,实现绑定任务栏,只在window7下面有效。其他系统的同学们可以去研究研究,欢迎交流学习,谢谢大家,多多下载,多多给分
- 2023-02-28 05:30:08下载
- 积分:1
-
socket客户端与服务端mobile平台
socket windows phone 平台编程,自带客户端与服务端代码,直接调试通过。搭建完成的通讯服务程序。
- 2023-07-13 16:50:03下载
- 积分:1
-
将标准输出重定向到一管道
将标准输出重定向到一管道-The example of redirecting standard output to an pipe
- 2022-08-24 18:52:09下载
- 积分:1
-
C# 自动切换SQLite32位64位dll
System.Data.SQLite.DLL分32位和64位的版本,不需要分别生成x86和x64应用程序,该实例代码基于sqlite.dll 1.0.65.0版本
- 2022-07-16 08:47:00下载
- 积分:1
-
一种压缩感知图像的重构算法 ,具有很好的效果
图像的重构处理中 ,压缩感知是一个新的技术,本程序通过采用压缩感知的OMP算法,可以还原图像,对图像的处理有很好的效果,尤其是新手和做毕设的同学可以参考
- 2023-04-10 04:45:04下载
- 积分:1
-
对于初学者来说,比较好的Windows Embedded CE 6.0 驱动编写实验
对于初学者来说,比较好的Windows Embedded CE 6.0 驱动编写实验-Windows Embedded CE 6.0 drvier programer best test for beginner
- 2023-05-24 16:45:03下载
- 积分:1
-
获取和修改计算机名实现方法的程序
获取和修改计算机名实现方法的程序-access and modify the computer name of the method procedure
- 2022-02-25 09:18:15下载
- 积分:1