搜索资源列表
a_game_road_find
- A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就增多了,会影响处理速度,而且占用大量的内存。 有兴
project_1_final
- 交通路线查询系统,简单的交通路线查询设计,使用Dijstra算法完成最短路径的查询-use Dijstra to search for the shortest path
AStarExample
- A star (A*) example Find the shortest path from start point to end point on a matrix full of obstecles
A
- 在C++下进行地图的最短路径搜索的A*算法 这个算法被广泛应用在即时游戏的路径寻找过程上。-In the C++ under the map of the A* shortest path search algorithm for this algorithm is widely used in real-time search process on the path of the game.
AmbulanceSchedule
- 一个 VISUO studio 平台 MFC语言编写的小游戏 用到最短路径算法-Studio platforms-VISUO MFC language to write a small game to use the shortest path algorithm
pushbox
- 简易推箱子游戏,主要实现功能是人推箱子到目的地的最短路径的查找-Simple Sokoban game, the main function is to people Sokoban to find the shortest path to the destination
maze
- 在dos环境下编写迷宫,并能够自动寻找最短的迷宫路径-look for the shortest path of maze
APSP
- YAY!!! FINALLY DONE IT. NOW WE CAN FIND THE SHORTEST PATH USING C++ PROGRAMMING.
c-zuiduanlujingmigong
- c语言小游戏 最短路径迷宫 最短路径迷宫-C language game shortest path shortest path maze maze shortest path maze