当前位置:
首页
资源下载

搜索资源 - A star algorithm path
搜索资源列表
-
1下载:
A星算法在游戏中人物的移动中,寻找路径起到了很大的作用,使游戏人物按最近的路线到达目的地,A star algorithm in the mobile game figures to find the path has played a significant role in bringing the game characters in accordance with the recent arrival routes
-
-
3下载:
算法简述:A星路径搜索(采用二叉堆),最短路径寻路算法-Algorithm Descr iption: A star path search (using the binary heap), the shortest path Algorithm for Route
-
-
0下载:
A星算法实现~
人工智能中如何寻早最短路径,在游戏中有重要应用-A Star ~ artificial intelligence algorithm how to find the shortest path early in the game there are important applications
-
-
0下载:
用A star算法来解决寻路问题,程序简单易实现。给定几种不同的地图进行验证,得到较优的路径-A star algorithm used to solve the routing problem, the procedure is simple and easy to achieve. Given several different maps to verify the path to be better
-
-
1下载:
各种路径搜索算法,包括A星算法,迪克斯特拉算法等-A variety of path search algorithms, including A Star algorithm, Dijkstra algorithm
-
-
0下载:
A* path finding algorithm in Javascr ipt
-
-
0下载:
A*算法,启发式路径搜索(星际,帝国等即时战略游戏中AI寻路)-A* algorithm, heuristic path search (Star, Imperial and other real-time strategy game AI pathfinding)
-
-
0下载:
A星算法实现八数码问题,找出从某一初态变换到终态的路径。-A Star Algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
-
-
0下载:
A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
-
-
0下载:
一个非常好用的A star搜索最佳路径算法 -a best A* find the shortest path algorithm
-
-
1下载:
西北工业大学博士论文:小型无人机航迹规划及组合导航关键技术研究,是研究组合导航的很好的参考资料-study on the Key Techniques of Trajectory planning and Integrated Navigation of UAV.A Dissertation submitted to
Northwestern Polytechnical University
in Partial Fulfillment of the Requirement
-
-
1下载:
A star algorithm to find the shortest path between two nodes
-
-
0下载:
(被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优的可行驶路径,可以显著提升无人驾驶车辆行驶的效率和平稳性。-
-
-
1下载:
A star 算法的matlab代码,用于机器人的路径规划与避障,以四节点往外扩展-A star algorithm matlab codes for path planning and obstacle avoidance robot out to a four-node expansion
-
-
0下载:
A-star算法求最短路径。
公式表示为: f(n) g(n)+h(n),
其中 f(n) 是从初始状态经由状态n到目标状态的代价估计,
g(n) 是在状态空间中从初始状态到状态n的实际代价,
h(n) 是从状态n到目标状态的最佳路径的估计代价。-A-star algorithm for the shortest path. Formula is expressed as: f (n) g (n)+h (n), where f (n) the initial s
-
-
0下载:
A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
-
-
2下载:
使用A star算法进行路径规划。。matlab代码。。。。。。(Path planning using the A star algorithm)
-
-
0下载:
基于优化的A星算法的最优路径最短路径规划问题(A star algorithm and path planning)
-
-
4下载:
通过指定的栅格地图,运用A星算法得出最短路径(Through the specified grid map, the shortest path is obtained by a star algorithm)
-
-
1下载:
a-star静态路径最优搜素算法。a-star静态路径最优搜素算法。(A-star static path optimal search algorithm.)
-