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

搜索资源列表

  1. ImageSegmentation

    0下载:
  2. 用MFC编写的图像分割处理程序,采用了FCM和最小生成树两种方法来对图像进行分割-MFC prepared with the process of image segmentation using the FCM and the minimum spanning tree in two ways to partition images
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:19809189
    • 提供者:张沛轩
  1. f.doc

    1下载:
  2. 题目1:图的建立与遍历;连通网的最小生成树生成实现。 内容: 1) 用邻接表表示方法建立图1所示图的存储结构,用邻接矩阵存表示方法建立图2所示网的存储结构。 2) 在图1 存储结构(邻接表)上实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 3) 按照普里姆算法,在图2所示连通网的存储结构(邻接矩阵)上实现此网的最小生成树,并输出生成树。 -Title 1: Map of the establishment and ergodicity conne
  3. 所属分类:图形图象

    • 发布日期:2012-12-25
    • 文件大小:11596
    • 提供者:sad
  1. ArffSearcher

    0下载:
  2. 使用Weka分析环境开发的基于Java的图像分割及基于内容检索程序,分割采用最小生成树分割法,检索利用的是小波和共生矩阵提取的特征。-Analysis using the Weka environment for the development of Java-based content-based image segmentation and retrieval procedures, division of segmentation using minimum spanning tree,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1734477
    • 提供者:张沛轩
  1. prim

    0下载:
  2. Prim s algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1323
    • 提供者:mr_pupu
  1. mini-span-tree

    0下载:
  2. 关于最小生成树一些算法程序 对于数学建模 图论建模等方面有重要作用-Minimum spanning tree algorithm on a number of procedures for the mathematical modeling aspects of graph theory modeling plays an important role in
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:2785
    • 提供者:june1989
  1. jisuanjihedaolun

    0下载:
  2. 大量领域应用了计算几何的问题,包括欧几里得巡回售货员问题,最小生成树问题,隐藏线问题和线性规划问题-A large number of field applications of computational geometry problems, including Euclid roving salesman problem, minimum spanning tree problem, hidden line problem and linear programming problems, a
  3. 所属分类:Fractal program

    • 发布日期:2017-05-24
    • 文件大小:7780019
    • 提供者:梦琦
  1. Prims_Algorithm

    0下载:
  2. Prim s algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:930
    • 提供者:kenny
  1. suiji

    0下载:
  2. 最小树算法画图,可以画出最小树算法的路径图-Minimum spanning tree algorithm for drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:1142
    • 提供者:jiajia
  1. min_tree

    0下载:
  2. 从conf.txt文件读取无向图矩阵 PRIM算法分步实现最小生成树-File read from conf.txt PRIM algorithm for undirected graph matrix step by step to achieve the minimum spanning tree
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2188733
    • 提供者:Simon
  1. mintree

    0下载:
  2. 一个有 n 个结点的连通图的生成树是原图的极小连通子图,且包含原图中的所有 n 个结点,并且有保持图联通的最少的边。-An n-node connected graph of the minimal spanning tree is the original connected subgraph, and contains all the n original nodes, and there are plans to maintain at least the edge of Unicom.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:933
    • 提供者:宋清华
  1. Prim

    0下载:
  2. 实现图的显示,最小生成树的动态演示,及最终显示-Achieve chart shows the minimum spanning tree dynamic presentation, and final display
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1882384
    • 提供者:吕芳
  1. graph-based-image-segmentation

    0下载:
  2. 五种当前主要的基于图的图像分割方法(normalized cut, min-cut/max-flow, isoperimetric partitioning, minimum spanning tree and random walker)的论文原文。-The original papers of five main graph-based image segmentation methods. They are normalized cut, min-cut/max-flow, isoperi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7721185
    • 提供者:zc
  1. 177969641987

    0下载:
  2. 3d分形算法生成树的demo , OpenGL + vs2008-3d fractal algorithm spanning tree demo, OpenGL+ vs2008
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:94899
    • 提供者:li
  1. tudecaozuo

    0下载:
  2. 有向图,无向图基本操作,包括: 1、邻接矩阵 2、邻接表 3、深度优先遍历 4、广度优先遍历 5、最小生成树 6、拓扑排序 7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-Directed graph, undirected graph, basic operations, including: 1, 2 adjacency matrix, adjacency table 3, 4 depth-first traversal, breadth-f
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5154
    • 提供者:learn
  1. chengxu

    0下载:
  2. 图论中最小生成树Kruskal算法 及画图程序 M-函数-Kruskal minimum spanning tree in graph theory, algorithms and functions for M-Drawing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4102
    • 提供者:chen
  1. Kruskal

    0下载:
  2. VC++代码实现连通图最小生成树的Kruskal算法-VC++ code connected graph Kruskal minimum spanning tree algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:56196
    • 提供者:ldyue
  1. Graph-theory-Kruskal-minimum-spanning-tree-algori

    0下载:
  2. Graph theory Kruskal minimum spanning tree algorithm and Paint program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:918
    • 提供者:pazoo
  1. OntoView-HAG

    0下载:
  2. 可以对本体图采用最小生成树进行简化,并采用引力法进行布局和绘制。其中绘制采用 OpenGL提供的功能。-This project can visualize ontology graph by minimum spanning tree. It takes force methods to layout the graph. It renders by OpenGL graph libraries.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:458617
    • 提供者:高志强
  1. Prim

    0下载:
  2. This algorithm to find the minimum spanning tr-This is algorithm to find the minimum spanning tree
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-11
    • 文件大小:800
    • 提供者:kmrudula11
  1. MINTREE

    0下载:
  2. 用各种求解最小生成树的算法实现最小生成树的动态演示-Solving the minimum spanning tree algorithm to achieve the dynamic presentation of the minimum spanning tree
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:4833280
    • 提供者:Daydreamer
« 12 3 »
搜珍网 www.dssz.com