您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Dijkstra-Shortest-Path

  2. 关于最短路径得malab程序算法.求单元点到各原点的最短距离
  3. 所属分类:其它

    • 发布日期:2009-05-06
    • 文件大小:51200
    • 提供者:xaofeng1364
  1. 查找关键路径(shortest path)

  2. 查找关键路径(shortest path)
  3. 所属分类:Java

    • 发布日期:2009-07-28
    • 文件大小:301056
    • 提供者:wuweisen
  1. shortest common sequence

  2. This shortest common supersequence problem is closely related to the longest common subsequence problem. Given two sequences X = and Y = , a sequence U = is a common supersequence of X and Y if U is a supersequence of both X and Y.
  3. 所属分类:其它

    • 发布日期:2009-10-09
    • 文件大小:5120
    • 提供者:shineboy2007
  1. Dijkstra-Shortest-Path

  2. Dijkstra-Shortest-Path
  3. 所属分类:C

    • 发布日期:2010-05-03
    • 文件大小:51200
    • 提供者:songdanlong
  1. petri net and shortest path

  2. 介绍了用Petri Net 的相关理论来求解最短路径问题
  3. 所属分类:其它

    • 发布日期:2010-07-03
    • 文件大小:423936
    • 提供者:lishuju3000
  1. matlab k shortest path

  2. matlab k shortest path code 供相关研究的学生使用
  3. 所属分类:其它

    • 发布日期:2010-08-15
    • 文件大小:5120
    • 提供者:myxs
  1. OSPF(Open Shortest Path First开放式最短路径优先)

  2. OSPF(Open Shortest Path First开放式最短路径优先)路由协议是一种典型的链路状态(Link-state)的路由协议,一般用于同一个路由域内。在这里,路由域是指一个自治系统(Autonomous System),即AS,它是指一组通过统一的路由政策或路由协议互相交换路由信息的网络。在这个AS中,所有的OSPF路由器都维护一个相同的描述这个AS结构的数据库,该数据库中存放的是路由域中相应链路的状态信息,OSPF路由器正是通过这个数据库计算出其OSPF路由表的
  3. 所属分类:网络基础

    • 发布日期:2011-07-17
    • 文件大小:451584
    • 提供者:China_JasonW
  1. 一个Shortest path程序

  2. 一个用VS开发的最短路径程序,可作为学习这方面的案例,希望对这方面的学习有所帮助。
  3. 所属分类:C#

    • 发布日期:2011-08-04
    • 文件大小:65536
    • 提供者:xueshi0525
  1. shortest path案例小程序

  2. 一个用VS开发的最短路径程序,可作为学习这方面的案例,希望对这方面的学习有所帮助。
  3. 所属分类:C#

    • 发布日期:2011-08-04
    • 文件大小:7168
    • 提供者:xueshi0525
  1. The Shortest Path Problem

  2. 最短路问题The Shortest Path ProblemThe Shortest Path ProblemThe Shortest Path ProblemThe Shortest Path ProblemThe Shortest Path Problem
  3. 所属分类:C/C++

    • 发布日期:2011-09-11
    • 文件大小:95232
    • 提供者:ldp1221
  1. Multiple Object Tracking using K-Shortest Paths Optimization

  2. K-Shortest Paths 算法相关论文
  3. 所属分类:其它

    • 发布日期:2011-10-31
    • 文件大小:5242880
    • 提供者:distinc9282
  1. k shortest Path C++

  2. 基于D算法实现K shortest Path,封装得比较好。也很方便修改类的实现。
  3. 所属分类:C/C++

    • 发布日期:2012-05-21
    • 文件大小:43008
    • 提供者:qukidond
  1. Graph problem of Island of shortest road

  2. it is a program which describe the exact use of graph of shortest road i hope it will be helpful for you !
  3. 所属分类:C

    • 发布日期:2012-11-12
    • 文件大小:3072
    • 提供者:chengjianyong87
  1. K-Shortest Paths 的MAS算法源代码C++

  2. 这里仅给出了C++的实现方法,详细的数学证明请参见相关论文。特别要指出的是葡萄牙教授Martins对此算法有深入研究,发表了为数众多的相关论文,我这里采用的也是基于他早期提出的deletion algorithm。Martins的Fortran代码可以在这个网站http://www.mat.uc.pt/~eqvm/ 下载,同时这个网站还提供大量相关论文和文献。
  3. 所属分类:C++

    • 发布日期:2013-06-17
    • 文件大小:12288
    • 提供者:z123456t
  1. An O(ND) Difference Algorithm and Its Variations

  2. The problems of finding a longest common subsequence of two sequences A and B and a shortest edit scr ipt for transforming A into B have long been known to be dual problems. In this paper, they are shown to be equivalent to finding a shortest/longes
  3. 所属分类:其它

    • 发布日期:2008-10-03
    • 文件大小:82944
    • 提供者:guoqiang1257
  1. Maximizing Lifetime for the Shortest path

  2. 论文 Maximizing Lifetime for the Shortest Path Aggregation Tree in Wireless Sensor Networks
  3. 所属分类:专业指导

    • 发布日期:2014-03-28
    • 文件大小:433152
    • 提供者:u014414860
  1. Prim算法求顶点间shortest path最短距离 C++图实现

  2. Prim算法求顶点间最短距离,算法学习中经典的shortest path类问题,用图实现,初学者可参考
  3. 所属分类:C++

    • 发布日期:2014-06-27
    • 文件大小:2048
    • 提供者:u013784415
  1. a shortest path approach to the multiple-vehicle routing problem

  2. a shortest path approach to the multiple-vehicle routing problem with split pick-ups
  3. 所属分类:讲义

    • 发布日期:2015-03-24
    • 文件大小:4194304
    • 提供者:duang77
  1. 基于K最短路径的多目标跟踪算法(Multiple Object Tracking using K-Shortest Paths Optimization)

  2. 基于K最短路径的多目标跟踪算法
  3. 所属分类:C++

    • 发布日期:2016-06-30
    • 文件大小:24576
    • 提供者:hzh1981903
  1. Priority-Based Genetic Algorithm for Shortest Path Routing Problem in OSPF

  2. Priority-Based Genetic Algorithm for Shortest Path Routing Problem in OSPF 主要介绍了遗传算法求解最短路径问题中的基于优先级的编码。这种编码方式可以很有效地解决图的最短路径等问题。
  3. 所属分类:机器学习

    • 发布日期:2019-09-08
    • 文件大小:265216
    • 提供者:weixin_37790882
« 12 3 4 5 6 7 8 9 10 ... 14 »