登录
首页 » Windows开发 » 基本图书管理系统功能需求:

基本图书管理系统功能需求:

于 2022-03-20 发布 文件大小:3.08 kB
0 215
下载积分: 2 下载次数: 1

代码说明:

基本图书管理系统功能需求: 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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 如何使用DocX 库在 .DOCX 文件中替换一列单词
    翻译  maninwest@Codeforge  作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode; 首先需要加载具有”错误"拼写的文档:string filename = string.Empty; DialogResult result = openFileDialog1.ShowDialog(); if (result == DialogResult.OK) { filename = openFileDialog1.FileName; } else { MessageBox.Show("No file selected - hasta la vista and Ciao, baby!"); return; } using (DocX document = DocX.Load(filename)) { document.ReplaceText("travelled", "traveled"); document.Save(); } 我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码:  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-25 21:24:19下载
    积分:1
  • MP3播放器的源代码,使用C语言编程,使用的…
    mp3播放器的源代码,采用C语言 编程,使用C编译器,开发很方便。-mp3 player of the source code, using the C programming language, the use of the C compiler, development is very convenient.
    2022-01-31 23:58:00下载
    积分:1
  • A Rotating WireframeCube for Silverlight3 我觉的很好的例子
    A Rotating WireframeCube for Silverlight3 我觉的很好的例子-A Rotating WireframeCube for Silverlight3 I feel a good example of
    2023-02-11 10:45:04下载
    积分:1
  • 双龙电子增补库文件libslavr.a、slavr.h libslavr.a是库文件,需要将其和ICC标准库文件放到一起,正常情况为:C:icclib...
    双龙电子增补库文件libslavr.a、slavr.h libslavr.a是库文件,需要将其和ICC标准库文件放到一起,正常情况为:C:icclib。 slavr.h是头文件,要使用库函数需要包含此头文件。-Added to the library file Shuanglong electronic libslavr.a, slavr.hlibslavr.a is a library file, and the ICC needs to be put together with the standard library file, the normal situation: C: icclib. slavr.h is the header file, it is necessary to use the library functions need to include this header file.
    2022-02-24 16:30:34下载
    积分:1
  • vsto是一门流行的技术,本程序实例源码,国内难得的资料,
    vsto是一门流行的技术,本程序实例源码,国内难得的资料,-vsto是一个实例源码,国内难得的资料
    2022-09-20 13:55:03下载
    积分:1
  • 全国计算机等级考试三级辅导教程与同步试题训练
    全国计算机等级考试三级辅导教程与同步试题训练-NCRE three tutorials and synchronization test counseling training
    2022-02-14 15:54:52下载
    积分:1
  • 使用grub4dos 来自动还原ghost文件,ghost文件放在I盘的相应目录下,盘符可以自行修改,执行的时候类似这样,restore.bat xppro 意...
    使用grub4dos 来自动还原ghost文件,ghost文件放在I盘的相应目录下,盘符可以自行修改,执行的时候类似这样,restore.bat xppro 意思是说还原到xp professional -Use grub4dos to automatically restore the ghost files, ghost files on I set the corresponding directory, the letter can be modified to implement the time like this, restore.bat xppro means that to revert to xp professional
    2023-01-14 13:30:04下载
    积分:1
  • 在电机控制中,从交流变直流的BOOST电流的控制程序
    在电机控制中,从交流变直流的BOOST电流的控制程序-In motor control, from the exchange of variable DC current of the control procedures BOOST
    2023-05-04 12:55:04下载
    积分:1
  • keil HDI 客户端
    此应用程序不仅演示使用 Microsoft 基础类的基本知识外,也是编写 USB HID 应用程序的起始点。
    2022-11-17 22:00:03下载
    积分:1
  • JXTA代码,美丽的排偶癞瓜内
    JXTA代码,美丽的排偶癞瓜内 -JXTA code, beautiful skin disease排偶Guarneri JXTA code, beautiful skin disease排偶Guarneri
    2022-03-17 14:31:19下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载