文件名称:Lib_mgr
介绍说明--下载内容均来自于网络,请自行研究使用
本课题的目的是设计一个图书管理系统,可以录入图书信息,并且可以对录入的图书进行查找和删除,并且允许借阅、归还图书。
技术上,对于大量的图书数据,应该做到快速、准确且无遗漏的查找,一次增加复数本图书的时间应尽可能短,删除一本书的时间应做到能让人接受。
-The purpose of this project is to design a library management system, library information can be entered, and books can be entered to find and delete, and allows borrow, return books. Technically, the data for a large number of books, should be fast, accurate and exhaustive search, the first increase in the complex book time should be as short as possible, remove a book of time should be done to make people accept.
技术上,对于大量的图书数据,应该做到快速、准确且无遗漏的查找,一次增加复数本图书的时间应尽可能短,删除一本书的时间应做到能让人接受。
-The purpose of this project is to design a library management system, library information can be entered, and books can be entered to find and delete, and allows borrow, return books. Technically, the data for a large number of books, should be fast, accurate and exhaustive search, the first increase in the complex book time should be as short as possible, remove a book of time should be done to make people accept.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lib_mgr.exe
源码\AVL.cpp
....\AVL.h
....\AVLNode.h
....\book.h
....\BorrowBookForm.h
....\BorrowBookForm.resx
....\BSTNode.h
....\BSTwithSplay.cpp
....\BSTwithSplay.h
....\ErrorCode.h
....\innerStruct.cpp
....\innerStruct.h
....\InputByFile.cpp
....\InputByFile.h
....\InputByFile.resx
....\InputManually.cpp
....\InputManually.h
....\InputManually.resx
....\InputSearchInfo.resx
....\interlayer.cpp
....\interlayer.h
....\main.cpp
....\mainForm.cpp
....\mainForm.h
....\mainForm.resx
....\ReaderInfo.h
....\ReturnBookForm.h
....\ReturnBookForm.resx
....\Search by Author.h
....\SearchBooks.cpp
....\SearchBooks.h
....\SearchBooks.resx
....\TrieNode.h
....\Tries.cpp
....\Tries.h
源码