《乐游公司游戏充值系统的毕业设计与实现》由会员分享,可在线阅读,更多相关《乐游公司游戏充值系统的毕业设计与实现(75页珍藏版)》请在金锄头文库上搜索。
1、哈尔滨工业大学本科毕业设计(论文)乐游公司游戏充值系统的设计与实现 摘 要 本文结合网络游戏运营现状,以信息系统分析设计的基本方法为理论基础,按照面向对象的程序设计思想,详细介绍了乐游公司游戏充值系统分析设计过程,以及开发过程中的具体方法。 文章详细阐述了乐游公司游戏充值系统的开发的背景,研究的内容和意义。以实际项目为蓝本,完成需求分析,并详细分析出系统需要实现的具体功能。系统由用户平台和管理员平台两部分组成。用户平台包括用帐号管理和充值兑换大功能模块。管理员平台包括用户信息管理、充值账户管理、游戏账户管理、充值记录管理、兑换记录管理、充值订单管理和查询操作记录六大功能模块。这两大平台实现了用
2、户从注册到完成兑换,及管理员对用户操作过程中产生的数据进行管理等基本功能。通过对经济、技术与社会环境等方面的可行性分析,最终确定系统的基本原形。使用 UML 统一建模工具,画出系统分析阶段的用例图、类图和顺序图。在开发过程中按照“高内聚,低耦合”的开发思想,采用现行的基本三层架构进行系统开发。 系统实现以 .NET 2.0 作为开发环境,使用 SQL Server 2005 作为数据库,使用 ASP.NET 技术、C#语言进行乐游公司游戏充值系统的开发。关键字:ASP.NET ,C# ,UML ,SQL ,三层架构 ,游戏充值 ,信息系统I 乐游公司游戏充值系统的设计与实现 Abstract
3、This article combine the situation of Online Game operation, use the basic method of information system analysis and design as the theoretical basis, in accordance with object-oriented program design, introduce the details of Le Tour Game company game recharge system analysis and design process and
4、the specific method of the development process. This article introduce the details of Le Tour Game company game recharge systems development backgro und, research content and meaning. System consists of two parts, user and the administrator platform . The user platform includes account management ,
5、recharge and exchange two function modules . The administrator platform include user info management , pay account management , game pay account management , recharge record management , exchange record management , recharge order management and search operation record six function modules . These t
6、wo platforms accomplished from the user registered to exchange, and the process of user operations and management data generated by the basic functions . Through the system of the economic, technological and social environment analysis, and ultimately determine the systems basic prototype. Use the U
7、ML modeling tools, draw a unified system analysis phase of use case diagram, the class diagram and the sequence diagram. During the development process according to high cohesion and low coupling developing ideas, adopt current basic three layers framework for system development.System to realize us
8、e the 2.0 as development environment, use SQL Server 2005 as database, using technology, c # for Le Tour Game company game recharge system development. Keyword: A, c #, UML, SQL, three-layer framework, game recharge system, information systems II 乐游公司游戏充值系统的设计与实现 目 录 摘 要 . Abstract . II目 录 . 第一章 前 言 . 11.1 选题背景 . 11.2 研究内容和意义 . 21.3 基本概念 . 31.3.1 UML 特点与面向对象设计方法 . 31.3.2 信息系统三层架构的优点 . 41.4 论文结构 . 51.5 小结 . 5第二章 系统分析 . 62.1 系统需求分析 . 62.2 系统实现功能 . 62.3 系统可行性分析 . 72.4 面向对象分析系统 . 102.4.1 确定用例 . 102.4.2 定义类图 . 162.4.3 建立分析模型的类图. 162.4.4 建立分析模型的顺序图 .