搜索资源列表
GAPathfinder
- 使用遗传算法的走迷宫程序。适合新手学习GA使用-use of genetic algorithms Maze procedure. Suitable for novice learning to use GA
Maze
- 人工智能中的经典的迷宫算法,是否有通路走出maze,C++实现
Astar
- 本代码用图示的方式完整的说明了A*算法的运行方式。 设置完起始,结束以及障碍点后,点击运行即可看到A*算法是怎样走迷宫的
MazeClient
- 人工智能走高级迷宫:gpct程序大赛2等奖的作品,可以用来走比较高级的迷宫。程序用c#写成,vs2005编译。这种迷宫不是普通的迷宫,而是带有复杂元素的迷宫,如门,传送点等等。比赛题目的介绍:编写一个探索并寻找二维迷宫出口的人工智能算法(以下简称算法),这个算法会帮助那些身陷迷宫的探险家走出迷宫。算法能够获取的信息有:迷宫的大小和出口的坐标;探险家当前的坐标以及周围一个格子的情况;在同一个迷宫中其他探险家的喊话内容。
WinMain
- 这是一个自动走迷宫的寻路算法。 可能会有人需要,用作游戏的。 自己新建个Win32空项目,把这个代码复制进去就行了。
release
- 走迷宫的A*算法,用的是数组,个人的练习作品-Maze of the A* algorithm, using the array, the individual s practice work
axing
- 利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
diannaoshu
- 一种电脑鼠走迷宫的快速算法,对参加走迷宫比赛有很好的帮助-A computer mouse maze fast algorithm
mmouse
- 一种电脑鼠走迷宫的算法 -aaaaaaaaaaaaaaaaaaaaaaaaaaa
zoumigong
- 利用普通的寻迹车编写的走迷宫程序,采用左手定则算法。-Tracing using ordinary cars prepared Maze procedure for the left hand rule algorithm.
micromouse
- 周立功嵌入式中国区电脑鼠走迷宫设计大赛经典算法,出厂程序-ZLG embedded computer mouse maze China, the classic algorithm design competition, the factory process
Demo
- 基于粒子群算法的迷宫电脑鼠应用研究,一种新的电脑鼠走迷宫的算法,实现电脑鼠完整的运行-Algorithm based on particle swarm optimization maze of computer mouse, a new computer mouse maze
last-maze
- 完整的电脑鼠走迷宫程序,包括搜索阶段,冲刺阶段,对转弯及驱动做了修改,算法采用向点法则。-Complete computer mouse mazes program, including search stage, sprint, to turn and driver have modified, the algorithm to some rules.
Instances-of-genetic-algorithm
- 遗传算法实例,vc6.0,一个用遗传算法实现的走迷宫的例子,本代码能够让你在看遗传算法的看得云里雾里时,揭开那层面纱,让你更加理解遗传算法,编写出自己的遗传算法.-Instances of genetic algorithm, the Maze example of a genetic algorithm, the code allows you watching When the Genetic Algorithm seen foggy opened the veil, so you bett
走迷宫问题
- 本程序是用C语言写的迷宫问题,其中很多算法都是很经典的,初学者可以好好学习下回溯算法的应用,很实用的,对于此类问题能有一个很好的模板作用。
LS_AStarUniversal
- 自己研发的A*算法类,并且利用机器人走迷宫的形式验证了算法的可行性,并且返回了基于像素点的所走路径长度。-A* algorithm developed their own classes, and the use of robots to verify the feasibility of the maze in the form of the algorithm, and returns the pixel-based point of the walking path length.
maze_TD_lamda
- 时序差分学习算法TD(lamda)求解N*N方格走迷宫问题,求解每个方格的V值-Temporal difference learning algorithm for N*N maze problem