登录
首页 » Education soft system » Library management system is mainly aimed at achieving the Library' s informa...

Library management system is mainly aimed at achieving the Library' s informa...

于 2022-01-26 发布 文件大小:388.72 kB
0 138
下载积分: 2 下载次数: 1

代码说明:

图书馆管理系统主要的目的是实现图书馆的信息化管理。图书馆的主要业务就是新书的借阅和归还,因此系统最核心的功能便是实现图书的借阅和归还。此外,还需要提供图书的信息查询、读者图书借阅情况的查询等功能。项目实施后,能够提高图书馆的图书借阅、归还流程,提高工作效率。整个项目需要在两个月的时间内交付用户使用。-Library management system is mainly aimed at achieving the Library" s information management. Library" s primary business is to borrow and return books, so the system is the realization of the core functions of the borrow and return books. In addition, the book also need to provide the information query, the query of the reader borrow books and other functions. The project implemented, can improve the library to borrow books and return processes and improve efficiency. The entire project needs to deliver in two months time users.

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

发表评论

0 个回复

  • C++源代码 / 数据库应用用用MFC操作ACCESS数据库.编写
    C++源代码 / 数据库应用用用MFC操作ACCESS数据库.编写-C source/database applications using MFC operation with ACCESS database. Prepared
    2022-03-18 17:42:36下载
    积分:1
  • VB所写的图书管理系统,非常简单,实在,好用,你个白痴快点给我种子...
    VB所写的图书管理系统,非常简单,实在,好用,你个白痴快点给我种子-written in the Visual Basic Library Management System, is very simple and real and convenient, you idiots, I quickly to seed
    2022-06-11 15:53:26下载
    积分:1
  • 图书馆管理系统dephi版
    图书馆管理系统dephi版-Library Management System version dephi
    2022-01-25 18:37:51下载
    积分:1
  • a student information management system. Orders can be passed to a student's...
    一个学生信息管理系统.通过命令可以对学生的一些信息进行存储,修改等操作.-a student information management system. Orders can be passed to a student"s information storage and revise operation.
    2022-08-07 12:12:29下载
    积分:1
  • 机器管理,登录,主界面,新增,修改,删除,打印
    机器管理,登录,主界面,新增,修改,删除,打印-Machinery management, log on, the main interface, add, modify, delete, print
    2022-02-03 13:33:01下载
    积分:1
  • 本程序将用户信息设计成一个类,使用对象模拟对 象数据库,将用户信息保存到数据文件中。并实现打开 文件,保存文本,添加&删除用户信息等功能。 在运行的过程中,用户...
    本程序将用户信息设计成一个类,使用对象模拟对 象数据库,将用户信息保存到数据文件中。并实现打开 文件,保存文本,添加&删除用户信息等功能。 在运行的过程中,用户须先填上自己的姓名、性别 ,然后选择自己所在省份、城市。点击“Add”按钮, 该用户信息即可添加进面板左边的文本区,点击 “Delete”时,可删除该用户的信息,点击“Open”可 打开一个文件,点“Prior”可将该用户信息上移一行, “Next”下移一行,“First”上移至文本区第一行, “Last”信息下移至最后一行,“Save”保存左边的文 件为一个文本文档。-user information designed as a category, the use of object oriented database, user information stored data files. Open the document and to achieve and preserve the text, add users to delete information capabilities. In the course of operation, users must fill in their names, sex, which then choose their own provinces, cities. Click on the "Add" button, the user can add the information into the text of the left panel, click on "Delete", the deletion of the user"s information, click on "Open" can open a file, click on "Prior" user information may be on his shift, "Next" his depression "First" shifted to the first line of text area, "Last" Information mo
    2022-02-13 21:18:52下载
    积分:1
  • 程序中实现了汉字与区位码的转换,可用于考试报名填表,免去查汉字区位码表的烦恼...
    程序中实现了汉字与区位码的转换,可用于考试报名填表,免去查汉字区位码表的烦恼-procedures to achieve with the Chinese position code conversion, can be used to fill in a form for the examination, replacing Zha Chinese location code table trouble
    2023-06-05 13:45:04下载
    积分:1
  • 主要功能说明: 1.用口令(密码)形式验证管理员身份(可输入三次),合法者可进入,否则程序结束。 2.有关功能说明 1)建立学生成绩表(模块...
    主要功能说明: 1.用口令(密码)形式验证管理员身份(可输入三次),合法者可进入,否则程序结束。 2.有关功能说明 1)建立学生成绩表(模块a) 建立新的学生成绩文件; 建立若干学生记录,包括姓名、学号、班级、课程编号、成绩。 2)添加学生记录(模块b) 在已存在的学生成绩文件中添加新记录。 3)删除学生记录(模块c) 在学生成绩文件中删除有三门课程不及格的学生记录; 删除前,逐条显示符合删除条件的学生姓名、成绩,确认后再删除。 4)修改学生信息(模块d) 输入学生学号,在学生成绩文件中找出该学生记录; 在屏幕上逐条显示该学生的各条记录; 每显示一条,询问是否修改,如果“Y”,输入修改后数据, 将文件原记录删除,保存新的记录; 5)按姓名和班级查找(模块e) 输入姓名显示相应信息。 6)信息统计(模块f) 同时按照班级和课程统计每门课程、每个班级的平均成绩,最高分、最低分; 在屏幕上先依次显示各门课程,对应的各个班级的统计数据。 7)退出信息管理系统,返回操作系统。-the main function of Explanation: 1. Using a password (password) formal verification as an administrator (can be entered three times), the legal person may enter, or end of the process. 2. The functional description 1) the establishment of student achievement table (module a) Create a new document student achievement The establishment of a number of student records, including name, student number, class, course number, results. 2) Add student
    2022-07-10 16:43:57下载
    积分:1
  • 简单图书管理系统
    简单图书管理系统-simple library management system
    2022-02-24 15:46:54下载
    积分:1
  • 已知在不同点处的函数值,实现3次样条插值,节点可以自行给定。...
    已知在不同点处的函数值,实现3次样条插值,节点可以自行给定。- 3 sample interpolation
    2022-08-09 19:17:31下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载