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

搜索资源列表

  1. maze

    0下载:
  2. 用队列实现迷宫问题:寻找并记录通过迷宫的最短路径。-Queue with the realization of the maze problem: to find and record the shortest path through the maze.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1149
    • 提供者:
  1. daolujiaotongchaxun

    0下载:
  2. 道路交通查询:兰州道路交通网采用邻接矩阵(或邻接表)表示,包括道路交通网邻接矩阵(或邻接表)的建立、路径(或时间)的查询、最短路径(或最短时间)的查找、显示输出等功能;兰州道路交通网中顶点表示地名、图上的弧表示两地之间有路径存在、弧上的权值表示两地之间的距离(或时间); -Road Traffic Inquiry: Maryland road transport network using adjacency matrix (or adjacency list) that the road
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:65163
    • 提供者:陈卫
  1. algo9-3

    0下载:
  2. C程序,用来处理图的相关信息。可以输出结点间的最短路径-C programe to deal with map-related information. Output the shortest path between each node
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1367
    • 提供者:fishle
  1. GYDYT

    0下载:
  2. 数据结构的程序设计公园的导游图C++版,用于寻找最短路径-Data structure programming guides park map C++ version, for finding the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2680
    • 提供者:孙钧杰
  1. Dijkstra

    0下载:
  2. Dijkstra算法求单源最短路径 输入结点数关系数然后输入结点和其间的关及系权值,得出最短路径-Dijkstra algorithm for single-source shortest path relationship between the number of input nodes and then enter the node and which the Department of Customs and the right value, the shortest path ob
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:872
    • 提供者:fanyuke
  1. shortestpath

    0下载:
  2. 自己写的最短路径源码,互相学习.希望有用.特别对学习数据结构很有用.-The shortest path to write their own source code, learn from each other. I hope useful. In particular, very useful to study the data structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:18937
    • 提供者:minisa
  1. Mapofsingle-sourceshortestpath

    0下载:
  2. 图中的单源最短路径,给出图中的一个目的结点,求出其它各点到它的最短距离-Map of single-source shortest path
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:727
    • 提供者:张晓安
  1. LL_Path_optimization

    1下载:
  2. 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:575810
    • 提供者:张玉芨
  1. Real-World_Application_Routing_Problem(Book)

    0下载:
  2. 遗传算法在最短路径问题(shortest path routing problem)中的实际应用-Real-World Application:Routing Problem(Book)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:589697
    • 提供者:columbia
  1. Matrixvectoralgorithm

    0下载:
  2. 用Dijstra算法的矩阵向量算法,用C++编写实现路由最短路径。-Dijstra algorithm using matrix vector algorithm, using C++ to prepare to achieve the shortest path routing.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1419
    • 提供者:马宁
  1. shujujiegou

    0下载:
  2. 该数据结构代码包括单链表的简单应用,包括寻找最短路径或是对图进行不同的遍历等。-Code the data structure including a single list of simple applications, including the search for the shortest path or on the map such as different traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:19844
    • 提供者:sunluofang
  1. grap

    0下载:
  2. 在矩阵储存结构下,求图的最短路径,在VC++6.0上运行正常-Stored in the matrix structure, and the shortest path map in VC++6.0 run on normal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:22009
    • 提供者:暗暗
  1. 1111111111

    0下载:
  2. 设计学校的校园平面图,所含景点不少于10个,以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供景点的问路查询,即已知一个景点,查询到某景点之间的一条最短路径及长度。 -Floor plan design in schools, which contain not less than 10 spots in order to express their point of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2636
    • 提供者:XH
  1. xiaoyuandaohangxitong

    0下载:
  2. 本课程设计的内容为“校园导航”,校园平面图中取大学的11个常去地点,其略图如图1,图中已标出主要路线,各路线的长度如表1中所示。任务定义:找出从任意场所到达另一场所的最佳路径(最短路径)。显然要解决这一问题要用“邻接矩阵”来存储各点间的距离,然后用Dijkstra求出最短路径。-The content of the curriculum design for the " Campus Map" plan of the campus from the University of
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:87839
    • 提供者:猫猫
  1. Module1

    0下载:
  2. VB编程MO最短路径编程学习资料,质量高-Programming VB Programming mo study the shortest path information and high quality
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:2166
    • 提供者:缪小红
  1. SHORT

    0下载:
  2. 本程序采用了动态规划的方法来求最短路径的问题-This procedure uses dynamic programming approach to the problem of seeking the shortest path
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:232051
    • 提供者:lin
  1. ComplexNetworkPackage32bit

    0下载:
  2. SHORTEST_PATHS Compute the weighted single source shortest path problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:1470813
    • 提供者:周界
  1. cipandiaodu

    0下载:
  2. 磁盘调度算法的实现,包括先来先服务、电梯法、最短路径优先法 -Disk scheduling algorithm, including the first-come, first serve, lift method, Shortest Path First Act
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-31
    • 文件大小:3174
    • 提供者:liuwei
  1. xll

    0下载:
  2. 校园导航用于求任意两点的最短路径以及插入新的节点和弧-Campus navigation for the order any two of the shortest path and insert a new node and arc
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2532
    • 提供者:
  1. trainSyst

    0下载:
  2. 这是一个简单的列车查询系统,含插入、删除,修改,按车次查询,按目的站、始发站查询,车费查询,路程查询等功能,用到了最短路径的算法。-This is a simple train of inquiry systems, including insert, delete, modify, inquiries by the trips, according to the purpose of station stops sending information, fare information, in
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:221276
    • 提供者:
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com