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

搜索资源列表

  1. matlab-path-planning

    0下载:
  2. 机器人路径规划遗传算法matlab仿真源代码-Robot path planning simulation matlab genetic algorithm source code
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:8238
    • 提供者:zhengyang
  1. matlab

    0下载:
  2. 蚁群算法tsp旅行商问题,讲述路径规划问题-Ant colony algorithm TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:25830
    • 提供者:赵凯
  1. matlab(1)

    0下载:
  2. 节约算法,进行路径规划,含有时间窗,能够对路径进行优化-Saving algorithm, path planning, comprising time window, the path can be optimized for
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:8058
    • 提供者:叶予
  1. lujingguihua

    5下载:
  2. 很好用的基于人工势场法做的matlab路径规划算法 仿真程序-Do based on artificial potential field method matlab well used path planning algorithm simulation program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2015-09-26
    • 文件大小:9018
    • 提供者:ghw
  1. 栅格环境matlab源码

    2下载:
  2. 将数据信息转换为栅格地图,便于进行下一步的路径规划
  3. 所属分类:matlab例程

  1. MATLAB

    1下载:
  2. 基于蚁群算法的机器人路径规划MATLAB源码 -Ant colony algorithm based robot path planning MATLAB source
  3. 所属分类:assembly language

    • 发布日期:2015-12-29
    • 文件大小:2048
    • 提供者:小玩子
  1. matlab

    0下载:
  2. 人工势场法的路径规划方面的编程代码,能够很好地实现避障,对学习有一定帮助-Path planning artificial potential field programming code, can achieve a good obstacle avoidance, to learn of some help
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-08
    • 文件大小:8505
    • 提供者:李阳
  1. matlab-code

    2下载:
  2. 给予遗传算法的航迹规划和路径规划算法,含全部源程序,提供大家共同学习-Route planning and path planning algorithm given genetic algorithm, including all source code, provided we learn together
  3. 所属分类:matlab

    • 发布日期:2015-05-01
    • 文件大小:37888
    • 提供者:zhangyaoying
  1. Matlab

    0下载:
  2. 针对经典Dijkstra算法时间复杂度问题,提出双向Dijkstra搜索算法解决智能交通路径规划问题,并通过仿真实验验证了算法的可行性和有效性(英文版资料)-Typical shortest path is Dijkstra algorithm, its time complexity is O (n 2 ). A map of the city’s road network has many nodes, if we use the Dijkstra algorithm, the time
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:262793
    • 提供者:王辉
  1. Matlab

    0下载:
  2. 为了提高四足机器人在复杂环境下的适应性,重点研究了采用飞行时间(TOF)原理相机的四足机器人环境感知策略并改进了地形识别及路径规划算法.首先采用高斯过程回归(GPR)模型对TOF相机的距离数据进行误差校正,解决了采用传统多项式或三角函数模型进行误差修正时模型阶次过高及函数组合复杂的问题.基于得到的环境深度信息,采用数字高程模型(DEM)进行地形描述,并通过计算各栅格的坡度、粗糙度、起伏度对地形进行识别.粗糙度由该栅格所处的坡度平面与其8邻域高程点的离散程度进行计算,避免了采用高程方差计算时对粗糙
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1266358
    • 提供者:王辉
  1. matlab-VRP

    3下载:
  2. 物流路径规划,节约里程法的matlab实现-Logistics path planning, the MATLAB realization of the economical mileage method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1336
    • 提供者:Remon
  1. matlab-QLEARNING

    0下载:
  2. 模拟机器人路径规划,采用强化学习中的Q学习算法来实现,最后会返回机器人选择路径的坐标位置-code for path searching
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4577
    • 提供者:levin
  1. MATLAB

    2下载:
  2. 时序差分学习是强化学习的一种重要算法,该代码提供了时序差分学习做路径规划的一个仿真。-Temporal difference learning is an important algorithm for reinforcement learning, which provides a simulation of sequential differential learning for path planning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:4377
    • 提供者:赵欢
  1. Q-Learing-path-planning-MATLAB

    0下载:
  2. 基于增强学习Q-learning方法的路径规划matlab仿真程序-Based on the enhanced learning Q-learning method of path planning matlab simulation program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:69632
    • 提供者:林家明
  1. 基于Hopfield神经网络的旅行商优化计算

    1下载:
  2. 实现最短路径选择问题 运用MATLAB神经网络算法(Achieve the shortest path choice)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:perfectyeye
  1. A star

    2下载:
  2. 使用A star算法进行路径规划。。matlab代码。。。。。。(Path planning using the A star algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:180224
    • 提供者:shaoyy
  1. Dijkstra-master

    0下载:
  2. Dijkstra算法,解决机器人的路径规划问题,使用的程序语言为matlab语言。(This is the Dijkstra algorithm. It can solve the robot path planning problem, and the result is good. The programming language used is the MATLAB language.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:小小朱朱
  1. show11

    0下载:
  2. 基于A*算法的最优路径规划的matlab仿真(Matlab simulation of optimal path planning based on A* algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:lengtoo
  1. ant. MATLAB

    1下载:
  2. 蚁群算法在机器人路经规划中MATLAB栅格地图求得最短路径(Robot path planning MATLAB ant colony algorithm to find the shortest path in the grid map)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:万古
  1. RRT-star-master

    8下载:
  2. RT(快速扩展随机树)是一种基于采样的算法求解路径规划问题。RRT提供可行的解如果时间RRT趋于无穷大。 RRT *是一个基于采样的算法为解决运动规划问题,这是一个概率最优变异性。RRT *收敛到最优解的渐近。 RRT * FN是一个基于采样的算法基于RRT *。RRT * FN内在渐近收敛到最优解,然而RRT * FN实现使用更少的内存(RRT (Rapidly-Exploring Random Tree) is a sampling-based algorithm for solving
  3. 所属分类:matlab例程

    • 发布日期:2017-11-21
    • 文件大小:873472
    • 提供者:qy916707
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 46 »
搜珍网 www.dssz.com