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

搜索资源列表

  1. NXP_UOC3_LCDTV_Code_Mstar

    0下载:
  2. MStar518 Scaler驱动源码 8052单片机控制Nxp经典TV方案UOCIII配合Scaler驱动 实现低成本成熟液晶电视方案-MStar518 Scaler driver source 8052 SCM control Nxp classic TV programs UOCIII with the drive to achieve low-cost mature Scaler LCD TV program
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:425039
    • 提供者:bright
  1. kruskals

    0下载:
  2. Kruskal s algorithm implementation for generating minimum spanning tree. Random network is generated. Then MST is generated using kruskals and then density gradient applied.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3070
    • 提供者:SHASHIKIRAN D
  1. MST

    0下载:
  2. 实现最小生成树的算法(包括Kruskal和Prim算法) 在codeblocks下运行-Achieve the minimum spanning tree algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:138939
    • 提供者:田飞
  1. MATLAB_MST

    0下载:
  2. 用MATLAB实现最小生成树,可以应用在网络分簇、计算权值等多种应用场合-Using MATLAB to achieve the minimum spanning tree, can be applied to network clustering, calculation of weight and many other applications
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:25101
    • 提供者:wq
  1. CodeOfACM

    0下载:
  2. 一些ACM题源码,包括部分北大poj上的题目和《新编常用算法及程序题解》里面算法的程序实现-some code of ACM problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:69360
    • 提供者:kaka
  1. MST

    0下载:
  2. 以C++語言撰寫的,題目是給一個connected graph找minimal spanning tr-Written by C++ language, and subject to a connected graph is to find minimal spanning tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:737706
    • 提供者:鄧慧鈴
  1. 1985485MinTree

    0下载:
  2. 最小生成树聚类算法,算法的实现方法很多,在此不一一介绍了-MST
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5977
    • 提供者:董再越
  1. 15-4

    1下载:
  2. Example 编译:mpicc mst.c mst 运行:本实例中使用了5个处理器。 mpirun –np 5 mst 运行结果: Input the size of matrix:9 0 4 5 8 6 2 5 7 3 5 0 8 3 1 6 4 9 5 7 2 0 6 4 1 3 8 9 4 5 6 0 5 7 2 1 6 4 5 8 7 0 2 3 4 7 4 1 4 7 5 0 7 8 4 7 8 9 3 2 1 0 6 7 4 2
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:2161
    • 提供者:aaa
  1. Primsuanfa

    0下载:
  2. 用prim算法求带权图的最小生成树,最小生成树的边集合存在mst数组中-With prim algorithm for getting the right plan with the minimum spanning tree, minimum spanning tree of the edge set of the array there mst
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:251296
    • 提供者:刘月
  1. MST

    0下载:
  2. 最小生成树的实现,算法思想源于《算法导论》-Implementation of the minimum spanning tree
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:192230
    • 提供者:Sun
  1. MST

    0下载:
  2. Two algorithm template(Kruskal Algorithm and Prim Algorithm) to help you get a Minimum Spanning Tr-Two algorithm template(Kruskal Algorithm and Prim Algorithm) to help you get a Minimum Spanning Tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3496
    • 提供者:lkq
  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 2 34 5 6 »
搜珍网 www.dssz.com