软件工程专业毕业论文--游戏数据库服务器的设计与实现-毕业论文.doc
文本预览下载声明
PAGE XXX大学本科学生毕业设计(论文)网络对战游戏《奇迹之海》服务器数据库的设计与实现学 生:XXX学 号导教师:XXX 副教授助理指导教师:专 业:软件工程XXX大学软件学院二〇〇九年六月Ba. D. Project of Chongqing UniversityDesign and Implementation of Server Database for the Online Game “Legendary Ocean”Ba.D. Candidate: XXXSupervisor: A. Prof. Tan HuixinAssistant Tutor:Major: Software EngineeringCollege of Software EngineeringChongqing UniversityJune 2009XXX大学本科学生毕业设计(论文) 中文摘要I摘 要随着网络的普及,网络游戏已经成为大家耳濡目染的新生事物。现在,可以说网络游戏已经成为人们休闲、娱乐的有效方式。网络游戏必须依托于 HYPERLINK /view/6825.htm \t _blank 互联网,可以多人同时参与游戏,通过人与人之间的互动达到交流、娱乐和休闲的目的。在网络游戏中,数据库主要用来保存用户资料,包括用户注册信息、用户游戏资料以及其他设置资料。网络游戏的服务器端在处理这些资料时,必然要使用数据库进行大量数据的永久存储,所以在网络游戏的开发中数据库的设计也是很重要的环节。本项目就是完成网络游戏服务器数据库的设计和实现。本项目选择MySQL作为数据库管理系统,还使用了MySQL提供的C API,通过该API的功能进行连接管理、实施查询、处理结果集等操作。在项目开发的过程中,本文主要完成的工作如下:通过需求分析,完成了数据库的概念设计、逻辑设计以及系统架构设计。通过系统架构图,并结合需求,分析出了系统各个部分的工作情况以及数据的交互情况。将MySQL C API封装成易于使用的数据库接口。为数据库服务器提供了操作数据库的函数。关键词:数据库系统,网络游戏,MySQL C API,封装XXX大学本科学生毕业设计(论文) 目录IIABSTRACTWith the popularization of internet, online game is no longer a new thing to people. Now it can be said that online games have become an effective way of the peoples leisure and entertainment. Online games must rely on the internet, people can take part in the game at the same time, and through the interaction between people to reach the purposes of exchange, entertainment and leisure.In online games, the database is mainly used to save user’s data, including user’s registration information, user’s game information, as well as other setting information. When online game’s server-side in dealing these data, the database must be used to store large amounts of data permanent, so database designing is also a very important aspect in the development of online games.This project is about design and implementation of server database for online game. This project uses the database management system based on MySQL, also uses the MySQL C API, and this
显示全部