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

搜索资源列表

  1. SATSP

    0下载:
  2. 人工智能/神经网络,用模拟退火算法求解TSP寻求最优路径问题-AI/neural networks, simulated annealing algorithm for finding the optimal TSP path problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1815
    • 提供者:萧茅律
  1. RobotGame

    0下载:
  2. 警察抓小偷的演示。警察和小偷均拥有一定智能,每次采取最优路径逼近(远离)对方。人工智能课大作业。-Demonstration of the police catch the thief.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:32180
    • 提供者:张旭初
  1. SimulatedAnnealing12

    0下载:
  2. 模拟退火算法,利用该算法,实现方程的快速求解以及寻找最优路径-Simulated Annealing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1482
    • 提供者:HEllO2010
  1. zuiyou

    0下载:
  2. 本程序是基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改 -This procedure is based on the priority direction of the robot to find the optimal path algorithm can also be used to solve the ma
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:4872
    • 提供者:新鹏
  1. 00000000000000000000000000000000000000000000000000

    0下载:
  2. 模拟退火算法解决最优路径问题,此程序只需根据需要输入数据即可,验证过了,可行-the best way
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:715
    • 提供者:张亮
  1. GA-tsp

    0下载:
  2. 利用遗传算法求解tsp问题即北京、天津、石家庄、太原、呼和浩特、上海的最优路径。各城市之间的距离已给出。-Problem using genetic algorithm tsp namely Beijing, Tianjin, Shijiazhuang, Taiyuan, Hohhot, Shanghai, the optimal path. The distance between cities have been given.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2672
    • 提供者:zhaohaibao
  1. MMAS

    0下载:
  2. 最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:55135
    • 提供者:rock
  1. FSLogisticsCoDeliverySystem

    0下载:
  2. 这是我们实习做的系统,这个系统是物流配送系统,是基于SO开发的系统,功能主要有最优路径分析、服务区分析功能。-This is our practice to do the system, the system of logistics distribution system is based on the development of the system SO, function mainly optimal path analysis, service area analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-05-27
    • 文件大小:9286201
    • 提供者:韩波
  1. 51CT

    0下载:
  2. 本程序是基于Matlab开发的,描述了一个机器人自动寻找最优路径的问题,使之得到了很好的解决。-This program is developed based on Matlab, describes a robot automatically finds the optimal path problem, so that it can be a good solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4876
    • 提供者:chengde1214
  1. mynet

    0下载:
  2. 本代码实现了AE的最优路径分析,很好的路径分析代码,解决了现实问题-This code implements the AE analysis of the optimal path, the path of good code to solve the practical problems
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:241922
    • 提供者:haohao
  1. AI_Eight_number

    0下载:
  2. 本程序用来实现八数码难题。采用A星算法,设计程序,求出从初始状态到目标状态的最优路径,并给出问题的状态表示、编码规则、搜索算法分析、简单程序说明和求得的最优路径。编程方法新颖,思路清晰明了。-This procedure used to achieve the eight puzzle. A star algorithm used, the design process, from initial state to find the optimal path to goal state, and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:265778
    • 提供者:abler
  1. radia_start

    0下载:
  2. 随机设置一些威胁圆,然后利用A-START算法寻找最优路径。-Some of the threats were set round, and then use A-START algorithm to find the optimal path.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3981
    • 提供者:zhukun
  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 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com