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

搜索资源列表

  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. Algorithm

    0下载:
  2. java 实现的一些算法: 赛选法求素数,最短路径(dijkstra,floyd),线段树,LCD,LCM-java implementation of a number of algorithms: tournament selection method Primes, the shortest path (dijkstra, floyd), segment tree, LCD, LCM
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:21486
    • 提供者:daniel cao
  1. Dijkstra

    1下载:
  2. 用java实现的Dijkstra算法,当用户输入起始点和终点时,会自动产生两点之间的最短路径-Using java implementation of the Dijkstra algorithm, when the user enters the starting point and end point, it will automatically generate the shortest path between two points
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4000
    • 提供者:jingjing wang
  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. 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 algorithm to achieve adjacency list vector (for the shortest path and the specific moves)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1004
    • 提供者:mazheng
  1. Dijkstra

    1下载:
  2. 最短路径算法 C语言版的 很好用 需要的试试吧-Shortest path algorithm C language version of the well with
  3. 所属分类:其他小程序

    • 发布日期:2017-04-30
    • 文件大小:1199
    • 提供者:alice0808
  1. 7_42

    0下载:
  2. 以邻接表为存储结构实现求从源点到其余各顶点的最短路径的Dijkstra算法-Dijkstra
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1817
    • 提供者:ziyou
  1. bfs-src

    0下载:
  2. 1.程序基于java语言。运行要求java运行环境。即就使jdk1.2以上。否则程序无法运行。 2.程序中读图时,可以选择读有向图还是无向图。 3.本程序为一个图的综合运行环境。提供了图的各种操作。包括读图,DFS判断图中是否存在 环路,BFS全局访问,两点之间的最短路径,屏幕清空。并且跟踪说明了图的各种操作的 过程。 4.程序可以多次的读图,进行图的各种操作。点击面板上的各种按钮就可以进行各种操作。-1. Procedures based on the java language.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6278
    • 提供者:lyxh
  1. 2222

    0下载:
  2. ( 从太原市公交查询系统建立的必要性出发, 进行了公交查询算法的研究, 主要探讨了包括最短路径查 询及最少花费查询及数据库管理的公交查询系统的实现。 该系统采用了V ISU AL BA S IC 610 为开发工具, M ICRO SO FT A CCESS2003 为后台数据库, 开发了基于太原市公交线路的公交查询系统。具有线路查询、换乘 查询、 站点查询、 数据管理等一系列功能。 -(From the city bus system the need for inquiry
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:209111
    • 提供者:zj
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com