源码简介: |
本设计是设计一个图书管理系统,是以管理员和读者两个角度出发,建立了一个图书管理系统。从管理员角度出发,设计了图书管理、发布系统公告和读者管理三个子模块,图书管理包括图书的录入,包括直接从键盘输入和文件导入,按编号、书名、作者出版社查询,图书浏览,图书删除,图书保存,图书插入功能;系统公告包括发布一些图书讲座通知和新书通告功能;读者管理包括查看读者,读者查询(包括按学号和姓名查询),读者删除功能,其中查询函数中可以输出多个相同的记录。从读者角度出发,设计了读者注册、图书查询、信息公告和会员登录四个子模块,从非会员角度可以实现包括了读者注册,图书查询,查看管理员发布的信息功能,会员除了可以实现上述非会员的功能外,还可以实现图书的借阅、归还和查看借阅记录功能。管理员登录用户名是:guanly,密码是:110;已建立的图书信息文件名是:ts.txt;图书信息添加后保存时的输入的文件名要加后缀名.txt。-The design is to design a library management system, administrators and readers perspective, the establishment of a library management system. From the administrator s point of view, the design of the library management, the announcement and readers of the publishing system to manage the three sub-modules, library management, including the entry of the books, including direct import from the keyboard input and file, by number, title, author Press inquiries, book browsing delete books save books, book insert function the system announcements including the release of the book talks notification and book notices functions reader management, including the view of the reader, the reader queries (including student number and name of the query), readers delete functions, including query function outputting a plurality of the same record. From readers perspective, design registered readers, books, information bulletins and Member Login four sub-modules, including the readers to sign up, sear
|