搜索资源列表
图书馆管理系统.rar
- C语言作的图书管理系统 该程序能实现对一本书进行采编入库、清除库存、借阅图书、归还图书且记录借书的用户信息,还有查找书、显示图书目录的功能,并且以该书的书号为关键字建立一个B_树。
图书馆管理系统c++
- 这个是图书管理系统,能够实现一般的图书借阅功能,是用C++做的,数据库用ACCE-This a library management system. General book lending function is implemented using C++, database is Access.
图书馆管理系统2
- 这是一个图书馆的管理程序,含学生登录借阅书刊查找等功能-This is a library management procedures, including students log books to search functions
BorrowBook
- 图书馆借阅管理系统中的借书登记管理界面,界面包括基本的元素添加和布局管理,没有进行事件监听,没有连接数据库-library management system for the registration and management of the library interface, the basic interface elements added and the layout management, not eavesdropping incident, is not connected t
图书馆借阅管理系统
- 很好的一个图书馆管理系统-a good library management system
duding
- 这是我的图书馆借阅管理系统,简单实用,适合学习VC++者学习,也可实际应用-This is my library management system, simple and practical learning for VC + + learning, but also practical applications
VB
- 课程设计 个人设计的小小图书馆借阅管理系统!
图书馆管理系统源码
- 对图书信息进行图书入库、借阅登记、借阅查询、过期提示、办理借书卡这些日常业务的需要。高效性通过系统的实用,能够改变旧的图书管理模式,使对图书的管理、借阅、查询更加方便有效。 1.2 运行环境: Windows 98/2000/XP/2003操作系统下,安装并配置软件Microsoft SQL Server 2000数据库管理系统。 登陆密码:123-information library books to stock and the loan registration, loan inquiri
图书借阅管理系统
- 该系统定位于学校的图书馆,能实现图书的借阅
新翔图书馆管理系统 v1.0
- 新翔图书馆管理系统是针对中小型图书馆的管理的要求进行设计的,实现了图示分类查询、借阅等强大的管理能力;可以按不同条件查询各个类别的图书、可以管理图书借阅、归还信息。可以管理用户信息,系统中管理员可以分配不同级别的权限。
图书馆管理系统.rar
- C语言作的图书管理系统 该程序能实现对一本书进行采编入库、清除库存、借阅图书、归还图书且记录借书的用户信息,还有查找书、显示图书目录的功能,并且以该书的书号为关键字建立一个B_树。,C language does books management system management system this procedure can realize to a book carries on picks enrolls the storehouse, the elimination stock
图书管理系统
- 图书管理系统 用户登录图书馆管理系统后,进入图书馆主界面,在此界面中,可看到图书借阅排行榜,通过排行榜可以看出借阅图书的名称、图书类型、借阅次数等相关信息。,After books management system management system the user registers the library management system, enters the library main contact surface, in this contact surface, may se
library.rar
- 图书馆管理系统,包含功能有:系统管理,阅览管理,书籍管理,借阅管理,数据库管理,基础数据管理,基本上能够满足一个学校的图书馆的管理工作,Library management system, including functions: system management, access to management, book management, loan management, database management, basic data management, basically a sch
tushujieyue-vbsql
- 图书馆借阅管理系统-vb+sql 将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。-Library management system-vb+ sql various projects will be copied to a subdirectory on your hard disk, and then can use Visual Basic to open procedures.
Library
- 图书馆借阅管理系统,基于VC++的图书馆借阅管理系统。根据这个程序,可以初步了解如何编写相关程序。-Library management system, VC++ based library management system. Under this procedure, you can know how to prepare the preliminary procedures.
library1
- 图书馆借阅管理系统---学习做一个图书馆借阅管理系统-Library Loan Management System--- learning to make a library loan management system
无借阅完整版
- 图书馆管理系统,只有源代码,需要自己添加数据库。(Library management systems, only source code, need to add databases to themselves.)
图书管理系统
- 图书管理系统的用户是学校图书馆,主要包括管理图书的库存信息、每一本书的借阅信息以及每一个人的借书信息。每一种图书的库存信息包括书名、作者、金额等。每一本被借阅的书都包括如下信息:书名、金额等。每一个人的借书信息包括姓名、性别、学号。(The user of library management system is the school library, which mainly includes managing book inventory information, borrowing inf
C#图书管理系统项目源码
- 图书馆管理系统 分类管理 本次设计主要研究asp.net在图书馆管理系统的应用。首先,查阅了与系统内容相关的文献和研究。第一部分对图书馆管理信息的功能进行设计,主要包括图书借阅、图书归还、图书馆管理信息、与读者进行网络互动、读者书评、借书证办理和图书入库等功能。然后,在asp的平台上,连接SQL.server数据库以及利用其它语言及相应开发环境,针对小型图书馆管理系统的特点,实现图书馆基本的管理功能。目前,通过对参考文献和相关文章的学习和参考,对C#以及数据库有了一定的了解,数据库的部分设计。最