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

搜索资源列表

  1. 课程设计

    0下载:
  2. 数据结构课程设计程序。包括6种排序算法以及最短路径的源程序。值得一下。
  3. 所属分类:系统编程

    • 发布日期:2009-05-01
    • 文件大小:90433
    • 提供者:brooklyn
  1. 最短路径代码

    0下载:
  2. 最短路径代码(平台VC++6.0)
  3. 所属分类:系统编程

    • 发布日期:2009-07-06
    • 文件大小:5575
    • 提供者:ljq168866
  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. Main feature
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3979
    • 提供者:chaolan
  1. shortest

    0下载:
  2. Dijkstra算法通过邻接表实现最短路径,-Dijkstra algorithm to achieve the shortest path adjacency list,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:372306
    • 提供者:万木水
  1. shortestPath

    0下载:
  2. 基于AE用c#来实现最短路径分析的功能。可以查询距离最近的点。-Based on AE with c# to achieve the shortest path analysis functions. Can query the nearest point.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:101508
    • 提供者:李艳
  1. Qt-Sokoban

    0下载:
  2. Qt版的推箱子,有所有主要功能,键盘,鼠标,退步,玄关,自动寻路(最短路径)-Qt version of the Sokoban, all key, keyboard, mouse, backward, vestibule, automatically find its way (shortest path)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1333013
    • 提供者:zane
  1. Graph_Algorithm-1.0.tar

    0下载:
  2. 算法中图算法的详细实现,包括图的表示,MST,单源最短,所有最短路径算法的c++实现,在linux环境下面编程。-Algorithm in detail algorithm to achieve, including the map that, MST, single-source shortest, all the shortest path algorithm c realization of the following programming in linux environmen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:71706
    • 提供者:tayoto
  1. mainrout

    0下载:
  2. 网络中寻找p圈保护、在最短路径基础上,使网络通信效率更高-p-cycle
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:1143
    • 提供者:feng
  1. system

    0下载:
  2. 基本的编辑功能,查询功能,最短路径,缓冲区分析-layer editor,quiry ,short path,buffer an so on
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-09
    • 文件大小:16064632
    • 提供者:ljsa
  1. zuiduanlujing

    1下载:
  2. vb+mo实现最短路径的查询,城市公交查询-vb+ mo to achieve the shortest path query, urban public transport inquiry
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:35566
    • 提供者:朱敬芳
  1. Skyline-based_Shortest_Path_Analysis_Algorithm_Des

    1下载:
  2. 基于Skyline的最短路径分析算法设计与实现-Skyline-based_Shortest_Path_Analysis_Algorithm_Design_and_Implementation_of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-07-01
    • 文件大小:312995
    • 提供者:范莎
  1. 111

    0下载:
  2. 城市铁路交通路线查询系统,主要用到了图论最短路径的知识,输入起点和终点能够查出对应的路径和最小用时-City rail line inquiry system, the main use of the knowledge of graph theory, shortest path, enter the start and end be able to find corresponding path and minimum use of time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:469120
    • 提供者:zhigang
  1. shortest_path

    0下载:
  2. 基于dijkstra算法实现求节点到其他节点的最短路径-Dijkstra algorithm based on the node to other nodes seeking the shortest path
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1565
    • 提供者:tuyard
  1. route

    0下载:
  2. 用于计算最短路径的,用C语言写的,大家可以参考-Used to calculate the shortest path, using C language to write, you can refer to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:sky
  1. Dijkstra

    0下载:
  2. 最短路径问题,迪杰斯特拉算法,图像,读取数据,linux-The shortest path problem, Dijkstra algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:8837
    • 提供者:Harry
  1. the-shortest-path-of-chart

    0下载:
  2. 求有向图的最短路劲,根据所给图的边长和顶点,建立有向图,以邻接表的方式存储,并编写程序求从有向图任一点出发的最短路径-according to the graph with sides and vertex, establish a directed graph, and write a program find the shortest path from one of the point of the chart
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2472
    • 提供者:陆言
  1. hh

    0下载:
  2. 实现校园内的最短路径查询,[daoyou.rar] 校园导游咨询:编制一个为来访客人进行最短路径导游的程序从厦门大学漳州校区的平面图中选取10个有代表性的景点,抽象成一个无向带权图。以图中顶点表示景点,边上的权值表示两地之间的距离。 2.本程序的目的是为用户提供路径咨询。根据用户指定的始点和终点输出相应路径,或者根据用户指定的景点输出景点的信息。 -The campus within the shortest path query [daoyou.rar campus tour guides
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1755
    • 提供者:wl
  1. DrawText

    0下载:
  2. 用C++实现的校园导航系统,可以进行最短路径的计算,也可以显示地图点的信息-Campus navigation system with C++ achieve, the shortest path calculation can also display the map points
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:2652016
    • 提供者:王可
  1. suanfashejiyufenxi

    0下载:
  2. 算法分析与设计的实验代码,有N后问题,单元最短路径,布线等问题-Code of algorithm analysis and design of experiments, N after the problem, the unit shortest path, wiring and other issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:16067875
    • 提供者:fuaixia
  1. danyuan

    0下载:
  2. 算法分析,单源最短路径,贪心算法实现的,非常好用-Algorithm analysis, single source shortest path, the greedy algorithm is very easy to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:161508
    • 提供者:yangyu
« 12 3 »
搜珍网 www.dssz.com