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

搜索资源列表

  1. 495362bgasteiner

    0下载:
  2. steiner树的具体描述,用vc++编写,是个好东西 -STEINER specific descr iption of the tree, with vc prepared is a good thing
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:713458
    • 提供者:lin
  1. 568681geosteiner-3[1].1

    0下载:
  2. 很少的steiner算法,大家可以一起来研究一下-little STEINER algorithm, we can look at one up
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1973303
    • 提供者:lin
  1. thesis

    0下载:
  2. 关于组播问题的介绍,中间有steiner介绍-Multicast on the issue, briefed middle STEINER
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:253731
    • 提供者:linbing
  1. tr96013[1].ps

    0下载:
  2. 关于steiner介绍,中间有ps格式,可以把其转为pdf格式-on STEINER, middle ps format can be converted to look at the pdf format
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:182300
    • 提供者:linbing
  1. geosteiner-3.1

    0下载:
  2. 生成直角Steiner树的程序包-generated rectangular Steiner tree package
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1973303
    • 提供者:胡周
  1. geosteiner-3.1.tar

    0下载:
  2. A classic Steiner tree constructor based on branch-and-bound with the most close-to-optimum solution quality
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:530451
    • 提供者:Ernesto Liu
  1. gcl.src.tar

    0下载:
  2. BOI version of Steiner tree construction, practical and popular for manhattan VLSI routing, generate a Steiner minimum tree for given set of terminals in a layout plane-BOI version of Steiner tree construction, practical and popular for manhattan VLS
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-03
    • 文件大小:365971
    • 提供者:Ernesto Liu
  1. PTree.tar

    0下载:
  2. PTree: Find the optimum Steiner tree for a given terminal sequence. Linear runtime complexity. Optimum solution.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-02
    • 文件大小:139823
    • 提供者:Ernesto Liu
  1. 1

    0下载:
  2. 基于最小生成树的Steiner最小树生成算法-Based on Minimum Spanning Tree Algorithm for Steiner minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:148447
    • 提供者:wuyan
  1. Steiner

    0下载:
  2. 遗传算法在Steiner树中的应用 遗传算法的相关论文-In order tO solve the subject of Steiner minimum spanning tree,an adaptive genetic algorithm is introduced.The Steiner minimum spanning tree is transformed into a combination-optimization problem and a triabselection m
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:36104
    • 提供者:利用
  1. SteinerGADlg

    0下载:
  2. Steiner Genetic Algorithm. Genetic Algorithm used to search for maximum/minimum value of a given function using the concept of chromes and genes.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:7736
    • 提供者:Aseng Zing
  1. Manhattan

    0下载:
  2. 在 VLSI 设计中,多点互连是物理设计阶段的关键问题之一,而互连的点数等于 2 或大于 2 分别对应于 Manhattan 空间上有障碍时的最短路径问题和最小 Steiner 树问题,显然前者是后者的基础.连接图是研究最短路径 问题的有效工具,已有的典型连接图包括基于轨迹的GC 和GT 以及基于自由区的GF 和GG.工作包括3个方面:设计并分析了在各种连接图上实现动态的点对之间的最短路径查询算法 分析了在各个连接图上构造 3-Steiner 树的算 法,对于已有的 GC 上的 3-
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:596318
    • 提供者:东方雨
  1. kmb

    0下载:
  2. 一种经典的组播算法---kmb算法,KMB由Kou、Mrakousky和Bermaa提出,它是有关求解Steiner树最著名的一个较为快速的启发式算法。-A classic multicast algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1592116
    • 提供者:
  1. SHY95

    0下载:
  2. 基于天气雷达的SHY95也就是steiner,1995的降水类型识别算法。-convective and stratiform segregation (SHY95)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:2042
    • 提供者:孙赫敏
  1. steiner-base-min-path

    0下载:
  2. 详细介绍了基于最短路径的施泰纳树问题,还有一篇是基于最小生成树的施泰纳树问题-Details of the Steiner tree problem based on the shortest path, there is a minimum spanning tree based Steiner tree problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:729
    • 提供者:Lavender
  1. steiner-base-on-min-tree

    0下载:
  2. xiangx详细介绍了基于最小生成树的施泰纳树问题,还有一种方法是介绍基于最短路径的施泰纳树-xiangx detailing the minimum spanning tree based Steiner tree problem, there is a way to introduce the shortest path based Steiner tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:915
    • 提供者:Lavender
  1. OPSO

    0下载:
  2. 基于斯坦纳树的配电网规划研究程序,可以更好的为配电网规划做研究。-Distribution network planning research program based on Steiner tree, can be better for distribution network planning research.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6996
    • 提供者:韩翔宇
  1. stan

    0下载:
  2. 能够在若干个有欧氏距离的点中找到一棵最小生成树,并据此生成一棵斯坦纳最小树,使得在添加了若干个辅助点以后,这棵树的长度接近最短(优化)。-For some points,it can find a Steiner tree (a similarly shortest tree).
  3. 所属分类:transportation applications

    • 发布日期:2017-06-16
    • 文件大小:25162611
    • 提供者:张曦
  1. KBMPH

    0下载:
  2. 图论中的kbmph算法,用于解决基于加权节点的Steiner树问题-Graph theory kmp algorithm for solving the problem based on a weighted Steiner tree node
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3464
    • 提供者:纪亚宝
  1. KMB

    0下载:
  2. 图论中KMB算法,用于解决加权节点的Steiner树的问题。-KMB graph theory algorithms for solving weighted Steiner tree problem nodes.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:9291
    • 提供者:纪亚宝
« 12 »
搜珍网 www.dssz.com