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

搜索资源列表

  1. shuYouguandao

    0下载:
  2. 输油管道问题,从文件读取站点位置求到所有站点距离最短的管道位置-The pipeline problems from the location of the file to read the site and to all the sites the shortest distance pipeline location
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:512019
    • 提供者:高洁
  1. Dijkstra

    0下载:
  2. 求中国城市间火车距离最短的铁路线,使用Dijkstra算法,图形界面-Seeking China' s inter-city trains shortest distance from the railway line, using Dijkstra' s algorithm, graphical interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-12
    • 文件大小:5143888
    • 提供者:Neohet
  1. Dijkf

    0下载:
  2. 图中两点间最短距离的Dijkstra算法,求解最短路径的算法-Map of the shortest distance between two points of the Dijkstra algorithm, the shortest path algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:1024
    • 提供者:zhengjianhui
  1. Genetic-algorithm---TSP

    0下载:
  2. 基于MATLAB的遗传算法的旅行商(TSP)问题求解,TSP问题:有一个推销员,要到n个城市推销商品,他要找出一个包含所有n个城市的具有最短路程的环路。-Solving based MATLAB genetic algorithm traveling salesman problem (TSP), TSP problem: a salesman to sell goods to the n cities, he wants to find the one that contains all th
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:2238
    • 提供者:李先生
  1. all_shortest_paths

    0下载:
  2. calculate shortest distance between nodes in matlab
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:1613
    • 提供者:wawa
  1. Network-Analyst

    0下载:
  2. AE和C#的网络分析,包括最短距离,最近设施等-AE and C# network analysis, including the shortest distance from the nearest facility
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:184846
    • 提供者:qpzmaltv
  1. dijkstra

    0下载:
  2. 很快的求出各点对之间的最短距离,并且记录路径。-Quickly find out the point to the shortest distance between, and record path.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:605
    • 提供者:王程序
  1. airroute

    0下载:
  2. 航线选择问题 问题描述 某个国家有 N 个城市,分别编号为 1 到 N。旅行者通过该国的机场售票处了解到 N 个城市之间的所有航班,每个航班都有两个属性,航程和费用,航线是双向的。 旅行者的出发点是城市 1 ,他的目的地是城市 N ,由于飞机票的价格不菲,而旅行 者携带的现金又是十分有限,而他希望使用有限的现金,尽快到达目的地。 编程任务 帮助旅行者计算出,在他所携带现金的范围内,从出发点到目的地的最短距离-Route choice problems describe
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:57308
    • 提供者:
  1. Djikstra

    0下载:
  2. 利用Djikstra算法计算最短路,输入的参数为一个矩阵,可以是无向图或者有向图-calculate the shortest distance
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:598
    • 提供者:zy
  1. Floyed-Distance-Algrothem

    0下载:
  2. 利用弗洛伊德算法实现的路由之间最短路径的计算,适合想学习算法的同学,同时可以操作文件,把初始状态的路由表记录下来作为对照-Calculation of the shortest path between the routing algorithm Freud, for students learning algorithm, can be operated at the same time file, the initial state of the routing table is recor
  3. 所属分类:CSharp

    • 发布日期:2017-11-03
    • 文件大小:37367
    • 提供者:haochen
  1. All_Path

    0下载:
  2. 所有路径算法,可以用在最短距离上,C++用得着-All path algorithm can be used in the shortest distance
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:20937
    • 提供者:wangliang
  1. matlab

    0下载:
  2. 图论的一些算法(矩阵运算以及计算任意两点间的最短距离)-Algorithm (matrix operations, and to calculate any two points of the graph theory, the shortest distance between)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:2657
    • 提供者:姚明
  1. NetAnalyse

    0下载:
  2. mapgis版本为K2 sp2 学习版 这个示例是一个用于网络分析的示例, 可以实现网络分析,路径分析,最短距离分析。 最近学习C# mapgis二次开发,制作过程中一边学习一边编写的示例程序。 传上来和大家交流-mapgis version for K2 sp2 learning version of this example is an example for network analysis, network analysis, path analysis, the sho
  3. 所属分类:GIS program

    • 发布日期:2017-11-24
    • 文件大小:351661
    • 提供者:admin
  1. daoyouyouxi

    0下载:
  2. 该程序在TC3.0环境下编译通过,共有5个函数。分别是Introduce,shortestdistance,floyed,display及main。 其功能分别是: Introduce:地点介绍函数。 Shortestdistance:计算两地的最短距离。 Floyed:floyed算法求两地的最短距离。 Display:打印两个地点的路径及最短距离至屏幕。 Main:总体控制各函数并提供原始数据。 -The program compiled by TC3.0 env
  3. 所属分类:Other Games

    • 发布日期:2017-11-23
    • 文件大小:16516
    • 提供者:郑雯雯
  1. TSP

    0下载:
  2. 人工智能中的经典算法,TSP模拟退火算法。本程序简单实现了的用模拟退火算法实现了旅行商问题。只需在文本cities中输入各个城市之间的距离,运行程序后就可以求出旅行各个城市的最短距离。适合学习人工智能和对该算法有兴趣的同学使用。-Classic artificial intelligence algorithm, TSP simulated annealing algorithm. The program is simple to achieve with simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:37192
    • 提供者:李辉
  1. Genetic-Algorithm

    0下载:
  2. 本程序用遗传算法基于C语言解决10个城市的旅行商问题,可求出10个城市之间的最短距离。-The procedures used to solve a 10-city traveling salesman problem, genetic algorithm based on the C language can be calculated the shortest distance between the 10 cities.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:8217
    • 提供者:haqier
  1. Neural-network

    0下载:
  2. 神经网络。在一些数据中,计算城市相互之间的最短距离。-Neural network. In some of the data, calculate the shortest distance between cities
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:1123
    • 提供者:詹东文
  1. the-average-path-length

    0下载:
  2. 问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为 ,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1) 要求:输入邻接矩阵表示的图,计算其平均路径长度-Descr iption of the problem: the averag
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:13023
    • 提供者:cagfaiss
  1. ZDJLSF

    0下载:
  2. 最短距离算法.zip,球两者间最短距离的算法-The shortest distance algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:2228
    • 提供者:honkleo
  1. dv

    0下载:
  2. 迪杰斯特拉算法,求多个路由器之间最短距离-Dijkstra algorithm, find the shortest distance between multiple routers
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:1316
    • 提供者:章章
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com