搜索资源列表
libarysystem
- 本系统是一个图书管理系统,能实现图书信息的添加,修改删除等功能,而且可以实现借书还书的功能.-The system is a library management system, to achieve the book information to add, modify delete functions, and can achieve the function of borrowing and returning books.
bdu
- 一个好用的图书管理系统 -asdasda
BMS
- 西文图书管理系统 图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设计一个图书管理系统,将上述业务活动借助于计算机系统完成。 要求: 1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。 2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用B-树(3-4树)对书号建立索引,以获得高效率。 3)系统应有以下功能: 采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。-Books Management Syste
bookadminsystem
- 假期时间自己用PHP+MYSQL实现的一个小型图书管理系统,借书还书管理等功能都有,只要配置好环境,把此文件夹放到服务哪里,就可使用,具体步骤看文件内的具体说明。-Their own vacation time to use the PHP+ MYSQL to achieve a small library management systems, library book management function, as long as the configured environment, to
libery
- 在此提供一个数据库图书管理系统的课程设计-libery
aaa
- 一个简单的图书管理系统,应用C++编写,界面MFC制作,适合软件工程课的相关设计-A simple books management system management system, the application of c++, interface of software engineering, suitable for making MFC lesson
librarymanagementsysterm
- 这是本科课程设计做的一个图书管理系统源码,经调试验收通过的。采用的是c进行的编程,希望对大家能起到一定的帮助。-This is the undergraduate curriculum design to do a library management system source code, by debug acceptance by the. Is c programming, I hope we can play a certain amount of help.
librarysystem
- 图书管理系统 图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设计一个图书管理系统,将上述业务活动借助于计算机系统完成。-library management system
booklManage
- 使用HTML+CSS+Javascr ipt+PHP编写的一个图书管理系统,通过这个系统可以轻松掌握上面提及的几种语言,另外使用了MYSQL数据库,通过这个系统也可以轻松掌握PHP如何操作数据库。这个网页版的图书管理系统,对于页面间的跳转和传参也是一个很好学习的例子。-Write a book HTML+CSS+Javascr ipt+PHP management system, this system can easily master several languages
bookstore
- 这是我大一花了一个礼拜编写的作业。实现了一个图书管理系统,对于正在学习C语言的朋友来说有参考作用。-This is my freshman year it took a week to write the job. Achieve a library management system, for friends who are learning C language reference.
BookManage
- 以前做的一个图书管理系统,仅供参考。c语言编写-A library management system
myBook.tar
- myBook.tar unix下用C++类封装实现的一个图书管理系统,多文件操作-myBook.tar unix implemented using C++ class encapsulates a library management system, multi-file operations
tushuguanlixitong
- 一个很好的vb完整源码,一个图书管理系统,很有用呀-A good vb full source code, a library management system, useful way
LibraryMmanagement
- 该项目是编写一个图书管理系统功能。运行该项目可实现图书管理的功能。可对图书馆现有的图书进行管理。-The project is to write a library management system functions. Run the project can be realized library management functions. Can be managed on the existing library books.
book_managesystem
- 该系统是用C语言编写的一个图书管理系统,有添加信息,删除信息,管理书籍等功能-The system is written in C language library management system, add information, delete information, books and other management functions
Booksystemconduct
- 该系统非常好用 用c语言编写的一个图书管理系统,功能很好,很强大,可以一用-The system is very easy to use c language written in a library management system, features very good, very strong, one can use
图书管理设计
- 是一个小型的JaVa图书管理系统,包含了基本的交互操作。适合新手参考与练习(It is a small JaVa library management system that contains basic interactive operations. Suitable for novice reference and Practice)
图书管理系统源码(Java)
- 这是一个图书管理系统,语言是用java编写的,里面实现整个图书管理系统的功能,具有很强的学习价值(This is a library management system, language is written in Java, which implements the entire library management system function, has a strong learning value.)
LibrarySystem
- 一个简易的图书管理系统,使用的SSH框架,内含sql数据库文件(A simple library management system, using the SSH framework, and containing sql database files)
图书管理系统+Java源代码+SQL Server数据库文件
- 图书管理系统 带数据库源码 【JAVA MVC】 即把一个应用的输入、处理、输出流程按照Model、View、Controller的方式进行分离,这样一个应用被分成三个层——模型层、视图层、控制层。(Library Management System with Database Source Code [JAVA MVC] That is to say, the input, processing and output processes of an application are