资源描述:
《java1051 图书馆书库管理系统2》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、摘要论文首先论述了系统的开发背景,并对所用到的开发工具与关键技术做了简单的介绍。接着对系统的研究意义,研究现状及设计目标进行分析,通过对系统需求和可行性进行分析,确定了系统的功能模块,并画出相应的功能结构图、模块图和数据流图。其次按系统总体设计的结果,对系统中的数据库进行结构设计。论文主要是针对图书馆查询和管理资料方面的研究,介绍了系统建立的目的、系统分析、系统结构、系统设计、系统实施等。系统的建立将实现录入、查询、修改、删除、维护、分类统计的自动化功能,操作人员轻而易举的就能使用该软件来达到对图书信息的管理。 图书馆管理系统主要是完成图书管理员对图书的管理(
2、增加新书,删除旧书,并修改等的图书编辑);图书管理员对读者借还书的统计(图书的在库数目和还日期的统计)和管理;读者和管理员对图书信息和读者信息的查询;当查到所需信息时,打印出相应的信息报表等工作。关键词:JavaSwing组件;SQLServer2000数据库;图书管理;图书馆IVABSTRACTFirstly,thispaperdiscussesthedevelopmentbackgroundofthesystem,andmakeabrieflyintroductiontothedevelopmenttoolandkeytechnologies.Then,t
3、hispaperanalyzingthesystem’sresearchsignificance,researchpresentsituationandprojectobjective.Accordingtotherequirementanalysisandfeasibilityanalysis,itcanconfirmthesystem’sfunctionalmodule,anddrawcorrespondingfunctionalconfigurationchart,modulechartanddatastreamchart.Onthebasisofthe
4、resultofsystemdesign,designingdatabasebystructureddesignmethod. Thisarticlemainlyisaimedatsearchingandmongeringlibrarybooks,introduceestablishsystem’spoint,system’sanalysis,system’sstructure,system’sdesign,system’sfunction.Systemestablisheswillachieveinput,demand,modification,delet
5、e,andmaintenance,keepattendancerecordsandclassifystatisticalautomatefunction.Anoperatorcanusethissoftwaretoadministerbook’srecordeasily.TheAdministrativeSystemofBooks’hasthreefunctions,theyare:booksmanagedbybooksmanagers(addingnewbooks,deletingoldbooks,modifyingbookrecordsandsoon),m
6、anagingandcountingreaders’borrowingandreturningbybooksmanagers,searchingforbooksinformationandreadersinformationbybothbooksmanagersandreaders.Whentheneededinformationissearched,youcanprintit.Keywords:ComponentsofJavaSwing;SQLServer2000Database;ManagementofBooks;LibraryIV目录IV第1章绪论11.
7、1研究背景11.2研究内容1第2章系统应用开发相关技术介绍32.1Java语言的介绍32.1.1java语言基本概念32.1.2Java语言的特点32.1.3Java作为数据库前台的优势42.2SQLserver2000语言简介42.3开发工具Eclipse52.3.1Eclipse简介52.3.2Eclipse的主要组成部分5第3章系统总体设计73.1系统功能设计73.1.1图书管理73.1.2图书流通管理73.1.3图书证管理73.1.4查询管理83.2模块框架图83.3子系统的结构功能9第4章数据库设计134.1数据库概念结构设计134.2数据库逻辑结构
8、设计14第5章系统设计与实现175.1