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

搜索资源列表

  1. aca

    1下载:
  2. 蚁群算法,路径规划问题,通过迭代寻找全局最优解-Ant colony algorithm, path planning problem, find the global optimal solution through iteration
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:2291
    • 提供者:
  1. GA-for-path-planning

    2下载:
  2. 通过遗传算法对飞机进行路径规划,main为主要的运行文件,ceshi_draw可以显示平滑的轨迹曲线。-Flight path plannning using GA algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:10221
    • 提供者:yunhong
  1. yuanma

    0下载:
  2. 基于蚂蚁群算法的三维路径规划。有实例,可以运行。-3-D path planning algorithm based on ant colony.
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:5685
    • 提供者:gongzhen
  1. A_star-2012

    0下载:
  2. 应用A*算法解决八自由度迷宫问题,具有地图读入写出功能,可以扩展应用到路径规划问题。-Application of A* algorithm to solve the eight DOF maze problem with map reading into the write function, can be extended to the path planning problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:409731
    • 提供者:liuguodong
  1. duoduantu

    0下载:
  2. 多段图问题的动态规划算法与实现 功能:求源点到汇点的最短路径及决策过程。 要求:用向前处理和向后处理方法分别对给出的数据,进行求解(注意在文档中画出多段图)。给出复杂性分析。 输入:多段图的段数,顶点数,以及每条边的权重。 输出:多段图的最短路径和决策过程。 -Many of the map of the dynamic programming algorithm and implementation features: seeking the source point to
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:16491
    • 提供者:missli
  1. A_Star1

    0下载:
  2. 运用matlab语言,A*算法实现移动机器人路径规划-Path Planning: A* Algorithm Navigating a terrain and finding the shortest path to a Goal location is one of the fundamental problems in path planning. While there are many approaches to this problem, one of the most
  3. 所属分类:OS Develop

    • 发布日期:2017-11-23
    • 文件大小:2438
    • 提供者:季玉慧
  1. MobileRobotSimQ

    2下载:
  2. 使用Q学习的一种强化学习算法,针对路径规划问题,用Q学习的方法解决-A method to solve planning the path, using Q_study, one method of reforence study.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-10-14
    • 文件大小:58145
    • 提供者:Ma Grace
  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. ACATSP3.m

    0下载:
  2. 基于蚁群算法的路径规划改进方法,适合各种机器人路径规划-Improved method for path planning based on ant colony algorithm, suitable for a variety of robot path planning
  3. 所属分类:Menu control

    • 发布日期:2017-11-24
    • 文件大小:1542
    • 提供者:andylam
  1. yiqun

    0下载:
  2. 文件中的程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划。-File in is the procedure ant colony algorithm in most short-circuit the application of, a little expansion can be applied to robot path planning.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:34650
    • 提供者:李开
  1. dis

    0下载:
  2. matlab编写的用于二维的巡航路径规划问题,采用的蚁群算法-matlab prepared for the two-dimensional cruise path planning problem, the use of ant colony algorithm. .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:2270
    • 提供者:你大爷
  1. ACO

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

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

    0下载:
  2. 蚁群算法的路径规划问的很好的例子 对应用蚁群算法有很好的帮助-Ant colony algorithm path planning to ask a good example of the application of ant colony algorithm has good help
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:2582
    • 提供者:刘建波
  1. lujingguihua-yiqunsuanfa(matlab)

    0下载:
  2. 机器人障碍环境下路径规划问题,采用改进的回退蚁群算法,matlab版源代码,有可视化界面。-Robot obstacle environment path planning problem, using an improved back colony algorithm, matlab version of the source code, visual interface.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:15530
    • 提供者:Bernie
  1. Astar

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

    • 发布日期:2017-12-05
    • 文件大小:7539
    • 提供者:hidarimigi
  1. BBO-Based-Optimization

    0下载:
  2. BBO算法在路径规划中的应用,并对其规划效果进行分析。-BBO algorithm path planning applications, and analysis of the effects of their planning.
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:653067
    • 提供者:
  1. three-dimensional-underwater

    0下载:
  2. 这个代码是关于基于蚁群算法的水下潜器三维空间路径规划的,希望有所帮助-Ant colony algorithm based three-dimensional underwater vehicle path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1476334
    • 提供者:韩峰
  1. Astarpathfinder

    0下载:
  2. 路径规划中的A算法,用于仿真演示机器人的路径规划A path planning algorithm for the simulation of robot path planning presentation-A path planning algorithm for the simulation of robot path planning presentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:194875
    • 提供者:ketdem
  1. AI

    0下载:
  2. AI算法,包括路径规划与移动技术.有限状态机,脚本技术,群聚技术,遗传算法,神经网络-AI algorithms, including path planning and mobile technology. Finite state machines, scr ipting technologies, clustering techniques, genetic algorithms, neural networks
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3486291
    • 提供者:yangjingyu
  1. jqrljgh.

    0下载:
  2. 用蚁群算法写的机器人路径规划,可以运行,你们-Written in ant colony algorithm for robot path planning, you can run, you have a try
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2391
    • 提供者:邹勇
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 50 »
搜珍网 www.dssz.com