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

搜索资源列表

  1. Main

    0下载:
  2. MST printing using queue.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1895
    • 提供者:Saad
  1. Orca_chs

    0下载:
  2. Orca(Msi文件编辑器) Orca 是一款由微软提供的用于 Windows Installer 数据库表编辑器。可用来编辑 Windows Installer 数据库文件 (.msi) 文件,合并模块 (.msm) 文件,补丁 (.msp) 文件,内部一致性计算程序 (.cub) 文件和补丁创建属性 (.pcp) 文件。是修改和本地化 Windows Installer 数据库的最佳辅助工具。 主要特点有: - 可以任意添加、删除、导入、导出和重新构架数据表; - 可以任意
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4751121
    • 提供者:huihui
  1. Prim

    0下载:
  2. 算法特点:该算法的特点是当前形成的集合T始终是一棵树。将T中U和TE分别看作红点和红边集,V-U看作蓝点集。算法的每一步均是在连接红、蓝点集的紫边中选择一条轻边扩充进T中。MST性质保证了此边是安全的。T从任意的根r开始,并逐渐生长直至U=V,即T包含了 C中所有的顶点为止。MST性质确保此时的T是G的一棵MST。因为每次添加的边是使树中的权尽可能小,因此这是一种"贪心"的策略。 -Algorithm characteristics: the algorithm is characteriz
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1102
    • 提供者:吕济根
  1. Simulatin

    0下载:
  2. 实现了MST,Narada,Yoid等多种应用层组播算法,计算其性能参数-complement MST, Narada, Yoid algorithm, calculate their performance parameters
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14566994
    • 提供者:liangyuan
  1. MST712_T1211_PCB_SCH

    1下载:
  2. MST712小尺寸TCON控制器原理图,可以做监视器移动DVD显示主控-MST712 small size TCON controller schematic, you can do mobile DVD shows the master monitor
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-12-20
    • 文件大小:1091869
    • 提供者:刘皓杰
  1. 034_NICOLASREGNAULD_gen

    0下载:
  2. 介绍了支持GIS的数据结构,包括MST图,V图,D图等-SPATIAL STRUCTURES TO SUPPORT AUTOMATIC GENERALISATION
  3. 所属分类:GIS program

    • 发布日期:2017-04-16
    • 文件大小:183455
    • 提供者:刘清华
  1. algorithmPrim

    0下载:
  2. A C++ Program to implement the Prim s Algorithm to solve Minimum Spanning Tree Problem (MST).
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2126
    • 提供者:akanmanu
  1. XGraph2

    2下载:
  2. 能够建立有向图无向图的邻接矩阵和邻接表表示法,深度优先和广度优先搜索,能够存储和显示相应的搜索结果(深度优先或广度优先生成森林(或生成树)、深度优先或广度优先序列和编号)。以文件形式输入图的顶点和边,并显示相应的结果。-To build a directed graph undirected adjacency matrix and adjacency list representation, depth-first and breadth-first search, to store and
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-25
    • 文件大小:30219
    • 提供者:zhangjing
  1. Incremental-shortest-path-algorithm

    0下载:
  2. 最短增量路径算法,先找到从第源点到汇聚点的所有路径(生成树),然后再依次找出每条路径的最大流量并同时修改矩阵的流量减该路径的最大流量,最后相加每条路径的流量得到总的最大流量-Incremental shortest path algorithm, first find from the source to a focal point of all paths (MST), and then turn to find the maximum flow of each path and also c
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1423
    • 提供者:kbz
  1. MST

    0下载:
  2. 数据结构:C++语言实现最小生成树的算法。-Data structure: C++ language for minimum spanning tree algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:675
    • 提供者:yangdingyi
  1. MST

    0下载:
  2. 最小生成树算法代码,采用堆的知识,并用prim算法来实现。-Minimum spanning tree algorithm code, using of the heap , and with the prim algorithm to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1479
    • 提供者:田田
  1. DSFGraphaprim-MST

    0下载:
  2. 深度优先遍历图,并用kruscal算法求最小生成树-Depth-first traversal map, and for the Minimum Spanning Tree with kruscal
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:222256
    • 提供者:董飞
  1. greedy

    0下载:
  2. 这是算法设计与分析课程实验, 贪心算法实验的简单的源代码,包括汽车加油,多级调度问题 ,prim最小生成树-This is the algorithm design and analysis course experiment, the experiment simple greedy algorithm source code, including vehicle refueling, multi-level scheduling problem, prim MST
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2231
    • 提供者:林达
  1. MST

    0下载:
  2. Minimum Spanning Tree finding of a graph
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5237
    • 提供者:anis
  1. prime

    0下载:
  2. Prime算法求解最小生成树的java呈现-prime mst
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:577
    • 提供者:shixuehai
  1. mst-paper

    0下载:
  2. regarding Mid sem question papers
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3231
    • 提供者:preeti
  1. SnP-MST--1-2011

    0下载:
  2. Switch gear and protection
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:5034
    • 提供者:preeti
  1. Sweet-Controls-v3.65-For-Delphi-4.5.6.7.2005-Crac

    0下载:
  2. Sweet Controls v3.65 For Delphi 4.5.6.7.2005 Cracked Mst
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-25
    • 文件大小:8627211
    • 提供者:sinbh
  1. MST

    0下载:
  2. Histograms comparaison
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:27043
    • 提供者:ibtissem
  1. MST9E19B

    0下载:
  2. MSTAR MST9E19B 9E19B MST
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-10
    • 文件大小:2382196
    • 提供者:
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com