搜索资源列表
mgwenti
- 用stl实现的迷宫问题算法!(源创) 在这里你将看到stl的强大和方便!-used to achieve the maze Problem! (Source Chong) Here you will see stl a powerful and convenient!
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
- 用遗传算法解决迷宫路径搜索问题。有界面显示搜索的过程。-Using genetic algorithms to solve the maze path searching problem. Have english interface display process.
1222
- VC中利用人工智能解决八迷宫问题详细说明文档-VC in the use of artificial intelligence to solve the problem eight maze detailed documentation
Shortest-Path-Based-on-Delay-PCNN
- 本文在脉冲耦合神经网络(PCNN2Pulse Coupled Neural Network) 的基础上,提出了时延脉冲耦合神经网络 (DPCNN2Delay PCNN) ,并将其成功地用于求解最短路径,同时给出了基于DPCNN 的最短路径求解算法. Caulfield 与 Kinser 提出了用PCNN 求解迷宫问题的方法,虽然他们的方法也可用于求解最短路径,但所需神经元的数量巨大,而本 文的方法所需的神经元的数量远小于他们的方法. 同时,本文的方法充分利用了DPCNN 脉冲快速并
AStar-Maze
- 迷宫问题的A星算法程序,用户可以设置起点、终点以及障碍物。MFC-A star algorithm of the maze problem, the user can set the start, end, and obstructions.
migong
- 人工智能中利用A*算法解决迷宫问题,其中迷宫由01数组组成-Artificial Intelligence in the use of the A* algorithm to solve the maze problem
A_star-2012
- 应用A*算法解决八自由度迷宫问题,具有地图读入写出功能,可以扩展应用到路径规划问题。-Application of A* algorithm to solve the eight DOF maze problem with map reading into the write function, can be extended to the path planning problem.
mgsf
- 用人工智能的A*算法实现迷宫问题,环境为VC6.0-The A* algorithm using artificial intelligence to achieve maze problem, environment VC6.0
QLearning
- Q学习解决迷宫游戏问题,人工智能行为只能的一种方法。-Q learning problem solving maze game, only the behavior of a method of artificial intelligence.
maze_TD_lamda
- 时序差分学习算法TD(lamda)求解N*N方格走迷宫问题,求解每个方格的V值-Temporal difference learning algorithm for N*N maze problem