CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - SHORTEST-PATHS

搜索资源列表

  1. TRA3

    0下载:
  2. 旅行商算法算出全国31外城市的最短单源路径。-traveling salesman algorithm calculates the country's 31 cities outside the single source shortest paths.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1889
    • 提供者:qw
  1. FindShortPath.rar

    1下载:
  2. arcgis+C#组件 写的 实现 最短路径分析,arcgis+ C# component to write to achieve the shortest path analysis
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:83809
    • 提供者:赵辉
  1. vb_Mapinfo_ShortPath

    0下载:
  2. GIS源代码 (MAPX 最短路径算法)-GIS source code (MAPX shortest path algorithm)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:179521
    • 提供者:leo
  1. ShortestPaths

    0下载:
  2. Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:jazz
  1. ShortestPathsEdge

    0下载:
  2. In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen as the sh
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1575
    • 提供者:jazz
  1. ALG_K_ShortPath

    0下载:
  2. this a program to count the shortest path in a graph-this is a program to count the shortest path in a graph
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:387018
    • 提供者:nitadewi
  1. Shortest_path_counting

    0下载:
  2. acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:212417
    • 提供者:张波
  1. MazeGame

    0下载:
  2. 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。要求:1)老鼠形象可辨认,可用键盘操纵老鼠上下左右移动;2)迷宫的墙足够结实,老鼠不能穿墙而过;3)正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败;4)添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙;5)找出走出迷宫的所有路径,以及最短路径。利用序列化功能实现迷宫地图文件的存盘和读出等功能-The beginning of t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:7856
    • 提供者:xiliting
  1. migong

    0下载:
  2. 迷宫问题,有详细的注释,实现了自己设置入口出口,可找所有路径和最短路径并输出所有路径-Maze problem, there are detailed notes, to achieve its own entrance exit he could find all the paths and the shortest path and the output of all paths
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1827
    • 提供者:朱科圣
  1. SchoolScenes_Guide

    0下载:
  2. 用无向网表示你所在学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等信息,图中的边表示景点间的道路,存放路径长度信息等。 要求事先一下功能: (1) 查询各顶点的相关信息。 (2) 查询图中任意两个景点之间的最短路径。 (3) 查询图中任意两个景点之间的所有路径。 --Free to the net means that the school campus attractions in your plans, the graph vertices of
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:519415
    • 提供者:欧阳云飞
  1. Dijkstra

    0下载:
  2. 求解Dijkstra 前k条最短路径,非常实用,编译已通过-Dijkstra solved before the k shortest paths
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:913
    • 提供者:花无缺
  1. k_shortest

    0下载:
  2. 本程序的功能是寻找前k条最短路径,在DOS窗口中先输出了网络节点的拓扑结构,然后输入源节点与目的节点,输出最短路径以及前k条最短路径。 -The functionality of the program is to find pre-k shortest paths. First output in the DOS window of the topology of the network node, and then enter the source node and destinatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2429
    • 提供者:shenjian
  1. migong_all_path

    0下载:
  2. 迷宫问题,完成的是一个现实中的迷宫游戏求最短路径及所有路径的问题,本程序相对于航班信息查询系统比较简单,主要包含使用系统迷宫(可以选择迷宫的入口和出口,并输出所有路径和最短路径),使用新建迷宫(可以自己设计迷宫的大小,及所有通路,可以选择迷宫的入口和出口,并输出所有路径和最短路径),用到了栈的使用,如栈的创建、入栈、出栈等函数功能。 -Maze problem, complete the maze is a real game for the shortest path and all path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9071
    • 提供者:lijin
  1. VRPH-1.0.0

    0下载:
  2. Furthermore, the simulator actually build in another algorithm - Dijikstra Algorithm. This algoritm is the best and fastest algo in solving shortest path problem. It s actually used to compare wtih GA in solving a specified situation. Simulator also
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:137596
    • 提供者:celine
  1. Graphalgorithm

    0下载:
  2. 图论算法实现,含树,欧拉圈,霍夫曼编码,图的连通性,着色树,最短路径等,且采用加载皮肤界面,界面美观-Graph algorithms, including trees, Euler circles, Huffman coding, graph connectivity, coloring trees, shortest paths, and the interface with loads of skin, beautiful interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1145340
    • 提供者:zc
  1. ShortestRoute

    0下载:
  2. .net环境下用c++写的最短路径,能读取数据文件,也可以在vc++6.0下运行,改一下头文件就行-The.net environment written in c++ the shortest paths, can read data files, also can run in vc++ 6.0, change a head file will do
  3. 所属分类:.net

    • 发布日期:2017-05-10
    • 文件大小:2488857
    • 提供者:
  1. Installation-Setup

    0下载:
  2. Many interesting route planning problems can be solved by computing shortest paths in a suitably modeled, weighted graph representing a transportation network. Such networks are naturally road networks or timetable networks of public transportati
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:10868
    • 提供者:manolin
  1. shortestpath

    0下载:
  2. 输入图,输出最短路径。输入的图需要是 起点 距离 终点 格式-The program first read the input file to create node link list with name of nodes and count the number of nodes. Then it reread the input file to form the adjacency matrix of the graph. It has functions of creating, add
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4899
    • 提供者:JU Sida
  1. Shortest-Path

    0下载:
  2. 在网络通信中,经常需要求最短路径。但完全采用最短路径传输有这样一个问题:如果最终在两个终端节点之间给出的最短路径只有一条,则在该路径中的任一个节点或链路出现故障时,信号传输将面临中断的危险。因此,对网络路由选择作了以下改进:为任意两节点之间通信提供两条路径供其选择,即第一最短路径、第二最短路径.使用数据结构编程实现,程序=算法+数据结构的很好体现-In network communication, often request the shortest path. But totally shor
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:274455
    • 提供者:冉戆
  1. Desktop

    0下载:
  2. 计算网络节点介数,节点的介数为网络中所有的最短路径中经过该点的数量比例。-Calculate the number of referrals referral network node number of nodes in the network all the shortest paths through the ratio of the number of points.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:闫青
« 12 »
搜珍网 www.dssz.com