-
基本图书管理系统功能需求:
基本图书管理系统功能需求:
1. 新书入库
2. 读者信息管理:
(1)读者信息录入
(2)读者信息修改
(3)读者信息删除
(4)读者信息查询。
3. 图书查询:
(1) 输入一个书号,在文件中查找此书,若找到则输出此书的全部信息;若找不到则输出查找失败的信息。
(2) )查询所有要购入的图书的书名和书号。
4. 借阅管理
(1) 每个读者的信息包括姓名,编号,借阅图书1,借阅图书2,借阅图书3,输入M个读者的信息并存入数组reader中.
(2) 借书登记:输入读者的姓名及所借图书的书号,先判断姓名是否在读者数组中,若有则将书号存入reader数组中,同时修改book数组中此书的现存量.若reader数组中无此姓名,则应提示错误。
(3) 还书管理:输入读者的姓名,所还图书的书号,修改reader数组和book数组中相应的项。
5. 输出全部图书信息和全部读者信息。
6. 退出系统。
-Basic library management system functional requirements:
1. Book storage
2. Readers Information Management:
(1) reader information into
(2) modify the reader information
(3) the reader information to delete
(4) the reader information query.
3. Book Search:
(1) Enter an ISBN, in the document to find the book, if the output of the book to find all the information if it can not find the output of the failure to find information.
(2)) check all books to be purchased titles, and ISBN.
4. Lending Management
(1) Every reader s i
- 2022-03-20 01:18:53下载
- 积分:1
-
对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序....
对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序.
-right string sets, in order to support array and MFC C Class Set support ascending and descending.
- 2023-05-14 05:05:03下载
- 积分:1
-
文件分割器(VC源码)
文件分割器(VC源码)- Document division (VC source code)
- 2022-03-14 20:49:28下载
- 积分:1
-
使用代码生成条形码
如果(string.IsNullOrWhiteSpace(this.BarCodeText)) 抛出新的ArgumentException(“条形码之前,必须设置为调用生成”); //确保条码不包含无效字符 } //确定条码宽度 变种widthOfBarCodeString= 0; VAR wideToNarrowRatio=2.0; 对于(VAR I =0; I
- 2022-05-29 10:39:42下载
- 积分:1
-
正规表达式的转换,这是我们大学的时候编译原理做的实验
正规表达式的转换,这是我们大学的时候编译原理做的实验-Conversion of regular expressions
- 2022-01-25 17:17:47下载
- 积分:1
-
比萨饼订单系统
比萨饼订购 machineIf 您不能找到这种语言在语言列表中,请选择"其他"。保持简短、 精确和完整的标签,请仅使用"、"要分开。如果在你的描述中有代码,请使用"插入代码"按钮来插入代码并选择编程语言。这将使您的源代码美丽和有吸引力。请不要提交非源编码材料。
- 2022-12-30 23:25:05下载
- 积分:1
-
源码中包含有3个游戏代码,一个购物系统代码还有其他很多学习用例的教学代码!~...
源码中包含有3个游戏代码,一个购物系统代码还有其他很多学习用例的教学代码!~-It includes 3 games code a shopping system and many other codes used for teaching.
- 2022-02-11 12:03:00下载
- 积分:1
-
This a XPmenu demo program
This a XPmenu demo program
- 2022-04-11 16:49:53下载
- 积分:1
-
ttttttttttttttttttttt
c++实现一个基于对栈,队列,树的操作,可加深对其的理解-ttttttttttttttttttttt
- 2023-09-03 11:30:03下载
- 积分:1
-
一个基于串口的设备控制程序,通过串口发送控制即可
一个基于串口的设备控制程序,通过串口发送控制即可-a device control software based on SerialPort,it can control the devices by the command which is sent by SerialPort
- 2023-09-06 04:45:04下载
- 积分:1