搜索资源列表
bfs
- 用广度搜索方法实现 找迷宫类游戏 从一点搜索到另一点-With the breadth of search methods to find the maze game from the realization that search to another point
8Puzzle
- 我编写的8数码游戏,可实现人工求解和自动求解。人工求解时可以手动设置初始状态、目标状态,也可以随机生成初始状态,还可以避免无解。自动求解算法包括:DFS、BFS、A*1和A*2。并且有详细的课件。-8Puzzle
block
- 最近流行一个Flash游戏,翻木块(本压缩文件里有)。本程序对简化了的翻木块游戏实现自动求解,用的是BFS算法,能求最少步数。-Recently a popular Flash game, turn pieces of wood (the zip file there). This procedure simplifies the translation of the block to solve the game automatically, using a BFS algorithm to
8Puzzle7
- BFS搜索实 现8数码游戏的自动求解现8数码游戏的自动求解-Search Real BFS BFS search to achieve 8-digital games are eight digital game automatically solve the automatic solving
ConsoleApplication1
- e: C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm
8puzzle-49726044
- DFS&BFS for 8puzzl實作 內容有兩個檔案DFS & BFS for 8puzzl implement the contents of two files-DFS & BFS for 8puzzl implement the contents of two files
pacmansearch
- Pacman from UC Berkeley-Pacman hw from CS188 in UCberkeley. Give better understanding in BFS, DFS, UCS and A* search.
Lopez-Valenzuela
- Un Block Me solve with heuristics and BFS search.
ricky1
- BFs program display from code
bfs
- 用广度搜索方法实现 找迷宫类游戏 从一点搜索到另一点-With the breadth of search methods to find the maze game from the realization that search to another point
Game-of-Maze
- MFC下编写迷宫游戏,C++编写,采用BFS自动寻路算法,-MFC ,c++,fun maze game
search-(1)
- 这是著名的伯克利大学人工智能这门课上讨论的贪吃蛇游戏Pacman,其中讨论了UCS,A*, DFS, BFS 这几种搜索算法-It s the famous game Pacman. The code includes search algorithm like UCS,A*, DFS, BFS