搜索资源列表
C++five
- 一个用C++写的五子棋程序,包括人工智能的算法.-a C 331 written procedures, including artificial intelligence algorithms.
wadilei
- 该程序是挖地雷游戏的源码,思想明确,已经经过调试,可以直接运行,visual c++的算法-mines dug game source code, clear thinking, has already debugging, direct operation, visual c algorithm
heibaiqi
- 一个黑白棋的小程序,是C语言的应用,包括图形以及算法
five
- c++实现的一个五子棋人机对弈程序 使用了alpha-beta剪枝算法 具有一定的棋力
Russiansquare
- 本课程设计主要解决利用Visual C++设计与实现俄罗斯方块游戏的算法、游戏内部功能、游戏区域的绘图的程序设计。
five
- 一个经典的五子棋c++程序,非常不错,有算法有源码
gobang
- C#开发的五子棋人机对弈程序,其中核心算法由C语言编写。内含开发文档,包括核心算法详细说明及功能函数解释。
eluosifangkuai
- 一个用c#开发的 俄罗斯 方块的程序 用到了 填充算法
Link
- 1、用VS2010控制台程序完成,键盘输入选择的道具的坐标。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等;拥有游戏最基本的一些文字提示,如坐标输入错误、两坐标点不可连等提示;拥有最基本的一些错误判断。 3、要求使用两个道具连接判断的最优算法实现。 4、要求可以实现撤销与反撤销。 5、要求加入自动消除道具和洗牌道具(消耗性道具)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。 -A VS
FIR
- 特色:面向对象程序设计,基于控制台的C++五子棋程序,包括人机对战和人人对战,添加了禁手、悔棋、存盘功能。AI算法很快。-Features: Object-oriented programming, console-based C++ Gobang procedures, including the man-machine, and man-man Battle, the forbidden hand, undo, archiving function. AI algorithms quickl
24-games
- 24点游戏,用C编写,可以运行。 输入四个数字,程序自动得出其于算法构成24的结果。-24-point game written to run with the C enter four numbers drawn 24 of their results in the algorithm form
Five
- 使用MFC框架编写界面,C++语言实现.本程序包含人机对战与人和人对战,最后附有详细开发文档,算法实现清楚明了,对于编写五子棋游戏大有帮助-Interface written using MFC framework, C++ language. This program contains one machine and play against and play against, and finally developed with detailed documentation, algorit
five2
- 通过C++语言在计算机图形方面的编程,设计了五子棋游戏软件,使该软件具有美观友好的截面,在人机对弈时,使电脑具有较高的智商。本游戏是以C++语言作为开发工具,采用搜索算法设计最优落子点开发的游戏软件。本文详细地介绍了五子棋游戏软件设计的全过程,描述了该软件的功能,以及和其它五子棋程序的一些比较。-By C++ language programming in the computer graphics designed backgammon game software, so that the s
Chess
- 围棋程序,用最基础的C语言编辑,在控制台界面中显示。尽管没做GUI,但便于理解算法,对初学者非常有帮助-Go program, the C language with the most basic editing, appear in the console interface. Although not done GUI, but the algorithm is easy to understand, very helpful for beginners
bw
- 一个黑白棋的visual c++程序源码,其中搜索算法可以给初学者借鉴一下。-An Othello of Visual C++ program source code, which the search algorithm can give beginners learn from it.
wuziqi
- 是用c#开发的一个下棋程序,其中没有实现五子棋的算法,但是基本可以演示其功能!-using c# develep, some function not receive!
FiveChess
- 5子棋的C++程序,用VC2008打开。可以学习算法-The child chess C++ program, VC2008 open. Can learn the algorithm
saoleiyouxi
- 用c编程的扫雷游戏,很有参考价值的程序,里面包含一些算法-With c programming minesweeping game, great reference value program, which contains a number of algorithms
chineseChess
- c++写的中国象棋程序,一共有6个版本,从基础的界面到算法,适合学习用!-chess program, written in c++ a total of six versions, from basic interface to the algorithm suitable for the study!
wuziqi
- 用c语言编出的五子棋程序,程序算法相对简单,采用数组存储所有权值。-Using c language out of the 331 procedures, program algorithm is relatively simple, using an array of storage ownership value.