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

搜索资源列表

  1. zdl

    0下载:
  2. 运用matlab编程求最短路径的算法a=xlsread( D:\数据.xls ) 调入数据 n=size(a,1) for i=1:n for j=1:n if a(i,j)==1000 a(i,j)==inf 不相邻点之间的距离赋值为无穷大 -The shortest path
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:861
    • 提供者:资源
  1. 1

    0下载:
  2. 选择合适结构表示图Dijkstra算法求最短路径-Select the appropriate graph structure that Dijkstra shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2050
    • 提供者:王涛
  1. gohome(myself)

    0下载:
  2. 小红帽要回外婆家,但是大灰狼得知消息后,想通过下属抓小红帽。小红帽得知消息后,想避开大灰狼所在城市,并且要尽快到外婆家去。求最短路径-Find out the most short circuit between each spots of little red riding hood will go back to grandma s house, but the Wolf that news, and want to subordinate catch little red riding h
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:605
    • 提供者:
  1. closePath

    0下载:
  2. 用matlab实现,求最短路径的弗洛伊德算法和Dijkstra算法,很有用-Floyd-Warshall algorithm Dijkstra s algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1806
    • 提供者:贺晓勐
  1. AllDist

    0下载:
  2. Floyd算法,用于求最短路径,使用C++描述-Floyd Algorithm, Shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:923
    • 提供者:zhixiwang
  1. dijkstra

    0下载:
  2. 求最短路径 求最短路径 求最短路径 -shoest path
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4052
    • 提供者:akshiming
  1. longdistanse

    0下载:
  2. 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径。 算法具体的形式包括:   确定起点的最短路径问题 - 即已知起始结点,求最短路径的问题。   确定终点的最短路径问题 - 与确定起点的问题相反,该问题是已知终结结点,求最短路径的问题。在无向图中该问题与确定起点的问题完全等同,在有向图中该问题等同于把所有路径方向反转的确定起点的问题。   确定起点终点的最短路径问题 - 即已知起点和终点,求两结点之间的最短路径- A spanning tr
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:556
    • 提供者:wangzhongwei
  1. ShortPath

    0下载:
  2. 这个是一个求最短路径的程序,程序应用了地杰克斯拉算法-This is one of the shortest path procedures, the procedures applied to Dijksla algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:257543
    • 提供者:钟西泽
  1. dijkstra

    0下载:
  2. 寻求最短路径的matlab程序 pathS: 所求最短路径的起点 pathE :所求最短路径的终点 -Matlab program pathS seek the shortest path: the shortest path starting point pathE: The end of the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:753
    • 提供者:sun
  1. bellman-ford2

    0下载:
  2. 用bellman ford算法求最短路径,并且输出最短路径的节点,输入有语言提示-Bellman ford algorithm for the shortest path and the output node of the shortest path, enter the language prompts
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1248
    • 提供者:王薇
  1. vb

    0下载:
  2. 公交车作为现代城市生活中一种重要的交通工具,在现代城市生活中尤其重要,公交线路繁多,数量也逐渐增多,这样使得人们的出行很不方便。在这样的背景下,我们决定做公交查询系统,并以六安市公交数据为例,设计了公交查询系统,验证了一些算法的可行性。该算法基于对经典的算法的学习和研究,沿用其关于求最短路径的思想,并加以对换乘次数,站点范围限制等内容的深入研究而提出的。-Bus as an important means of transportation in modern urban life in mod
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7872
    • 提供者:李李
  1. kruskal

    0下载:
  2. 求最短路径的kruskal程序源代码适用于最小生成树-The shortest path kruskal source code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:708
    • 提供者:
  1. TSHORTTh

    0下载:
  2. 本程序采用了动态规划的方法来来求最短路径的问题可直接使用。 -This program uses a dynamic programming approach to the shortest path problem can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:232114
    • 提供者:本质
  1. TShoortestPaah

    0下载:
  2. 运用Visual C++求最短路径算法,,适用于网络路由算法,是一种简介有效的算法 -The use of Visual C++ seek the shortest path algorithm for network routing algorithm, is an Introduction to an effective algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6270
    • 提供者:yoeooo
  1. DJshortpath

    0下载:
  2. 求最短路径的程序 简单易懂 方便初学者的学习和运用-The shortest path procedure is straightforward for beginners to learn and apply the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:675
    • 提供者:胡智勇
  1. Dijkstra

    1下载:
  2. 用Djkstra算法求最短路径程序 功能: 应用Dijkstra算法求图上二顶点之间的最短距离 // 输入: 带权图的权邻接矩阵M, 顶点个数n, n个顶点的编号为0,1,...,n-1, 对应矩阵M下标 // 起始顶点编号start, 终止顶点编号end // 输出: 函数返回最短距离 // 注释: 顶点编号为0,1,...,n-1,对应邻接矩阵下标 // 集合T中的无穷大用0表示, 输入邻接矩阵M时没有直接连接的边的权输为0值,表示无穷大 // 所输入的邻接矩阵M
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:2405
    • 提供者:夏菲
  1. floyd

    0下载:
  2. 求图中任意点之间的最短路径的方法:floyd 求最短路径-For any point in a diagram of the shortest path between the methods: Floyd
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:1334
    • 提供者:Crazy
  1. OpenMP

    0下载:
  2. 并行计算openMP 求最短路径 求矩阵相乘-OpenMp
  3. 所属分类:MPI

    • 发布日期:2017-12-06
    • 文件大小:16730
    • 提供者:chenfang
  1. zuiduan

    0下载:
  2. 一个求最短路径的算法,这是我们算法课上的一个大作业,求最短路径的方法有很多,仅供参考-A shortest path algorithm, which is a big job on the lessons of our algorithm for the shortest path for reference only
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:210417
    • 提供者:Aidan
  1. Short-Passage

    0下载:
  2. Dijistra算法求最短路径,简单易行,十分易用,算法明确,清晰易懂!-Dijistra algorithm for the shortest path is simple, very easy to use, the algorithm is clear, lucid!
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:716
    • 提供者:zhangyi
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 30 »
搜珍网 www.dssz.com