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

搜索资源列表

  1. 用遗传算法计算最短路径

    1下载:
  2. matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算-Matlab calculations prepared by the scheduling problem or seek optimal values, apply to mathematical modeling, and engineering computing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6775
    • 提供者:孙兵
  1. GIS 领域最短路径搜索问题的一种高效实现

    0下载:
  2. 最优路径 地理信息系统-optimal path Geographic Information System
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:210137
    • 提供者:冯先勇
  1. 物流配送蚁群算法

    2下载:
  2. 蚁群算法在物流配送中运用,实现最优路径巡寻优,可得出实际界面,直观
  3. 所属分类:人工智能/神经网络/遗传算法

  1. tsp.rar

    0下载:
  2. 旅行商问题,总共30个城市,计算最优路线和最短路径,Traveling Salesman Problem, a total of 30 cities, calculating the optimal route and the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1283
    • 提供者:steven
  1. 103244859obstacles

    1下载:
  2. 蚁群算法路径规划的一个程序,可以成功找到最优路径。-Ant colony algorithm path planning a program that can successfully find the optimal path.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:5245
    • 提供者:搁浅
  1. Dijkstra

    5下载:
  2. 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。   Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -The Dijkstra shortest path algorithm for the proce
  3. 所属分类:matlab例程

    • 发布日期:2013-12-26
    • 文件大小:1178
    • 提供者:haiyan
  1. Dijkstra

    0下载:
  2. Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. The main cha
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:2220
    • 提供者:yjl
  1. dijkstra-java

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:920
    • 提供者:kivilin
  1. managemant_enquire

    0下载:
  2. 传统的Dijkstra 算法无疑是解决一般最短路径问题的最优算法,但接下来我们会看到传统的Dijkstra 算法在公交查询系统是不适合的。而我据对公交乘客出行心理调查的统计结果,指出换乘次数最少是乘客出行时考虑的首要因素,所以这里提出一种基于换乘次数最少的公交最短路径算法。 至于公交车的调度,需要同时考虑到公车公司和乘客的利益,必须尽量在满足双方的利益上做出合理的调度。所以这是一个多目标最优的问题。- management
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:533201
    • 提供者:batilei
  1. asuanfa

    0下载:
  2. 动态环境下路径搜索,搜索到最优路径,可以执行的算法-动态环境下路径搜索
  3. 所属分类:Search Engine

    • 发布日期:2017-04-16
    • 文件大小:10090
    • 提供者:hsh
  1. aa

    0下载:
  2. 蚁群算法 适合寻找最优问题,实现最短路径。-Ant colony algorithm for finding the optimal problem, the realization of the shortest path.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2987
    • 提供者:孙根本
  1. matlab_Robotpath

    0下载:
  2. 用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的二叉树算法。-Using Matlab to achieve the optimal robot path planning in the global path, planning algorithm uses a binary tree algorithm based on the direction.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4841
    • 提供者:李志平
  1. Urban-road-traffic-

    0下载:
  2. 城市道路交通网络最优路径选择研究 应用方面-Urban road traffic network of the application of optimal route selection
  3. 所属分类:transportation applications

    • 发布日期:2017-05-13
    • 文件大小:3394982
    • 提供者:huihui04110625
  1. ACASP3

    3下载:
  2. 基于蚁群算法的动态最优路径规划-Dynamic optimal path
  3. 所属分类:matlab例程

    • 发布日期:2013-03-12
    • 文件大小:2498
    • 提供者:azen112
  1. my case

    0下载:
  2. 在地接特斯拉算法基础上实现的最优路劲查找,可以处理一定的附加条件(Optimal road strength search based on grounded Tesla algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:5825536
    • 提供者:nan022
  1. 2007A中国人口增长预测

    0下载:
  2. 实现公交系统,判断最优路径,实现客户端、公交司机端、管理员端口,这三个端口的功能。(bus system is disigned to kdsfln s jsdkfljkmn sdfjksljfd sjdfklsjflsk fd fsjiofj.)
  3. 所属分类:网络编程

    • 发布日期:2017-12-24
    • 文件大小:207872
    • 提供者:majiamin
  1. Asuanfa

    0下载:
  2. 建立一个30*30带障碍的小地图,包括起点和终点。寻找最短路径。(Create a small map of 30*30 with obstacles, including starting and ending points. Find the shortest path.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:阿斌4959
  1. RrtPlanner

    0下载:
  2. 窗口化快速生成随机树算法,快速寻找最优路径(Window based RT algorithm to quickly find the optimal path)
  3. 所属分类:其他

  1. chapter24 基于蚁群算法的三维路径规划算法

    2下载:
  2. 路径规划 蚁群算法 最优路径 启发因子(Ant colony algorithm for path planning)
  3. 所属分类:其他

    • 发布日期:2021-04-16
    • 文件大小:6144
    • 提供者:杨丽娜
  1. 栅格法路径规划

    8下载:
  2. 利用差分进化和粒子群优化算法在栅格地图中寻找最优路径(Using Differential Evolution and Particle Swarm Optimization to Find the Optimal Path in Raster Map)
  3. 所属分类:其他

    • 发布日期:2020-08-16
    • 文件大小:8192
    • 提供者:Nikelee
« 1 23 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com