登录
首页 » Windows开发 » 本系统的名称为“小型图书馆管理系统”,它具有以下功能: 1.借书,还书 2.增书,删书 3.按作者名或专业领域检索图书 4.查找被某为读者借走的一批书 5.查找

本系统的名称为“小型图书馆管理系统”,它具有以下功能: 1.借书,还书 2.增书,删书 3.按作者名或专业领域检索图书 4.查找被某为读者借走的一批书 5.查找

于 2023-08-23 发布 文件大小:454.13 kB
0 138
下载积分: 2 下载次数: 1

代码说明:

本系统的名称为“小型图书馆管理系统”,它具有以下功能: 1.借书,还书 2.增书,删书 3.按作者名或专业领域检索图书 4.查找被某为读者借走的一批书 5.查找最近借走某书的读者 6.查找某管理员的操作记录. 备注:① 管理员分四类:借书管理员,还书管理员,采编管理员(增书,删书),馆长助理 ② 读者有最大借书量 ③ 图书未归还前,不能对它进行借书操作.-the system known as "mini-library management systems," it has the following functions : 1. Library, book 2. Zeng, adding three books. According to the author or professional search field 4. A search was to take readers through a number of book five. You go through a recent book readers 6. the search for a caretaker operational records. Note : administrators at four categories : library administrators, book manager, editorial manager (by, censored books), the Assistant Curator readers have the greatest volume library books had not returned before it can operate for the library.

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

发表评论

0 个回复

  • 步步高多媒体学生电脑JS版模拟器
    用HTML+JS编写的步步高多媒体学生电脑软件-《轻轻松松学DOS》的在线模拟器,支持鼠标和键盘操作,支持网络在线运行或下载后单机运行。支持真人语音、背景音乐、文字和动画。本源码是开发学习机系列网页模拟器的示范作品,可用于对各种FC学习机的大多数软件制作网页版模拟器。
    2022-01-26 08:15:58下载
    积分:1
  • 一个通讯录源代码,里面有很好的数据库连接方法
    一个通讯录源代码,里面有很好的数据库连接方法-a directory source code, there are a good method of database connection
    2023-06-28 12:40:03下载
    积分:1
  • 创造了这个应用程序向导为您OperateReg申请。此应用程序 不仅展示了使用Microsoft基础类的基本知识 而且也是写你的应用程序的起...
    创造了这个应用程序向导为您OperateReg申请。此应用程序 不仅展示了使用Microsoft基础类的基本知识 而且也是写你的应用程序的起点。 而且也是写你的应用程序的起点。-AppWizard has created this OperateReg application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. but is also a starting point for writing your application.
    2022-09-20 11:35:02下载
    积分:1
  • Description: 采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,...
    Description: 采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字符 第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行 Output format: 首先输出图的顶点信息,输出完毕换行 接着输出图的邻接表,格式为首先输出第一个顶点,接着输出该顶点的所有的临界点的序号,换行,然后输出下一个顶点及邻接点,以此类推 接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行 最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行 -Description: Adjacency list using said directed graph to complete the map creation, map of the depth-first traversal, breadth-first graph traversal operations. In which vertex information is character, the graph vertices in order arranged by character number, while the input side of the vertex according to serial number from small to large order, the following graph of the input side of the order of 0 1,0 2,0 3,1 2,1 3,2 4,3 4 a total of seven edge, the edge-node adjacency list using the first interp
    2022-01-28 23:09:39下载
    积分:1
  • PJSIP测试程序,学习PJSIP的好资料,一定会对你有所帮助
    PJSIP测试程序,学习PJSIP的好资料,一定会对你有所帮助-PJSIP test procedures, learning PJSIP good information, we will help you
    2022-02-03 16:58:15下载
    积分:1
  • asp环境下的语音聊天室程序,速度很快,用于自己的asp语音聊天室...
    asp环境下的语音聊天室程序,速度很快,用于开发自己的asp语音聊天室-voice chat room procedures, very fast, for the development of their voice chat rooms asp
    2022-12-22 16:15:03下载
    积分:1
  • 与MAXQ多的FIR滤波器的实现
    Implementation of FIR filter with the MAXQ Multiple-And-Accumulate unit specify module and ROM routine definition files
    2022-12-03 14:40:03下载
    积分:1
  • DSP源C++代码,对初学者很有帮助
    DSP开发源C++代码,对初学者很有帮助-code for DSP
    2023-03-11 20:45:04下载
    积分:1
  • Another example of the use delphi to learn lua. To help improve the lua
    另一种delphi学习lua使用的例子.对提高lua有所帮助-Another example of the use delphi to learn lua. To help improve the lua
    2022-12-17 01:45:03下载
    积分:1
  • 注册页面
    webjsp注册页面webjsp注册页面webjsp注册页面webjsp注册页面webjsp注册页面webjsp注册页面webjsp注册页面
    2022-03-16 12:52:21下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载