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

搜索资源列表

  1. Monophyletic-shortest-path

    0下载:
  2. Dijkstra提出按各顶点与源点v间的路径长度的递增次序,生成到各顶点的最短路径的算法。既先求出长度最短的一条最短路径,再参照它求出长度次短的一条最短路径,依次类推,直到从源点v 到其它各顶点的最短路径全部求出为止。-Dijkstra proposed by the vertex and the path between the source point v in increasing order of length, to generate the shortest path to each
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:724
    • 提供者:庞存岐
  1. shortest-path-algorithm-

    0下载:
  2. 有多个经度纬度已知的地点,用退火算法求最短路径。求一个从点1 出发,走遍所有中间点,到达点102 的一个最短路径。-There are several known longitude-latitude locations, the shortest path algorithm with annealing. Seeking a departure from the point 1, traveled all the intermediate points, to reach a 102-poi
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3370
    • 提供者:zhouyanghua
  1. Shortest-Path-Based-on-Delay-PCNN

    0下载:
  2.  本文在脉冲耦合神经网络(PCNN2Pulse Coupled Neural Network) 的基础上,提出了时延脉冲耦合神经网络 (DPCNN2Delay PCNN) ,并将其成功地用于求解最短路径,同时给出了基于DPCNN 的最短路径求解算法. Caulfield 与 Kinser 提出了用PCNN 求解迷宫问题的方法,虽然他们的方法也可用于求解最短路径,但所需神经元的数量巨大,而本 文的方法所需的神经元的数量远小于他们的方法. 同时,本文的方法充分利用了DPCNN 脉冲快速并
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:102175
    • 提供者:wangxx
  1. Shortest-path

    0下载:
  2. 因特网最短路径优先(OSPF)路由算法的实现:根据给定的网络拓扑图求某路由器到其它路由器的最短路径,并生成路由表-Internet Shortest Path First (OSPF) routing algorithm to achieve: given the network topology of a router to other routers find the shortest path, and generate routing tables
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10293
    • 提供者:孙彭
  1. Shortest-path

    0下载:
  2. 使用迪杰斯特拉最短路径算法,非常的简单,仅供参考。-Shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9753
    • 提供者:terry
  1. Single-source-shortest-path

    0下载:
  2. 单源最短路径的求解,摘自百度! 希望对大家有帮助!-Single-source shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2121
    • 提供者:fanbo
  1. Ant-colony-algorithm-

    0下载:
  2. 本文件里描述了用蚁群算法寻找最短路径的方法,以及相应的搜索路线图形表示-This document describes the use of ant colony algorithm to find the shortest path method, and the corresponding graphical representation of the search line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:91537
    • 提供者:加俊
  1. Shortest-path

    0下载:
  2. 弗洛伊德(Floyd)算法 MPI并行算法 MPI.h MPI.c源码-Floyd (Floyd) algorithm source MPI parallel algorithm MPI.h MPI.c
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:268176
    • 提供者:riter
  1. shortest-path

    0下载:
  2. 介绍了如何在matlab中最短路径的实现问题-Describes how the shortest path in matlab implementation issues
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:30054
    • 提供者:缺月
  1. Network-node-shortest-path

    0下载:
  2. 此代码实现了网络结点之中最短路径的计算,并输出了各个网络结点的路由表 ,路由表包括:目的网络,下一跳,代价,详细地址。此代码的原理是Dijstra算法。在代码的注释中有测试用例,用户测试时只需将程序运行后再将测试用例复制到DOS黑框中即可。测试用例中有详细的用例解释。-This code implements the network nodes being the shortest path calculation, and output of each network node routi
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1439
    • 提供者:刘伟强
  1. shortest-path

    0下载:
  2. 图的最短路径算法的实现,功能为图的最短路径算法-shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1149
    • 提供者:宗畅
  1. graph-of-shortest-path

    0下载:
  2. 带权有向图最短路径算法。应该可以直接运行的,很方便。-Weighted directed graph shortest path algorithm. Should be able to run directly, it is convenient.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1284
    • 提供者:JASON____WANG
  1. shortest-path-algorithm

    0下载:
  2. shortest path algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4394
    • 提供者:c
  1. The-shortest-path-problem

    0下载:
  2. 最短路径问题。两个点A与B之间有多条路,从A到B有多条方案。求A到B的最短路径-The shortest path problem.There are several paths from point A to B.Now we want to know which path is the shortest.Ihis program can help us desolve the Transportation problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4386
    • 提供者:zhangyue
  1. Two-techiniques-for-finding-shortest-path

    0下载:
  2. "Two techiniques for finding shortest path" is a IEEE project and i giva a sample code for that project.
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:3356
    • 提供者:Anil Surendar
  1. the-shortest-way-to-fly

    0下载:
  2. 求解欧洲航线上任何两点的最短飞行路径(共载入20个城市)-the shortest way to fly to every cities of Europe
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:2205
    • 提供者:tanhaiqing
  1. shortest-path

    0下载:
  2. 采用vb+ae(arcengine),实现最短路径的生成-get the shortest path from a to b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1338
    • 提供者:波波
  1. Shortest-Path

    0下载:
  2. GIS编程,求网状图中A点到B点的最短路径。-Shortest Path
  3. 所属分类:GIS program

    • 发布日期:2017-04-08
    • 文件大小:11661
    • 提供者:扎拉
  1. The-shortest-path-optimal--program

    0下载:
  2. 本科的毕业设计,基于matlab的最短路径规划设计仿真算法,可以来看一看-Undergraduate course graduation design, the shortest path planning based on matlab simulation algorithm design, can take a look
  3. 所属分类:matlab

    • 发布日期:2016-05-27
    • 文件大小:4096
    • 提供者:廖灿
  1. Traffic-shortest-path

    0下载:
  2. 交通图最短路径程序,解决各大城市之间的最短交通路线(数据结构图)。-Transport the shortest path program (graph algorithms, data structures), to solve the shortest transport routes between major cities.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1978
    • 提供者:宋永强
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com