您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 销售管理 > 毕业论文(游戏数据库服务器设计)
重庆大学本科学生毕业设计(论文)网络对战游戏《奇迹之海》服务器数据库的设计与实现学生:赵奇勇学号:20055237指导教师:谭会辛副教授助理指导教师:专业:软件工程重庆大学软件学院二〇〇九年六月Ba.D.ProjectofChongqingUniversityDesignandImplementationofServerDatabasefortheOnlineGame“LegendaryOcean”Ba.D.Candidate:ZhaoQiyongSupervisor:A.Prof.TanHuixinAssistantTutor:Major:SoftwareEngineeringCollegeofSoftwareEngineeringChongqingUniversityJune2009重庆大学本科学生毕业设计(论文)中文摘要I摘要随着网络的普及,网络游戏已经成为大家耳濡目染的新生事物。现在,可以说网络游戏已经成为人们休闲、娱乐的有效方式。网络游戏必须依托于互联网,可以多人同时参与游戏,通过人与人之间的互动达到交流、娱乐和休闲的目的。在网络游戏中,数据库主要用来保存用户资料,包括用户注册信息、用户游戏资料以及其他设置资料。网络游戏的服务器端在处理这些资料时,必然要使用数据库进行大量数据的永久存储,所以在网络游戏的开发中数据库的设计也是很重要的环节。本项目就是完成网络游戏服务器数据库的设计和实现。本项目选择MySQL作为数据库管理系统,还使用了MySQL提供的CAPI,通过该API的功能进行连接管理、实施查询、处理结果集等操作。在项目开发的过程中,本文主要完成的工作如下:1.通过需求分析,完成了数据库的概念设计、逻辑设计以及系统架构设计。2.通过系统架构图,并结合需求,分析出了系统各个部分的工作情况以及数据的交互情况。3.将MySQLCAPI封装成易于使用的数据库接口。4.为数据库服务器提供了操作数据库的函数。关键词:数据库系统,网络游戏,MySQLCAPI,封装重庆大学本科学生毕业设计(论文)目录IIABSTRACTWiththepopularizationofinternet,onlinegameisnolongeranewthingtopeople.Nowitcanbesaidthatonlinegameshavebecomeaneffectivewayofthepeople'sleisureandentertainment.Onlinegamesmustrelyontheinternet,peoplecantakepartinthegameatthesametime,andthroughtheinteractionbetweenpeopletoreachthepurposesofexchange,entertainmentandleisure.Inonlinegames,thedatabaseismainlyusedtosaveuser’sdata,includinguser’sregistrationinformation,user’sgameinformation,aswellasothersettinginformation.Whenonlinegame’sserver-sideindealingthesedata,thedatabasemustbeusedtostorelargeamountsofdatapermanent,sodatabasedesigningisalsoaveryimportantaspectinthedevelopmentofonlinegames.Thisprojectisaboutdesignandimplementationofserverdatabaseforonlinegame.ThisprojectusesthedatabasemanagementsystembasedonMySQL,alsousestheMySQLCAPI,andthisAPIfunctionscandoconnectionmanagement,theimplementationofinquiries,processingofresultsetsandsoon.Intheprojectdesignprocess,theworkcompletedasfollows:1.Throughtherequirementanalysis,wecompletetheconceptandlogicdesignofdatabase,andsystemarchitecturedesign.2.Throughthesystemarchitecturediagram,weanalyzetheworkofthevariouspartsofthesystemandthedatainteractivesituations.3.PackagedtheCAPIaseasy-to-usedatabaseinterface.4.Providedfunctionsforthedatabaseserveroperatingthedatabase.Keywords:databasesystem,onlinegame,MySQLCAPI,Packag重庆大学本科学生毕业设计(论文)目录III目录摘要..........................................................................................................................................IABSTRACT.................................................................................................................................II1绪论......................................................................................................................................11.1课题研究背景...........................................................................................................................11.2课题研究意义...........................................................................................................................22系统需求分析......................................................................................................................42.1需求概述...................................................................................................................................42.2数据库系统需求.......................................................................................................................42.3用户用例分析...........................................................................................................................53系统设计.................................................................................................................................83.1MySQL概述..............................................................................................................................83.2数据库概念设计.......................................................................................................................83.3数据库逻辑设计.....................................................................................................................144系统难点技术分析与设计..........................................................................................194.1系统架构设计与分析.............................................................................................................194.2将MySQLCAPI封装成易于使用的数据库接口................................................................274.2.1MySQLCAPI概述....................................................................................................274.2.2封装CAPI..................................................................................................................295系统实现...............................................................................................................................336工作总结和结论...............................................................................................................36致谢...............................................................................................................................................37参考文献...............................................................
本文标题:毕业论文(游戏数据库服务器设计)
链接地址:https://www.777doc.com/doc-1596469 .html