CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 最短路算法

搜索资源列表

  1. 校园导游咨询系统

    2下载:
  2. 该次实习要求是设计一张地图,里面有n个景点,告诉我们景点之间的连接信息,要设计一个校园导游程序,为来访的游客提供各种信息的查询服务。主要为两个服务。 (1) 为来访游客提供图中任意景点相关额信息查询。 (2) 为游客提供图中任意两景点间的最短路径的长度,并输出该条路径 为实现这两个服务我们需要用一个数据结构存储这个地图的情况,还有就是用dijkstra 算法去求两点间的最短路,并需要一个数组去记录该最短路径。
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-12-26
    • 文件大小:1997
    • 提供者:cynthia_gu1989
  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. graph

    0下载:
  2. 数据结构C对图的操作算法,有广度、深度优先遍历,拓扑排序,最短路径的实现算法,最小生成树的算法-C data structures to operate on the map algorithm, there is the breadth, depth-first traversal, topological sorting, shortest path algorithm, minimum spanning tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5022
    • 提供者:韩杰
  1. ShortestPath_Djk-complexnetworks

    1下载:
  2. 复杂网络最短路径算法,详细而有条理,很有帮助-Complex network shortest path algorithm, detailed and structured, very helpful
  3. 所属分类:Data structs

    • 发布日期:2015-04-25
    • 文件大小:1385
    • 提供者:陈国章
  1. Dijkstra

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

    • 发布日期:2017-04-14
    • 文件大小:6108
    • 提供者:xyz
  1. Dijkstra

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

    • 发布日期:2017-04-25
    • 文件大小:16736
    • 提供者:我下下
  1. XShortest

    0下载:
  2. Dijkstra算法,A*算法和D*算法 Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPE
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1105276
    • 提供者:李芸芸
  1. DijkstraBasedOnHeap.pas

    0下载:
  2. Dijkstra最短路算法,基于堆的优化-Dijkstra shortest path algorithm, based on Heap
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:682
    • 提供者:AndyBear Hsu
  1. Arithmetic-Dijkstra

    0下载:
  2. Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解-Dijkstra algorithm is a typical shortest path algorithm, to calculate a node to all other nodes of the shortest path. Main features is the starting point for t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:901
    • 提供者:yuan
  1. gongyuan

    0下载:
  2. 这是用c写的应用最短路算法的公园导游图,请大家下载使用-This is a written application with c shortest path algorithm park guide map, please download
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2688
    • 提供者:mmdg
  1. cityzuiduanlu

    0下载:
  2. 最短路算法,输入各点之间的距离(可以是费用等),可得出遍历所有点的最短路-Shortest path algorithm, the distance between the input points (which can cost, etc.), can be drawn through all points of shortest
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:803
    • 提供者:David
  1. poj1511.cpp.tar

    0下载:
  2. poj1511,最短路算法使用SPFA进行计算,建立两个图计算求值-poj1511, shortest path algorithm, using the SPFA, create two maps, calculate the evaluation
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:874
    • 提供者:
  1. graph-algorithm

    0下载:
  2. 图论算法,包括最短路算法、最小生成树、图的连通性、网络流、匈牙利算法等等源码-graph algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:909397
    • 提供者:刘铁俊
  1. shortroute

    0下载:
  2. 算法设计课程:最短路算法综合版源码作业(原创)-The most comprehensive version of the source shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:381334
    • 提供者:幻叶
  1. Dijkstra

    0下载:
  2. 最短路的算法---Dijkstra算法,算法:狄克斯特拉最短路算法以及例子-Shortest path algorithm- Dijkstra algorithm, the algorithm: Dick Stella shortest path algorithm and examples
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:75862
    • 提供者:frank
  1. two-side

    0下载:
  2. 双端堆算法模板,是学习bellman最短路算法的基础入门模板,简单易懂。-the bellman algorithm template is learning the fundamentals of bellman s shortest path algorithm template, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:722
    • 提供者:刘鹏
  1. shortest

    0下载:
  2. 使用最短路算法编写的一个铁路系统程序,自动计算两个站点间的最短路径-Use the most short circuit algorithm of a railway system written procedures, automatic calculation of two site of the shortest path between
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:2035460
    • 提供者:huyong
  1. 最短路

    0下载:
  2. MATLAB实现的最短路算法,包括Ford算法,Floyd算法等。(MATLAB implementation of the shortest path algorithm, including Ford algorithm, Floyd algorithm, etc..)
  3. 所属分类:数据结构

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:yfhappy
  1. dijkstra

    1下载:
  2. 图论中迪杰斯特拉最短路算法的matlab代码(Matlab code of Dijstro algorithm in graph theory)
  3. 所属分类:数据结构

  1. 最短路模拟器

    0下载:
  2. 单纯的以小球表示最短路算法,采取dfs实现,方便演示原理
  3. 所属分类:数据结构常用算法

« 12 3 4 »
搜珍网 www.dssz.com