图书管理系统(结构化方法)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
本文采用自顶向下的结构化的系统分析方法,阐述了一个功能全面的图书管理系统的开发过程、操作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了分析了企业的组织结构,系统开发的背景、系统开发的目的和系统开发的必要性;接下来是系统规划阶段,通过实际的业务流程调研,具体完成了图书管理系统的需求分析、可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段主要完成了功能模块的划分、数据库的设计和系统界面设计。该阶段对各个模块的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最后完成了数据库表的设计。
根据前几个阶段的分析和设计,本系统使用C#技术进行基本页面的设计与功能实现,后台数据库选用SQL Server 2005数据库,系统在设计上采用C/S模式。本系统为图书管理提供了良好的基础。
关键词:图书管理系统结构化分析 C#
The Information System and Management of AnShan Library
Abstract:In this paper, the top-down structured systems analysis methods, described the development process of a full-featured library management system, operational procedures, and some of its core technology. This article first overview of the project, a brief background of the organizational structure of the business, project development, the significance of the purpose of the project development and project development; followed by the system planning stage, through the actual process of business research, to complete a book management systems requirements analysis, feasibility analysis, analysis of existing business processes, and through optimization of existing business processes, and obtained the business processes of the system; followed by a systematic analysis of the specific data flow analysis and data dictionary; the system design phase completed the division of functional modules, database design and system interface design. Detailed design stage of the function of each module, forming a functional block diagram of this system on this basis, select the appropriate development model; database design is the first concept of structural design, followed by a logical structure design, and finally completed the design of the database table.
The first few stages of analysis and design of the system using C # basic page design and function to achieve the back-end database selected SQL Server 2005 database, the system design using C / S mode. This system provides a good foundation for the library management.
Keywords: Library Management system, structured analysis, C#
目录
一、系统调查 (1)
(一)鞍山市图书馆背景及组织结构 (1)
(二)系统开发的必要性 (2)
(三)系统开发目标 (2)
(四)系统开发的可行性分析 (3)
二、系统分析 (5)
(一)需求分析 (5)
(二)业务流程分析及业务流程图 (5)
(三)数据流程分析 (6)
(四)数据字典 (7)
三、系统设计 (8)
(一)功能结构设计 (8)
(二)代码设计 (12)
(三)数据库设计 (13)
(四)输入输出设计 (14)
四、系统实施 (16)
(一)系统实施的任务 (16)
(二)系统实施的环境建设与设备购置 (16)
(三)程序设计 (17)
(四)系统调试与测试 (18)
(五)调试步骤 (19)
结束语 (21)
参考文献 (22)
致谢 (23)
附录A (24)
附录B (41)