搜索资源列表
f_3343
- VC中利用人工智能解决八迷宫问题。这是一个很有趣的人工智能小程序,不妨试试看。-use artificial intelligence to solve eight problems maze. This is a very interesting small artificial intelligence procedures, it may try.
迷宫求解(wjluo)
- 三种算法实现的迷宫出路求解,枚举、递归、还有栈。-three Algorithm way to solve the maze, enumeration, recursive, there are stacks.
迷宫搜索
- 这是一个实现自动生成随机迷宫,并且自动实现从迷宫的入口到出口的路径搜索的一个Applet程序-This is an automatically generated random maze, and automatically from the entrance to the maze of export path of a search procedures Applet
A算法
- 程序目的: 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系。-procedures Objective : Maze procedure to prepare skilled master A * algorithm. * A full understanding of algorithms and heuristic function relationship.
delphi7
- 迷宫原代码设计,自己做的,希望大家多指教-maze source design, done, I hope everyone exhibitions.
[AI]2005Maze1002016
- 福州大学人工智能课程02级的实验项目:实现深度、广度、A*算法的迷宫搜索以及演示程序,c#编写。-Fuzhou University artificial intelligence courses to the 02 pilot projects : to achieve the breadth, depth, A * search algorithm maze and Demonstration Program, c # prepared.
mgwenti
- 用stl实现的迷宫问题算法!(源创) 在这里你将看到stl的强大和方便!-used to achieve the maze Problem! (Source Chong) Here you will see stl a powerful and convenient!
canvas
- 用双向链表寻找迷宫路径,可以自己记住路径并实时删除舍弃路径-used for two-way maze trails can remember their own path and immediately delete abandon path
migongyuanchengxu
- 采用A*算法解决了迷宫问题的源程序,对了解人工智能中的A*算法很有帮助的.-A * algorithm used to solve a maze problem of the source of the artificial intelligence to understand the A * algorithm very helpful.
Pathfinder
- 在WINDOWS环境下用C语言开发的寻路程序,应用遗传算法,在一个迷宫中迅速找到出口-the Windows environment using the C language development routing procedures, genetic algorithm, in a maze to find a rapid export
GAPathfinder
- 使用遗传算法的走迷宫程序。适合新手学习GA使用-use of genetic algorithms Maze procedure. Suitable for novice learning to use GA
Maze
- 人工智能中的经典的迷宫算法,是否有通路走出maze,C++实现
Pathfinder
- 用遗传算法解决迷宫路径搜索问题。有界面显示搜索的过程。-Using genetic algorithms to solve the maze path searching problem. Have english interface display process.
maze.tar
- Simple maze generatrion in Prolog and C (complete set for GnuC and SWI-Prolog)
Maze
- 求最短路径的程序,采用A*算法。给定一个迷宫的位图,能表示出最短路径及其长度-The shortest path of the program, using A* algorithm. Given a bitmap maze, and the length of the shortest path can be expressed
AStar-Maze
- 迷宫问题的A星算法程序,用户可以设置起点、终点以及障碍物。MFC-A star algorithm of the maze problem, the user can set the start, end, and obstructions.
Maze
- 一个迷宫小游戏,迷宫的地图采用自适应算法随机生成,在随机的同时保证游戏的难度,界面用win api写的,算法用C++写的。-A maze game, maze map adaptive algorithm randomly generated to ensure that the difficulty of the game, while random interface with win api to write algorithms in C++ to write.
Maze
- 电脑鼠走迷宫程序,实现自动寻径,搜索最短路径等功能。是一个初期的程序。-Computer Mouse Maze procedure , automatic routing , search shortest path .
maze
- 人工智能之迷宫寻路实验源代码,运用启发式算法,实现迷宫寻路的功能。-Experimental source code of the maze of artificial intelligence, using the heuristic algorithm, the function of maze seeking.
maze solving algorithm
- Examples of applying the wall-follower, BFS, A* maze solving algorithms to solve a known maze environment.