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

搜索资源列表

  1. robot

    0下载:
  2. 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确定相应的Pi,即为新的路径点,连接此路径点为最优路径。-Ta
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1812
    • 提供者:biaoshi
  1. 10_22test

    0下载:
  2. 在opencv中实现汽车的行走,有涉及到最优路径问题-use opencv to find a precious path
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1845111
    • 提供者:高天
  1. yiqunsuanfa

    0下载:
  2. 用蚁群算法进行移动机器人路径规划,快速有效的得到了全局最优解。-Ant colony algorithm for mobile robot path planning, quickly and effectively to get the global optimal solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5140
    • 提供者:丁彪
  1. ar

    0下载:
  2. GAAA算法深海集矿车的最优路径规划GAAA deep set of algorithms the optimal path planning for mine car-GAAA deep set of algorithms the optimal path planning for mine car
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:397917
    • 提供者:gu
  1. migong

    0下载:
  2. 迷宫问题 自动选择最优路径 算法很好-Maze algorithm automatically selects the optimal path well
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:100841
    • 提供者:周旋
  1. yiqun

    0下载:
  2. 蚁群算法求解最优路径,进行城市间最优路径的选择,用于解决tsp问题-Ant colony algorithm for optimal path
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2054
    • 提供者:苏瑞
  1. migongsuanfa

    0下载:
  2. 使用C语言编写,对一般的矩阵迷宫进行求解,寻找一条最优路径,适合做课程设计使用。-Using the C language, the general matrix to solve the maze to find an optimal path, suitable for curriculum use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2874
    • 提供者:zdp
  1. lxs

    0下载:
  2. 改进后,无错误的A星算法,用于计算最优路径。-this program is used to deal with the problem of best road line.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:685006
    • 提供者:sage
  1. 5

    0下载:
  2. 利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动-Use Dijkstra algorithm to find the shortest path network diagram to find the starting point P1 to the end of Pn from the
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:9174
    • 提供者:jack
  1. parameter

    1下载:
  2. 导弹六自由度仿真优化优化路径算法!使得导弹能够遵循最优路径飞行!-The algorithm of six free degrees in the best way!
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:16130
    • 提供者:陈晓东
  1. main

    1下载:
  2. 遗传算法求解最优路径的c++程序 一种求解vrp问题的好方法-Genetic algorithm for optimal path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:34380
    • 提供者:Robert.x
  1. matlabpathplanning1

    6下载:
  2. 粒子群最优算法栅格法处理移动机器人最短路径-Grid Particle Swarm Optimization Algorithm for Mobile Robot shortest path Treatment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3871
    • 提供者:太子
  1. duilie

    0下载:
  2. 队列的应用,迷宫搜索及查找最优路径处理。队列的应用,迷宫搜索及查找最优路径处理。-failed to translate
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:269536
    • 提供者:王强
  1. ACOTSP

    0下载:
  2. 本程序用蚁群算法求解经典旅行商问题最优路径问题,效果很好-aco,tsp,best path
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2059
    • 提供者:xiong
  1. cPPCollege-courses

    0下载:
  2. 是一本不错的写C++的教程,是初学者了解C++的最优路径。-Is a good tutorial on writing C++, C++ for beginners to understand the optimal path.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19930889
    • 提供者:liupeng
  1. bestpath

    0下载:
  2. 该程序为机器人最优路径的Matlab源程序,并且基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改。-Robot optimal path Matlab source code of this program is based on the priority direction of the robot to find th
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4748
    • 提供者:tom
  1. 8digits

    0下载:
  2. 人工智能实验中的八数码游戏,通过A*算法查找最优路径-Artificial intelligence experiment eight digital games, by A* algorithm to find the optimal path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:1004354
    • 提供者:sjq
  1. hopfield-for-tsp

    0下载:
  2. hopfield神经网络求解TSP,收敛神经网络求最优路径,使用matlab-hopfield for the tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2858
    • 提供者:蒲菁川
  1. ant-gateways

    0下载:
  2. 目前,物联网备受关注。在多网关无线传感网络与物联网的异构融合中,通过网关连接是最常用的策略。本程序利用基于蚁群优化的算法,寻找每个节点至网关的最优路径。-Recently, the Internet of Things is getting more and more attention.There are different approaches to integrate WSN into the Internet. The most usual one is to connect the W
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:989164
    • 提供者:guowenjing
  1. multiple-gateways

    0下载:
  2. 目前,物联网备受关注。在多网关无线传感网络与物联网的异构融合中,通过网关连接是最常用的策略。本程序基于贪心算法,寻找每个节点至多个网关的最优路径,并将流量按比例分配给各网关。- Recently, the Internet of Things is getting more and more attention.There are different approaches to integrate WSN into the Internet. The most usual one is to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:988588
    • 提供者:guowenjing
« 1 2 3 4 5 6 78 9 10 11 12 ... 32 »
搜珍网 www.dssz.com