CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - robot path planning

搜索资源列表

  1. Path

    0下载:
  2. 用vc++写的机器人路径规划仿真平台的程序,修改了几次,终于搞定了-Written using vc++ simulation platform for robot path planning process, modified several times, finally Gaoding the
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3944077
    • 提供者:孙红新
  1. robots

    0下载:
  2. 机器人路径规划演示平台,自主移动的智能机器人演示-Demonstration platform for robot path planning, intelligent autonomous mobile robot demo
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:113998
    • 提供者:stephen
  1. r_r

    0下载:
  2. 这是机器人路径规划中机器人重绘的程序,希望对研究路径规划的朋友有帮助!-This is the robot path planning in robot redraw procedures, hope that the research path planning help a friend!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2818
    • 提供者:wxa
  1. Robot

    0下载:
  2. 一种基于路径规划的移动机器人设计,选取了其中的驱动这一部分,是我们一门课的最终作业。-Based on path planning of mobile robot design, selected for this part of one of the drivers, we are finally a class operation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:197325
    • 提供者:louwutao
  1. AntVCprograms

    1下载:
  2. 蚁群算法VC源代码,很完善的程序,适用于机器人路径规划。-VC source code for ant colony algorithm, it is well-established procedures for robot path planning.
  3. 所属分类:Other systems

    • 发布日期:2016-11-26
    • 文件大小:48323
    • 提供者:张天
  1. roadstest

    0下载:
  2. 路径规划小程序,给出详细的源代码,同样适用于机器人路径规划。-Path planning a small program, gives a detailed source code, also applies to robot path planning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:366343
    • 提供者:张天
  1. robot_simulator

    0下载:
  2. 机器人路径规划及躲避算法,可以选择任意的图片-Algorithm for robot path planning and to avoid
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:19716
    • 提供者:cookie
  1. path-planning-MOPSO

    0下载:
  2. 采用粒子群算法,解决不确定性环境中,机器人路径规划问题-Robot path planning in uncertain environment using multi-objective particle swarm optimization
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1042739
    • 提供者:王静
  1. pathsearching

    0下载:
  2. 机器人路径规划栅格法用Matlab仿真的源代码-Robot Path Planning
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:7334
    • 提供者:李晶
  1. Matlabchengxu

    0下载:
  2. 通过几种不同方法的假设,解决机器人路径规划的最优问题。-Assumptions through several different methods to solve the optimization problem of robot path planning.
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:8544
    • 提供者:超超
  1. Robot-Path-Planning

    0下载:
  2. 基于遗传算法的移动机器人路径规划算法研究-Robot Path Planning Based on Genetic Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:67707
    • 提供者:张伟
  1. RobotView

    0下载:
  2. 机器人路径规划,可视化仿真,可自己设置障碍情况-Robot path planning, visual simulation, can set up their own obstacles
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:122264
    • 提供者:谢福利
  1. yichuansuanfa

    4下载:
  2. 多机器人遗传算法的路径规划,适合学习matlab的同学进行学习效仿-Multi-robot path planning of the genetic algorithm, is suitable for the students to learn to follow learning matlab
  3. 所属分类:其他小程序

    • 发布日期:2013-07-19
    • 文件大小:1884
    • 提供者:liqiang
  1. Path-Planning-of-Mobile-Robot

    0下载:
  2. 基于电路地图的移动机器人路径规划,很值得推荐的一篇论文-Path Planning of Mobile Robot Based on Circuit Map,a paper that is worth to recommend
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:170015
    • 提供者:十三少
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1100410
    • 提供者:lin
  1. Astar

    0下载:
  2. 实现A*算法的代码,机器人路径规划领域常用算法-Achieve A* algorithm code, the robot path planning algorithm commonly used areas
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:7539
    • 提供者:hidarimigi
  1. Route

    0下载:
  2. 机器人的路径规划问题,用于求解最佳路径,从而应用于实践当中-Robot path planning problem for solving the optimal path, which applies to practice
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1584
    • 提供者:黎明
  1. Path-Planning

    1下载:
  2. 本书详细地介绍了机器人的路径规划相关的算法和控制策略-This book introduced the algorithm and control strategy related to the path planning of the robot in detail
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:399245
    • 提供者:寇立伟
  1. MATLAB Robotics motion planing

    1下载:
  2. 移动机器人的一些路径规划一些程序。是关于matlab的(Some Paths for Mobile Robots Some Programs for Mobile Robot Path Planning Some Programs)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:6294528
    • 提供者:wangyi1
  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
« 12 3 »
搜珍网 www.dssz.com