搜索资源列表
图书馆管理系统.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
- 课程设计 个人设计的小小图书馆借阅管理系统!
Libraryborrowingmanagementsystemmanagementsystem.r
- 软件需求课程设计:图书馆借阅管理系统-原创性声明,目录,引言,总体描述,系统用例,外部接口需求,非功能性需求,数据需求,研制报告。
图书馆管理系统源码
- 对图书信息进行图书入库、借阅登记、借阅查询、过期提示、办理借书卡这些日常业务的需要。高效性通过系统的实用,能够改变旧的图书管理模式,使对图书的管理、借阅、查询更加方便有效。 1.2 运行环境: Windows 98/2000/XP/2003操作系统下,安装并配置软件Microsoft SQL Server 2000数据库管理系统。 登陆密码:123-information library books to stock and the loan registration, loan inquiri
图书馆管理系统.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
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
图书管理系统
- 实现图书馆图书借阅,还书,添加,删除,查询,排序等现代典型图书馆功能。(Realize library book borrowing, return books, add, delete, query, sort and other modern typical library function.)
基于eclipse的图书管理系统
- 基于eclipse+mysql的图书馆管理系统,可以实现读者的注册、借阅与归还,管理员对图书信息以及读者信息的管理(Based on eclipse+mysql library management system, can realize the reader's registration, borrowing and return, the administrator of the library information and reader information management)
无借阅完整版
- 图书馆管理系统,只有源代码,需要自己添加数据库。(Library management systems, only source code, need to add databases to themselves.)
书刊管理系统
- 通过资料收集,了解图书借阅管理系统的基本业务需求,完成系统需求分析和概要设计,编程实现一个简单的图书借阅管理系统。主要提供如下功能: 1) 图书的录入; 2) 人员信息的录入; 3) 图书的查询; 4) 借阅图书的录入; 5) 人员借阅信息的显示。(1) the entry of books; 2) the entry of personnel information; 3) the inquiry of books; 4) borrowing books for ent
图书管理系统
- 图书管理系统的用户是学校图书馆,主要包括管理图书的库存信息、每一本书的借阅信息以及每一个人的借书信息。每一种图书的库存信息包括书名、作者、金额等。每一本被借阅的书都包括如下信息:书名、金额等。每一个人的借书信息包括姓名、性别、学号。(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#以及数据库有了一定的了解,数据库的部分设计。最