下载此文档

五子棋毕业论文—基于c++语言的智力游戏的设计.doc


文档分类:IT计算机 | 页数:约41页 举报非法文档有奖
1/41
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/41 下载此文档
文档列表 文档介绍
基于C++语言的智力游戏的设计
学生:唐万岗指导教师:潘浪
内容摘要: C++语言是一种面向对象的语言,尽管在当前,可视化语言发展迅速,普及很快,但C++语言作为一种基础的语言,它的有时依然存在,甚至有时它是不可替代的,特别是和硬件接口技术相联系的软件。五子棋游戏是一种简单大众的游戏,自从计算机实现以来,深受广大电脑玩家的喜爱,现在流行的五子棋游戏软件大多缺乏美观的界面,和容易的操作方法,电脑的AI值也不是很高。本文通过C++语言在计算机图形方面的编程,设计了五子棋游戏软件,使该软件具有美观友好的截面,在人机对弈时,使电脑具有较高的智商。本游戏是以C++语言作为开发工具,采用搜索算法设计最优落子点开发的游戏软件。本文详细地介绍了五子棋游戏软件设计的全过程,描述了该软件的功能,以及和其它五子棋程序的一些比较。
关键词:C++语言面向对象语言最优落子算法
Disigned of Puzzle based on C++ Language
Abstract: The C++ language is an object oriedted language, although in the current visualization language rapidly, and spread quickly, but the C++ language as a basis for language, its advantages still exist, and sometimes it is irreplaceable, particularly hardware and software interfaces are linked. Gobang game is a simple and popular game, since puter to achieve, by the love puter players, but now most popular game soft gobang lack aesthetic interface, and easy method of operation, the value of puter AI is not high. The adoption of the C++ programming language puter graphics, designed gobang game software to enable the software with a beautiful and friendly interface in both game, puter has a higher IQ. The game is based on C++ language, using searching algorrithm to design best gobang. The detailed presentation of the whole process of gobang game software design, describes the software functions and procedures and other gobang other gobang some more.
Keywords: C++ language object oriedted language best algorithm
目录
前言 5
一、五子棋介绍及其开发环境 5
(一)五子棋介绍 5
(二)开发背景 6
(三)开发环境及运行环境 6
6
6
二、软件结构 6
(一)棋盘类 6
(二)游戏模式类 6
三、棋盘类——Ctable 7
(一)主要成员变量说明 7
(二)主要成员函数说明 8
——Accept、Connect、Receive 8
——Clear 8
——Draw 8
——OnLButtonUp 9
——OnPaint 9
——Over 9
——SetGameMode 9
——Win 10
四、游戏模式类——CGame 10
(一)主要成员变量说明 11
——m_pTable 11
——m_StepList 11
(二)主要成员函数说明 11
——Back 11
——Init 11
——ReceiveMsg 12
——SendStep 12
——Win 12
五、

五子棋毕业论文—基于c++语言的智力游戏的设计 来自淘豆网www.taodocs.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数41
  • 收藏数0 收藏
  • 顶次数0
  • 上传人小猪猪
  • 文件大小0 KB
  • 时间2011-12-02