搜索资源列表
用Alpha-Beta剪枝实现的黑白棋博弈
- 提供了Alpha-Beta算法的C语言的实现和基于Alpha-Beta算法的黑白棋博弈。-the Alpha-Beta algorithm C language based on the realization and Alpha-Beta algorithm reversi Game.
lianliankanC
- 本程序为C语言高级编程示例,纯C实现的连连看游戏,附带有算法说明。-procedures for the C Programming Language High example, the realization of the pure C Lianliankan games, accompanied algorithm note.
five
- c++实现的一个五子棋人机对弈程序 使用了alpha-beta剪枝算法 具有一定的棋力
迷宫问题的算法
- 迷宫问题的算法,用c实现的-maze of algorithm, with the realization c
八数码游戏
- .net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。
Graphs_AStar_src
- C#实现的最短路径AStar算法,是我见过最好的AStar算法。-c# shortest path AStar calculation, It is the best calculation I ve ever seen
C24point.rar
- C#实现24点算法源代码,可以设置出题功能,测试通过,C# to achieve 24-point algorithm source code, you can set up a title function test
alphabeta
- 用VC实现的,用C++写的三字棋小游戏,其中采用的是αβ剪枝算法,可以运行。-VC with the implementation, using C++ to write the words chess game, which are used αβ pruning algorithm can run.
hnt_src
- VC++汉诺塔算法的实现,动态移动图形。汉诺塔是一个遥远的古代传说故事,至于讲的是什么,这个大家可以另查资料,这里不多说。研究汉诺塔问题,可以帮助你理解C++数组与算法的一些技巧,还是有必要参考的。-VC++ Tower of Hanoi algorithm, dynamic mobile graphics. Tower of Hanoi is an ancient legends of the distant, as to what is said, you can also check th
WcgCube
- 魔方游戏用c++实现,很神奇有用的一个算法,用到了OpenGL-this is a C++ code
39709590boom111
- C++实现语言、嵌入式开发、算法实现为主,源码数量-C++ implementation language, embedded development, algorithm-based, the number of source
heibaiqi
- 用Visual C++实现的黑白棋,可以从中学习搜索算法。-Using Visual C++ implementation of Reversi, you can learn from the search algorithm.
road
- 采用双向广度优先搜索的方法搜索出在一定意义下最佳的解题步骤,并指导我系学生姚刚用DELPHI V5.0开发了一个相应的电脑游戏。本文首先介绍了该算法的基本思想,然后通过完整的PASCAL源程序及其注释给出该算法的具体的实现,最后给出搜索的结果。-Bidirectional breadth-first search method to search out the best in some sense the problem solving steps, and to guide my stude
wuziqi
- 经典的小游戏五子棋,这是棋类算法的根本,c++实现-Classic games backgammon, c++ Implementation
maze
- 迷宫的深度搜索算法,用c++实现,有较高的性能,简洁的代码。试用大学课程设计。-maze
run
- C++实现的三种追击算法的模拟,希望对各位能够起到应有的帮助。-C++ implementation of the three pursuit algorithm simulation, hope you can play should help.
shudu
- 用c++编程实现数独游戏,九宫格,其中主要运用一些常用的算法-C++ programming with Sudoku, Style Box, mostly using some commonly used algorithm
Knight
- C++/C实现骑士巡游、N皇后和搬山游戏的代码,包括详细算法说明文档,经典好用。-C++/C implementation knight parade, N Hill Queen and move the game code, including detailed algorithm documentation, classic easy to use.
1111
- 24点算法 用C++实现 可以输出多个24点的算式 -24-point algorithm in C++ implementation can output more than 24 points formula
Maze-Game
- 一个用c++实现的迷宫游戏,里面的算法不错,适合新手学习-Maze Game