搜索资源列表
Tic_MFC
- 1. 一个有趣的井字棋游戏。用MFC的对话框程序编写。 2。 具有单人游戏和双人游戏两个模式。单人模式通过自己的AI算法实现(类似于简单的A*算法),双人游戏则是两个人通过左右键对弈 3。界面采用 Skin++ 进行优化,更换皮肤非常的方便。 4. 注意,编译出来的EXE如果需要在VC外单独执行,请将其和skin++文件夹中的所有文件放至于同一目录下。 5。有问题和建议欢迎和我讨论。 QQ: 21798912 MSN: susan_QC@hotmail.com E-
FK
- 俄罗斯方块VC编程,不过算法比较简单,没有优化-Tetris VC programming algorithm is relatively simple, however, has not been optimized
javaDrawPoker
- 基于JAVA的纸牌游戏源代码,优化算法的源代码. -Java-based game of cards source code, the optimization algorithm source code.
five_chess_source_code
- 五子棋游戏,采用alpha-beta剪枝优化搜索算法,深度可达6步。-five-chess game, with alpha-beta optimal search algorithm, the depth is up to 6 steps
dd
- 求解数独的高效算法,进行了优化。一般难度求解在微秒数量级。-An efficient algorithm for solving Sudoku, were optimized. Generally difficult to solve in the microsecond order of magnitude.
tanchishe
- 贪吃蛇源程序,算法优化.是初学者的好东西呀-tanchishe is good and nice
OTHELLO
- 格子棋程序。通过数学的优化及运算得出有效的算法。这是一个有趣的游戏,希望大家多多指教。-Lattice chess program. Mathematical optimization and operations through effective algorithm derived. This is an interesting game, hope that exhibitions.
horse
- c++编写的简单马踏棋盘源程序 优化算法&可修改棋盘尺寸版本-written in simple c++ source code optimization Mata board & board size version can be modified
24point
- 算24点,着重算法的处理!!优化代码花了很长的时间,作者不是我.-Count 24 points
FiveChess1.5
- 这是一款智能五子棋游戏,可以用剪枝算法和进行了优化-This is a smart chess game, you can use pruning algorithms and optimized
GoBang
- 用Java实现的命令行五子棋,通过遗传算法和群只能方法优化-Implemented in Java command line backgammon, genetic algorithms and the methods of the group can only optimize
Othello
- 经典的黑白棋游戏,其中设计并实现了多种黑白棋的人工智能算法,其中使用了BP神经网、决策树、优化启发搜索剪枝等算法。并实现了多种算法对战平台,进行算法间的对弈和比分统计,以供进一步研究黑白棋算法。其中,该系统中的高智能算法已经在同类黑白棋软件的棋力中占上游水平。-Classic black and white chess game, in which artificial intelligence algorithm of many kinds of Othello was proposed an
_renju
- 计算机博弈 五子棋AI代码,控制台程序,C。使用了负极大值、α-β剪枝、哈希表对算法进行优化; 六子棋、点格棋可公开的程序本人将于近期整理上传。 ——FutaAlice 2016.1-I! cant speak english. Go and see chiness ver!
BlackAndWhite
- 黑白棋,总共分为四个等级,实现算法以贪心为主,以棋盘点权值辅助,以棋盘点预测所占优势做优化。-Reversi total is divided into four grades, with greedy algorithm mainly to assist the board point weights to do a predominance checkerboard prediction optimization.