搜索资源列表
GameSearch
- 井字棋的有关java的alphabeta搜索
alphabeta
- 用VC实现的,用C++写的三字棋小游戏,其中采用的是αβ剪枝算法,可以运行。-VC with the implementation, using C++ to write the words chess game, which are used αβ pruning algorithm can run.
xiangqi
- 中国象棋的游戏源码,使用了人工智能的Alpha-Beta搜索算法-Chinese chess game source code, the use of artificial intelligence Alpha-Beta Search Algorithm
alphabeta
- 用VC实现的,用C++写的三字棋小游戏,其中采用的是αβ剪枝算法,可以运行。-With VC, using C++ to write the words chess game, which uses a αβ pruning algorithm can be run.
GameSearch
- 井字棋的有关java的alphabeta搜索-Tic-tac-toe game java on the alphabeta search
Gomoku
- 基于VC的五子棋设计,具有单机对弈和联机对弈功能,AI使用AlphaBeta剪枝算法实现,可以调节搜索深度和搜索广度,可以保存和打开棋谱,可以悔棋和取消悔棋,控件大小可以随窗口大小的改变而改变。-VC-based design of backgammon, chess has a single function and online chess, AI use AlphaBeta pruning algorithm, you can adjust the search depth and bre
AlphaBeta
- ALPHA BETA PRUNING ALGORITHM IN JAVA