CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - A star algorithm path

搜索资源列表

  1. DStar_5.26

    1下载:
  2. 人工智能里的A-star算法,用于机器人的路径规划和寻优.-AI's A-star algorithm for robot path planning and optimization.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:50724
    • 提供者:yys
  1. dstar

    5下载:
  2. D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-13
    • 文件大小:33211
    • 提供者:yanguang
  1. AStarDemo

    0下载:
  2. A星算法实现~ 人工智能中如何寻早最短路径,在游戏中有重要应用-A Star ~ artificial intelligence algorithm how to find the shortest path early in the game there are important applications
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:23239
    • 提供者:huhailong
  1. AStar

    0下载:
  2. A星算法实现八数码问题,找出从某一初态变换到终态的路径。-A Star Algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:131024
    • 提供者:liuliu
  1. AI_Eight_number

    0下载:
  2. 本程序用来实现八数码难题。采用A星算法,设计程序,求出从初始状态到目标状态的最优路径,并给出问题的状态表示、编码规则、搜索算法分析、简单程序说明和求得的最优路径。编程方法新颖,思路清晰明了。-This procedure used to achieve the eight puzzle. A star algorithm used, the design process, from initial state to find the optimal path to goal state, and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:265778
    • 提供者:abler
  1. AStar

    0下载:
  2. 用于避障的A星算法,适用于机器人的轨迹规划-A star for Obstacle Avoidance Algorithm for Robot Path Planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:317549
    • 提供者:娓娓
  1. astar

    0下载:
  2. a星算法 神经网络编程,对于空地左键单击后会产生障碍,对障碍左键单击会消除障碍,对于起点,两次左键盘单击会消除起点,如果不存在起点,单击右键会产生起点,如果存在起点不存在终点,单击右键会产生终点,如果既存在起点又存在终点,单击右键会消除终点,点击开始寻路回画出路径-a star algorithm neural network programming, for the vacant left-click will create an obstacle on the obstacle left-c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:59888
    • 提供者:zhongkeli
  1. a-star-and--program

    0下载:
  2. 采用C语言编写,带源程序demo,本程序算法侧重使用a star实际解决在静态路网中以最快的速度,最小的代价搜寻地图或迷宫的最佳路径(可能不唯一),重点在于游戏中的NPC自动寻路-Using C language with source code demo, the program algorithm focuses a star practical solutions in the static road network to the fastest speed, minimize the c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:15351
    • 提供者:万松林
  1. Astar

    0下载:
  2. A星算法,是进行机器人路径规划的一种典型算法,本文件中包含了采用了两种不同的优化标准对A星算法进行讨论,得出最优的一个-A star algorithm is a typical algorithm, which can immplement the path planning of robot.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:24345
    • 提供者:ljw
  1. Astar

    0下载:
  2. A-Star算法在路径规划中的应用,基于MATLAB仿真平台,完美运行,无BUG-A-Star algorithm in path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4721
    • 提供者:凌晨
  1. A_star1

    1下载:
  2. A星算法,求网格图中起始点到终点的最短路径-A star algorithm, solve the shortest path the start point to the end point
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3320
    • 提供者:比利
  1. path-

    0下载:
  2. A-star路径规划算法,外国一位大神论坛里的帖子,可以实现A*算法路径规划,采用cpp编程-A-star path planning algorithm, a big God foreign forum posts, can be achieved A* algorithm path planning, the use of cpp programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6830
    • 提供者:张韬
  1. An-Improved-A--Star-Algorithm

    0下载:
  2. (被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优的可行驶路径,可以显著提升无人驾驶车辆行驶的效率和平稳性。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:600428
    • 提供者:王辉
  1. ASTAR

    2下载:
  2. 路径规划A*算法的python实现,带有详尽注释(Path planning A* algorithm Python implementation, with detailed notes)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:dsfdsfdsfds
搜珍网 www.dssz.com