分类号:
      级:
数据结构与算法论文
毕业设计(论文)
基于C语言的图书管理系统
Design and Implementation of Books Management System Based on C Language
学生姓名
学院名称
专业名称
指导教师
2012
5
         
摘要
人类已经跨入了新世纪,正在进入信息化时代。信息化浪潮、网络革命在给社会带来冲击的同时,也使图书馆业务受到了强烈的冲击,图书馆传统的管理和服务方式已不能适应读者对日益增长的文献信息的需求。随着馆藏量的不断增加,图书资料的录入和查询的难度也就相应增加,数据处理手工操作,工作量大,出错率高,出错后不易更改的手工方式,已经不能满足要求。
    基于此问题,建立一个规范化,系统化,程序化的图书管理系统迫不急待。为方便对图书馆书籍、读者资料、借还书等进行高效的管理,特编写程序以提高图书馆的管理效率。使用程序之后,工作人员可以查询某位读者、某种图书的借阅情况,还可以对当前图书借阅情况进行一些统计,以便全面掌握图书的流通情况等等。
   
关键词:C语言;图书管理;数据处理;信息技术
Abstract
Mankind has entered the new century, which is entering the information age. Wave of information technology, the network revolution has brought about the impact, but also make the library service has been badly hit,and library management and services of traditional methods can not meet the growing literature on the information the reader needs. With the continuous increase in the collections, books, data entry and also a corresponding increase in the difficulty of queries, data processing manual operation, heavy workload, error rate, error is not easy to change after the manual mode can no longer meet the requirements.
    Based on this problem, the establishment of a standardized, systematic, process-oriented library management system can not wait. For the convenience of library books, readers information, such as borrowing and returning books for efficient management, especially the preparation of the management procedures to enhance the efficiency of the library. After using the program, staff can search for certain readers, borrow some books, can also borrow books on the current situation of some statistics in order to fully grasp the flow of books.
KEY WORDSC language, Library Management, Data Processing, Information Technolog
y

     
摘要    I
Abstract    II
1 绪论    1
1.1 选题的背景和选题的意义    1
1.1.1 选题的背景    1
1.1.2  选题的意义    1
1.2 系统的特点    2
1.3 需求分析    2
2 系统的总体设计    3
2.1 系统总体设计    3
2.2运行环境和开发工具    3
2.2.1开发工具    3
2.2.2运行环境    4
2.3 系统流程图    4
3 系统的详细设计    6
3.1主体界面设计    6
3.1.1主函数    6
3.1.2输入模块    7
3.1.3删除模块    8
3.1.4查询模块    9
3.1.5修改模块    10
3.1.6显示模块    11
3.1.7借出模块    12
3.1.8归还模块    14
3.1.9公共函数    15
4 系统调试    16
5系统运行    17
结 论    21
致 谢    22
参考文献    23
附录  程序源代码    24

1 绪论
1.1 选题的背景和选题的意义
1.1.1 选题的背景
随着社会的发展,信息管理系统越来越受到人们的重视,运用信息管理系统可以减少人们的工作量和工作时间,让我们不必花费大量的时间在查上,所以信息管理系统越来越受到管理人员的青睐并且被普遍应用与各行各业中。在高校的图书管理中因为书籍数量的庞大,手工是很难有效率的管理,运用图书管理系统则可以避免了手工操作而造成的错误操作和减轻工作人员的工作量。
图书管理系统是图书馆的重要组成部分,图书是我们最好的获取信息的方式,但由于图书馆图书收藏量大大增加,使传统的图书管理员的工作日益繁重起来,迫使人们起用新的管理方
法来管理图书。本文通过设计和开发图书馆管理系统的实践,阐述了图书管理软件中所应具有的功能、设计、实现。介绍了图书管理系统的设计和系统功能的实现过程。该系统可以运用于高校的图书管理,由图书借阅,图书归还,图书查询,图书信息修改,等多个模块组成,实现了图书资料的计算机网络管理。
一般通用的图书馆管理系统通常包括系统管理、读者管理、编目、图书流通、统计、查询等功能。比较先进的系统能够在一个界面下实现图书、音像、期刊的管理,设置假期、设置暂离锁、暂停某些读者的借阅权、导入导出读者资料、交换MARC(Machine Readable Catalogue)数据、升级辅助编目库、征订图书等。此外,随着工Internet应用的发展,一个完善的系统还应提供无缝接入Internet的功能,通过IE浏览器让读者使用借阅资料查询、更换密码、预约、资料检索等功能。有些系统还能提供读者自助服务,可以开放一些客户机让读者自行管理密码、查询自己的借阅史、预约资料、检索资料等。