CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 路径 规划

搜索资源列表

  1. ACOTSP[1].V1.0

    0下载:
  2. 路径规划 路径规划的实例,主要运用蚁群算法,算法简洁明了,不懂的可联系本人-Examples of path planning, the main use of ant colony algorithm, the algorithm of concise, do not know I can contact
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:95208
    • 提供者:yang
  1. AntAlgorithmBerlin52

    0下载:
  2. 本算法为蚂蚁算法,主要解决了Berlin52的路径规划问题。蚂蚁算法可以用于路径的规划,和PID参数的整定,是一种仿生智能算法!-This algorithm ant algorithm solves the problem of Berlin52 path planning problems. Ant algorithm can be used for path planning, and PID parameter tuning, is a kind of intelligent bioni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:478123
    • 提供者:guoangang
  1. matlabpathplanning

    2下载:
  2. 用MATLAB 实现的机器人在平面上的路径规划,实用栅格法处理环境和障碍物。-Implemented using MATLAB robot path planning in the plane, utility grid method to deal with environmental and obstacles.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4760
    • 提供者:sky
  1. 115157698ant

    0下载:
  2. 路径规划中群蚁优化算法的源代码,可通过修改程序自由设置障碍和地形-Group of ants in the path planning optimization algorithm source code, modify the program free by obstacles and terrain
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:302072
    • 提供者:晴空
  1. AstarSearchShortestPath

    0下载:
  2. A*算法求最短路径问题的MatLAB源码,对路径规划的初学者很有帮助!-A* algorithm for seeking the shortest path problem MatLAB source for path planning helpful for beginners!
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:20931
    • 提供者:nc21lym
  1. RobotPathPlanningAndAvoidceObstacles

    2下载:
  2. 机器人路径规划与避障的MatLAB源码,对研究机器人路径规划与避障很有帮助!-Robot path planning and obstacle avoidance of MatLAB source, the study of robot path planning and obstacle avoidance helpful!
  3. 所属分类:matlab

    • 发布日期:2016-05-08
    • 文件大小:18807
    • 提供者:nc21lym
  1. Geneticalgorithmpathplanningsimulationprogram

    3下载:
  2. 遗传算法路径规划仿真,运用遗传算法仿真机器人路径规划问题,属于静态规划-Genetic algorithm path planning simulation, using genetic algorithms simulation robot path planning problem, belongs to the static planning
  3. 所属分类:matlab

    • 发布日期:2015-08-23
    • 文件大小:4248
    • 提供者:yangjin
  1. GARR0

    2下载:
  2. 利用遗传算法解决机器人路径规划问题,较好的一个例程,在VC++平台下开发-Using the genetic algorithm to solve robot path planning problem, the better a routine in VC++ platform development
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3875121
    • 提供者:李志远
  1. PathPlanningforMobileRobotsBasedontheNeuralNetwork

    1下载:
  2. :针对移动机器人传统路径规划算法效率不高,寻优能力差等问题,提出一种基 于神经网络和粒子群优化算法相结合的移动机器人路径规划方法.该方法利用神经网 络实现大量的并行和分布计算,发挥PSO简单、容易实现的优点,提高了路径规划的计 算效率和可靠性.仿真结果表明,这种新路径规划方法是可行且有效的.-The quality and eficiency of calculation is the two puzzling problems in the tradi— tional algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:162613
    • 提供者:王风
  1. Aaaaaaa

    0下载:
  2. A*算法源代码 用于最短路径规划 常用于游戏的编程-A* algorithm source code for shortest path planning commonly used in game programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3397
    • 提供者:小平
  1. PUMA560

    2下载:
  2. PUMA560的matlab仿真程序,有工作空间路径规划。-PUMA560 of matlab simulation program, a work space path planning.
  3. 所属分类:matlab

    • 发布日期:2015-04-17
    • 文件大小:22159
    • 提供者:mwz
  1. pso

    3下载:
  2. 粒子群算法的源码 主要如何运用于机器人路径规划-pso
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-11
    • 文件大小:922
    • 提供者:张龙妹
  1. dijkstra

    0下载:
  2. dijkstar经典算法,用于寻求最短路径规划等-dijkstar classical algorithm for seeking the shortest path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1556
    • 提供者:出来乍到
  1. obstacles

    0下载:
  2. 一个在matlab下编写的关于机器人路径规划的小程序-A matlab prepared on a small robot path planning process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:4750
    • 提供者:王超
  1. rrt-0.3

    1下载:
  2. RRT路径规划算法,可以生成曲线路径,并跟踪生成的路径-RRT* path planning algorithm can generate curved path, and follow the path generated
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:81088
    • 提供者:梁志伟
  1. planeDoc

    12下载:
  2. 无人机路径规划。在给定的三维空间中搜索一条安全可行的无人机飞行路径-Path Planning. In a given three-dimensional space to search for a safe and feasible UAV flight path
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-03-12
    • 文件大小:8350480
    • 提供者:陈晓玥
  1. IntelligentTacticalFlight

    1下载:
  2. &基于贝叶斯网络和模糊推理 技术A实现了战场威胁级别及其相对重要性程度的综合评估&利用模型预测控制的滚动优化和在线校正原理A实现了 飞机在线飞行路径规划&建立了路径规划代价函数中加权因子的智能化分配方法A进而实现了威胁评估与路径规划 之间的集成A使得路径规划系统能够自适应战场态势的动态变化.-koorow&E}8k w$lrm}nz$pkzz8zzn8omp$lm}l8km 8y8 ko|l8 kmry8rnj$lmkos8kl88zmk9 rz}8|9kz8|$ouk{8zrko
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:136272
    • 提供者:hans
  1. robot2

    1下载:
  2. 机器人路径规划,运用的是遗传算法,在试验平台上已经验证过。-Robot path planning, using the genetic algorithm, the test platform has been verified.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1958713
    • 提供者:玉林
  1. Mobile_robot_path_algorithm_research

    0下载:
  2. 移动机器人算法嵌入式系统设计与路径规划算法研究-Embeded Mobile robot path algorithm research
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1662552
    • 提供者:tattoo
  1. robottt

    0下载:
  2. 实现了机器人的路径规划,时间很快,值得参考。-Achieve the robot path planning, the time will soon be used as reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2202559
    • 提供者:王珂
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com