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

搜索资源列表

  1. ArcEngine

    0下载:
  2. arcengine最短路径分析用CSharp代码编写的-arcengine shortest path analysis prepared CSharp code
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:3063
    • 提供者:车风
  1. zuiduanlujin

    0下载:
  2. 动态规划求每对结点之间的最短路径。 算法基础实验课上会用到。-Dynamic programming for each pair of nodes between the shortest path. Algorithm based on experimental courses will be used.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1169
    • 提供者:乐正清
  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. zuiduanlujing

    0下载:
  2. 最短路径 c语言 源程序 可以运行 OK-The shortest path c language source code can run OK
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1010
    • 提供者:吴超
  1. zuiduanlujing

    0下载:
  2. 最短路径实现全国铁路查询,选择起始城市,系统执行路径选择-The shortest path to achieve the national railway inquiries, select the starting city, the system execution path choice
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:9321
    • 提供者:秦一
  1. Floydalgorithm

    0下载:
  2. 用佛洛依德算法求有向带权图的所有顶点之间的最短路径-Freud algorithm used to bring order to have the right to map all of the shortest path between vertex
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3480
    • 提供者:王沙沙
  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. zdlj(VB)

    1下载:
  2. 应用于GIS地图中,查找最短路径算法源码(VB)-Applies GIS map to find the shortest path algorithm source code (VB)
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:1855
    • 提供者:方军
  1. fenzhi

    0下载:
  2. 通过分支限界的方法,求解1到n的最短路径。设数组a保存图的邻接矩阵,0-9号,共10个节点。节点1为源点,n为目标点.-Through the branch and bound approach for solving 1 to n shortest path. A preservation plan for an array of adjacency matrix ,0-9, a total of 10 nodes. Node 1 is the source, n for the target
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2672
    • 提供者:
  1. Dijkstra

    0下载:
  2. 使用DIJKSTAR算法解决多点最短路径,还带文字解说-Dijkstar algorithm used to solve multi-point shortest path, but also with text to explain
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:28620
    • 提供者:56170536
  1. main

    1下载:
  2. 全国交通咨询系统 设计主要分三个部分:一是建立交通网络图的存储结构,二实现两个城市间的最短路经问题。3程序所具有的功能特色本程序主要目的是为了给用户提供路径咨询。实现了帮助用户了解全国各大城市间往来的最短路径问题,第二,可以提供用户查询各大城市的相关信息。本程序最大的特点是支持用户自己添加城市信息及城市,或添加城市的路径,既就有可扩展性。-National Transport Advisory System is divided into three main parts: First, e
  3. 所属分类:Data structs

    • 发布日期:2015-06-15
    • 文件大小:6473
    • 提供者:zhangfengyang
  1. Dijkstra

    0下载:
  2. Dijkstra最短路径 void output_path(int v)-Dijkstra shortest path void output_path (int v)
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3850
    • 提供者:肖加可
  1. Graph

    1下载:
  2. 图的基类以及最短路径算法,dijkstra,floyd,Kruskal算法等,代码来自北大赵海燕老师编著的数据结构与算法。-Graph base class as well as the shortest path algorithm, dijkstra, floyd, Kruskal algorithm, code Zhao Haiyan teachers from Beijing University and edited by the data structure and algorith
  3. 所属分类:source in ebook

    • 发布日期:2016-05-10
    • 文件大小:42789
    • 提供者:张淼
  1. 2008101113412

    0下载:
  2. 交通咨询系统(建立交通图的存储结构、解决单源最短路径问题、再实现两个地点最短路径问题)-Traffic Advisory System (the establishment of the traffic map of storage structure, to solve single-source shortest path problem, and then to achieve the shortest path problem of two locations)
  3. 所属分类:transportation applications

    • 发布日期:2017-04-26
    • 文件大小:58698
    • 提供者:陈俊凯
  1. shortest1

    0下载:
  2. 这是一个关于最短路径的算法,用于计算点到点之间的最小距离。-This is a study on the shortest path algorithm, used to calculate the minimum distance between point-to-point.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:17021
    • 提供者:zhiwei
  1. managemant_enquire

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

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

    0下载:
  2. c实现动态规划,可以求得最小代价,最短路径,基于狄斯奎诺的算法,可直接运行-c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:661
    • 提供者:wujianhai
  1. dongtaiguihua

    0下载:
  2. 用动态规划实现最短路径问题 请大家指教-Achieve the shortest path dynamic programming problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1071
    • 提供者:liuzhiwei
  1. dijkstra

    0下载:
  2. 计算dijkstra求最短路径:Dijkstra算法的基本思路是:假设每个点都有一对标号 (dj, pj),其中dj是从起源点s到点j的最短路径的长度 (从顶点到其本身的最短路径是零路(没有弧的路),其长度等于零);pj则是从s到j的最短路径中j点的前一点。求解从起源点s到点j的最短路径算法的基本过程如下-find the shortest road
  3. 所属分类:Fractal program

    • 发布日期:2017-04-03
    • 文件大小:1194
    • 提供者:刘国胜
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com