基于c#的图书管理系统的实现和设计_毕业设计论文 联系客服

发布时间 : 星期五 文章基于c#的图书管理系统的实现和设计_毕业设计论文更新完毕开始阅读c4e8c1deed3a87c24028915f804d2b160a4e8610

齐 齐 哈 尔 大 学

毕业设计(论文)

题 目 基于c#的图书管理系统的实现与设计

学 院 理 学 院

专业班级 信 科 091

摘 要

图书是人类智慧的结晶,是人类无数精英留下的宝贵财产。图书馆作为这一结晶的珍藏地,面对着大量的资料和用户信息,我们需要有更有效的方法来管理这些信息。方便我们更有效的解决借阅和图书管理效率这一问题。

从计算机诞生到今天,硬件和软件都经历了若干次更新换代,我们今天用到的感觉起来非常完美,然而它的脚步仍然没有停止,仍然在滚滚前行。

计算机的好处之一就是能够进行信息管理,用它对信息进行控制,不但提高了工作效率,而且具有非常高的安全性。计算机的这一特性对于图书资料的监管和借阅带来了前所未有的进步。实现了对资料的有效控制,对于资料的检索、追踪、描述、定位都带来了前所未有的方便性和准确性。

基于以上原因,我非常希望有款更加方便、快捷、安全的图书管理系统,使图书管理工作规范化、系统化和准确化。

需要程序的给我留言,本程序提供远程调试:QQ :758573121

关键词:图书管理; 数据库 ;UML

I

Abstract

Books was a crystallization of the human being, it is a priceless treasure by the smart people. Library was the place for collection it, faced with a lot of book information and user information, we wishing have a more effective way to manager those information. More fast solve the problem that the traditional lending way.

From the computer birth to now on, hardware and software experienced several times upgrades, we felling it perfected. However, it no stop it footstep, stills in rolls.

One of the benefits is it can management information, use it to control information, not only improve the work efficiency but also has very high security. The Characteristics of the computer make borrowing and return books faster. Realize more effective control all it. To the data retrieval, tracking and description, position more convenience and accuracy. Based on this reason, I wish have a management system, it more convenient, fast and safe. Make the work standardize, systematization and accurate.

Keywords: library management ;database ; UML

II

目 录

摘要 .......................................................................................................................................... I ABSTRACT ............................................................................................................................. II 目 录 ..................................................................................................................................... III 第1章 绪论 .............................................................................................................................1

1.1 国内外研究现状及发展趋势 ....................................................................................1

1.2 研究目的、意义和内容 ............................................................................................1 第2章 需求分析 .....................................................................................................................2

2.1 需求分析 ....................................................................................................................2 2.2系统的性能需求 .........................................................................................................2 2.3 运行环境要求 ............................................................................................................2

2.3.1设备 ..................................................................................................................2 2.3.2支持程序 ..........................................................................................................2 第3章 使用技术的介绍 .........................................................................................................3

3.1 ASP.NET 简介 ........................................................................................................3 3.2 .系统的模型结构 .....................................................................................................3 3.3 .NET Framework概述 .............................................................................................4 3.4 ASP.NET、C#语言简介 ..........................................................................................4 3.5 研究步骤、方法及措施: ........................................................................................6 3.6 SQL Server数据库简介 ..........................................................................................8

3.6.1 SQL Server数据库简介 ...............................................................................8 3.6.2 SQL 语言简介 ..............................................................................................8 3.7 UML建模简介 ........................................................................................................9

3.7.1 UML简介 ........................................................................................................9 3.7.2 UML的内容 ..................................................................................................10 3.7.3 UML的主要特点 .......................................................................................10 3.7.4 UML的应用领域 ..........................................................................................10 第4章 系统设计 ................................................................................................................... 11

4.1 数据库设计 .............................................................................................................. 11

4.2 主要业务流程图 ......................................................................................................14 4.3 主要用户用例图 ......................................................................................................15 4.4 数据流程图 .............................................................................. 错误!未定义书签。 4.5各主要窗体页的图形界面介绍 ...............................................................................17 总结 .........................................................................................................................................22 致谢 .........................................................................................................................................22 参考文献 .................................................................................................................................24

III