搜索资源列表
超经典推箱子游戏
- 推箱子这游戏就不用介绍了吧 本程序算法巧妙,自动生成地图,支持鼠标点击自动搜索路径,是学习vc编程的好例子-viewing this game would not have introduced it this procedure clever algorithm automatically generated maps, support for mouse clicks automatically search path is studying vc good example of progr
8shumayouxi
- 常用搜索算法原代码 (8数码游戏) \".\\Release\\DialogInput.obj\" \".\\Release\\DlgDepth.obj\" \".\\Release\\DlgWait.obj\" \".\\Release\\JiuG.obj\" \".\\Release\\Jiugong.obj\" \".\\Release\\JiugongDlg.obj\" \".\\Release\\StdAfx.obj\" \".\\Release\\Ji
Black_White_Chess
- 一个黑白棋的游戏,可以选择难度。 主要用到了一些常用的搜索算法-a game, we can choose more difficult. Main uses some of the commonly used search algorithm
newboxman
- 完整的的推箱子游戏,另外加入了搜索算法,能自动演示解法-Tuixiangzi integrity of the game, adding a search algorithm to automatically display Solution
bashuma
- 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
stockfish国象的代码
- stockfish国象的代码,,注释很好。功能很强。-Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a complete chess program, but requires some UCI compatible GUI (like XBoard with PolyGlot, eboard, Jose, Arena, Sigma Chess, Shredder, Chess
AIbashuma
- 人工智能大作业,八数码,使用MFC完成,具有图形化界面,使用广度优先搜索-Artificial Intelligence large operations, eight digital, use MFC complete with a graphical interface, use the breadth-first search
sudoku
- 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
AI_word_guess_game
- 电脑自动猜单词游戏。可以选择由电脑来玩或者用户自己玩。使用搜索算法来实现电脑自动猜单词的游戏。-Computer automatically guess the word game. Can choose to play by the computer or the user s own play. Use the search algorithm to achieve the computer automatically guess the word game.
DoubleDate_N72
- J2ME 对对碰 完整代码 高度优化。高度压缩后的代码及图片. 混淆后JAR文件只有10K大小. 百玩不厌 非常值得一看. 新手游戏入门代码. 屏幕大于176*208后可以自动适应 资源文件来自Google搜索. 如果涉及到您的版权,请告知, 我将立即删除.-Highly compressed code and picture. Confusion after the JAR file size of only 10K. 100 game patience is
heibaiqi
- 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。 界面非常精美-This is a game of Reversi. Intermediate Junior High There are three levels of棋力choice. Algorithm used to prepare their overall search experience
Gomucu5
- 采用Alpha-Beta裁剪的高AI(人工智能)的五子棋程序,人工智能较高,搜索深度为三,难被打败-Alpha-Beta(Three Deep search AI)
maze
- 简单易懂的迷宫游戏,包含加载迷宫,键盘控制,自动路径寻找算法等。-Straightforward maze game, including loading maze, keyboard control, automatic path search algorithm.
migong
- 迷宫游戏,采用宽度搜索算法找到走出迷宫的最短路径-Maze game, with the width of the maze search algorithm to find the shortest path
SourceCode
- 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. -Games on my machine pr
tuixiangzi
- 推箱子小游戏自动求解,人工智能,A*,启发式搜索-Sokoban game auto-solving, AI, A*, Heuristic Search
skode
- 自己用c++编写的计算数独的程序。使用枚举法,深度优先搜索得出结果。不能判断是否有多解。适合初级程序员参考。-Their written using c++ calculate the number of separate procedures. Enumeration method used, the outcome of depth-first search. Can not determine whether the multiple solutions. Junior programme
Sudoku
- 简单的数独游戏。通过”新建游戏“,程序会在9*9的方格中填入常用的数据,玩家也可以采用“人工输入”的方式填入数据。 然后玩家需要按规则填满这81个方格,最后通过“检查”来验证正确性;也可以通过“自动解答”来填满所有方格。“自动解答”程序采用状态压缩搜索算法。-Simple Sudoku. Through the " New Game" , the program will be 9* 9 grid fill the data used, the player can also be used "
Search-maze-game
- 搜寻迷宫小游戏,将球抛出,自动会找出正确出口。-Search maze game, the ball will be thrown, will automatically find the correct exports
search-(1)
- 这是著名的伯克利大学人工智能这门课上讨论的贪吃蛇游戏Pacman,其中讨论了UCS,A*, DFS, BFS 这几种搜索算法-It s the famous game Pacman. The code includes search algorithm like UCS,A*, DFS, BFS