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

搜索资源列表

  1. pathplanning

    1下载:
  2. 用matlab仿真实现单机器人的路径规划,比较简单易懂,对初学者的一个很好的资料-single robot path plan,which is a good material for a learing person
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4843
    • 提供者:毛玲
  1. A星算法matlab源码及详细注释

    1下载:
  2. A*算法路径规划,程序中采用随机障碍物,通过躲避障碍物来完成路径的规划(A* algorithm; path planning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:5120
    • 提供者:hao郝
  1. 92775394autobizhangrobot

    1下载:
  2. 人工势场法路径规划matlab源代码,适用于机器人路径规划(Artificial potential field path planning matlab source code, applicable to robot path planning)
  3. 所属分类:网络编程

    • 发布日期:2017-12-24
    • 文件大小:29696
    • 提供者:小飞侠213
  1. 导弹作战行动网络流模型及动态规划算法_宋志华

    0下载:
  2. 导弹实施波次打击任务时,需要安排一个较优的运输方案,把多枚导弹在规定的时间内运往各个发射阵地。导弹运输时会涉及道路冲突性、隐蔽性、任务时间限制、道路容量限制等多方面因素,进行运输规划是一个组合优化问题。通过建立运输规划方案的优化模型,可以为常规导弹制定波次作战行动(When a missile strikes a wave, a better transport scheme should be arranged, and multiple missiles will be sent to th
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:534528
    • 提供者:wisworth
  1. 11基于遗传算法的机器人路径规划MATLAB源代码

    4下载:
  2. 基于遗传算法的机器人路径规划MATLAB源代码(Genetic algorithm based robot path planning MATLAB source code)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:67584
    • 提供者:Willty
  1. VRP

    2下载:
  2. 该历程使用Matlab 遗传算法 解决多辆车,的有容量多路径规划问题(The Matlab genetic algorithm is used to solve the capacity multi path planning problem of multiple vehicles)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:34816
    • 提供者:banboy
  1. 97288380tabu-search-matlab

    0下载:
  2. 路径规划问题的禁忌算法matlab程序。(Tabu search algorithm matlab program for path planning problems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:4096
    • 提供者:laurel7
  1. CarSim_Matlab联合仿真20131218得到的成功版test

    15下载:
  2. 基于carsim与matlab联合仿真的无人车辆路径规划与轨迹重规划(Path planning and trajectory re planning of unmanned vehicle based on CarSim and MATLAB joint simulation)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:58368
    • 提供者:naruto1992
  1. Auto_Path

    1下载:
  2. 利用MATLAB语言模拟退火算法和遗传算法这两个算法结合构成的遗传模拟退火算法对移动机器人进行路径规划(Using MATLAB simulated annealing algorithm and genetic algorithm two genetic algorithms combined with genetic simulated annealing algorithm for mobile robot path planning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:不二文静
  1. 改进势场

    2下载:
  2. 基本人工势场路径规划的MATLAB语言实现(Implementation of path planning for basic artificial potential field using MATLAB language)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:4096
    • 提供者:spideryang
  1. VRPTW修改

    7下载:
  2. 车辆路径规划;遗传算法;matlab代码(Vehicle routing problem based on optimum maturation time method)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:45056
    • 提供者:浅笑2587
  1. matlab

    1下载:
  2. 智能小车是移动机器人的一种,可通过计算机编程来实现其对行驶方向、启停以及速度的控制。要想让智能小车在行驶过程中能成功地避开障碍物,必须对其进行路径规划?,路径规划的任务是为小车规划一条从起始点到目标点的无碰路径。路径规划方法有:BP人工神经网络法(Back Propagation)、机器学习(Reinforcement Learning)、以及模糊控制(Fuzzy Control)方法等。(There are many ways on autonomous mobile robot obstac
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:444416
    • 提供者:zallen
  1. shortest path planning through Matlab code

    1下载:
  2. 无人机最短航线规划开源代码实例,实现无人机最短航程规划(The open-source Matlab code for shortest path planning of robot plane)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:9216
    • 提供者:emotionless
  1. chapter23

    0下载:
  2. matlab智能算法 之 基于Dijkstra算法的路径规划算法(Path planning algorithm based on Dijkstra algorithm for matlab intelligent algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:774144
    • 提供者:ziwicn
  1. 基于人工势场法的移动机器人路径规划MAtlab程序

    2下载:
  2. 人工势场法,机器人路径规划,实现避障,亲测有效(Artificial potential field method, robot path planning, realization of obstacle avoidance)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:8192
    • 提供者:hchen1989
  1. MATLAB算法

    1下载:
  2. 基于最短路径解决公交车路径规划问题的MATLAB代码实现(Shortest Path to Solve the Problem of Bus Route Planning MATLAB Code)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:53248
    • 提供者:Steveabc
  1. 三维蚁群算法

    2下载:
  2. 三维路径规划,可以自动寻找最佳路径,matlab(3D path planning can automatically find the best path)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:qwe1asd2
  1. 基于遗传算法与粗糙集理论的移动机器人路径规划研究

    1下载:
  2. 基于遗传算法与粗糙集理论的移动机器人路径规划研究的matlab代码,我已经进行了一些优化,大家随意使用
  3. 所属分类:易语言编程

  1. 清洁机器人路径规划matlab仿真程序

    6下载:
  2. 清洁机器人内螺旋算法仿真matlab程序,采用内螺旋算法全覆盖算法(Internal helix algorithm simulation)
  3. 所属分类:仿真建模

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:蓝色清风
  1. 机器人路径规划(1)

    0下载:
  2. 机器人路径的相关问题,跳过障碍物,博主分享(it is useful for people to learn about the application of matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:730112
    • 提供者:岁月神偷11
« 1 2 3 4 56 7 8 9 10 ... 44 »
搜珍网 www.dssz.com