资源描述:
《图馆管理系统佳木斯大学格式论》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、摘要图书借阅信息管理工作纷繁而复杂,设计一个操作灵活、简便的借阅信息管理系统,应用于图书管理必将节省大量的人力、物力和财力,提高管理效率。本系统后台采用MicrosoftAccess2003开发和管理数据库,对数据库操作采用事务处理机制,具有强大的错误处理功能;系统的前台应用VisualC++6.0开发的用户界面,提示信息完善,界面友好,有较强的亲和力;系统采用VisualC++6.0的ODBC(OpenDatabaseConectivity),即开放式数据库互联组件接口技术来访问后台数据库。本文结合数据库设计思想和软件工程开发理论,严格按照关系数据库设计
2、机制和软件开发方法与步骤对系统进行了细致的设计。设计的信息管理系统将辅助完成图书的主要管理工作,具体功能包括:用户管理、基础数据管理、借阅管理、书库管理、读者管理、数据库管理及各种报表。本系统具有多方面特点:系统功能完备,用户使用方便简捷,人性化的用户界面,安全保密设置齐全,大大减少了操作人员和用户的工作负担,提高了图书馆管理的工作效率和学校的信息化的水平,实现了图书管理的计算机化关键词:图书借阅管理;VisualC++6.0;管理信息系统;ACCESS第IV页AbstractTheworkofbooksborrowinformationmanagemen
3、tisnumerousandcomplicated,soIwilldesignanoperationnimbly,simpleborrowinformationmanagementsystem,andwillcertainlyapplieitinthebookmanagementtosavethemassivemanpower,thephysicalresourceandthefinancialresource,enhancesthemanagementefficiency.Theinformationmanagementsystemwhichisdesi
4、gnedbythisarticlewillassistlibrariantocompletethemainsupervisoryworkofthebooks,theconcretefunctionwillinclude:Theusermanagement,thefoundationdatamanagement,theborrowmanagementthebookstacksmanagement,thereadermanagement,thedatabasemanagementandeachkindofreportform.Ihaveunifiedtheda
5、tabasedesignthoughtandthesoftwareengineeringdevelopmenttheorystrictlyhascarriedonthecarefuldesigntothesystemaccordingtotherelationaldatabasedesignmechanismandtheSoftwaredevelopmentmethodandstep.ThissystembackstageusesMicrosofttheAccess2,003todevelopandmanagedatabase,usesthebusines
6、sprocessmechanismforthedatabaseoperation,hastheformidableerrorprocessingfunction;ThesystemonstageusestheusercontactsurfacewhichisdevelopedbyVisualC++6.0,promptstheinformationperfectly;thecontactsurfaceisfriendly,hasthestrongaffinity;ThesystemusesVisualC++6.0ODBC(OpenDatabaseConect
7、ivity),namelytheopenstyledatabaseinterconnectionmoduleconnectiontechnologytovisitthebackstagedata.Keywords:BookManagement;VisualC++6.0;ManagementInformationSystem;ACCESS第IV页目录摘要IAbstractII第1章绪论11.1课题研究意义11.2课题背景11.3需求分析11.4设计方法2第2章开发工具以及技术的介绍32.1C语言介绍32.2VC++语言介绍32.3系统开发用到的工具5第3章数
8、据库设计63.1系统用户表63.2罚款设置表63.3图书类型设置表