文件名称:library
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-06-11
- 文件大小:
- 1.56mb
- 下载次数:
- 0次
- 提 供 者:
- 小**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本资源提供了是基于数据结构的课程设计,里面包含了详细设计文档部分(也就是课程设计详细报告):包含绪论(图书管理系统的背景和目标)、图书管理系统的需求分析、系统开发工具及关键技术介绍、系统实现部分、结束语,参考文献和附录等部分,源码部分:实现了新书采编入库和清除书目(包括:书号,书名,著者,现存量,总库存量,出版年份,定价),读者进行借书和预约操作,读者进行还书、查询操作。使用B树结构编写的,以书号为索引,能够快速有效的查找。
-This resource provides is based on the data structure course design, it contains a detailed design document parts (that is, curriculum design report detailed) : contains the introduction (background and target of books management system management system), books management system management system demand analysis, system development tools and key technology is introduced, system implementation part, conclusion, references and the appendix part, such as source parts: implements the new library of reporters and clear bibliography (including: isbn, title, author, standing crop, stronger stock, publication date, pricing), readers borrow books and make an appointment operation, readers also books, query operation.Written using B tree structure, the number for the index, able to quickly and efficiently find.
-This resource provides is based on the data structure course design, it contains a detailed design document parts (that is, curriculum design report detailed) : contains the introduction (background and target of books management system management system), books management system management system demand analysis, system development tools and key technology is introduced, system implementation part, conclusion, references and the appendix part, such as source parts: implements the new library of reporters and clear bibliography (including: isbn, title, author, standing crop, stronger stock, publication date, pricing), readers borrow books and make an appointment operation, readers also books, query operation.Written using B tree structure, the number for the index, able to quickly and efficiently find.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图书管理系统数据结构课程设计文档+源码\1.txt
.....................................\base.h
.....................................\Bookinfo.dat
.....................................\btree.h
.....................................\Debug\main.obj
.....................................\.....\vc60.idb
.....................................\.....\vc60.pdb
.....................................\.....\图书管理演示系统.exe
.....................................\.....\图书管理演示系统.ilk
.....................................\.....\图书管理演示系统.pch
.....................................\.....\图书管理演示系统.pdb
.....................................\library.h
.....................................\main.cpp
.....................................\Record.dat
.....................................\图书管理演示系统.dsp
.....................................\图书管理演示系统.dsw
.....................................\图书管理演示系统.ncb
.....................................\图书管理演示系统.opt
.....................................\图书管理演示系统.plg
.....................................\报告文档\图书管理系统文档.doc
.....................................\Debug
.....................................\报告文档
图书管理系统数据结构课程设计文档+源码