搜索资源列表

  1. zb2

    0下载:
  2. 有向图的强连通的分量的实现-directed graph strongly connected component of the realization
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:张冰
  1. sgraph

    0下载:
  2. 数据结构中的求强连通分量的源程序,用vc6.0来编写-data structure for the strongly connected component of the source used to prepare vc6.0
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:叶芦芦
  1. GraphCC

    0下载:
  2. 有向图的强连通分量算法的java语言实现,-directed graph algorithms strongly connected component of java language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:黄牛
  1. scc

    0下载:
  2. 递归算法求一个有向图的强连通分量,输入格式如压缩包中data4.txt,第一行为顶点个数。输出到result.txt中。-recursive algorithm for a directed graph strongly connected component, the input format such as compression package data4.txt. the first acts of the number of
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:王军
  1. depthFirstDigraph

    0下载:
  2. 用java语言深度优先回溯法实现有向图的强连通分量-Using java language backtracking depth-first to achieve directed graph strongly connected component
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:上将
  1. graph

    1下载:
  2. 实现了图的主要操作:(1)分别用邻接矩阵和邻接表实现图的基本操作(包括图的广度和深度优先搜索);(2)判断该图是否连通,输出该图的连通分量数目;(3)输出一个每一个连通分量的最小生成树。-The main achievement of the plan steps: (1), respectively, with adjacency matrix and adjacency list to achieve the basic map o
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:20480
    • 提供者:李雅芳
  1. connect

    0下载:
  2. 顶点倒塌(Vertex Collapse)算法中,一开始图中的N个顶点看作N个孤立的超顶点(Super Vertex),算法运行中,有边连通的超顶点相继合并,直到形成最后的整个连通分量。每个顶点属于且仅属于一个超顶点,超顶点中标号最小者称为该超顶点的根。-Collapsed vertex (Vertex Collapse) algorithm, one began to map the N vertices as N isolated
  3. 所属分类:并行运算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:chj
  1. ccl

    0下载:
  2. Connected Component Labeling
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:李恆寬
  1. Cpp1

    0下载:
  2. 求强连通分量,好像只是判断有几个强连通分量的。-Strongly connected component, it seems only a judge has several strongly connected components.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:
  1. basic_image_processing

    0下载:
  2. 寻找图像物体的外轮廓,通过Connected component分析实现-Find images of objects outside the contour, through the Connected component analysis to achieve
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:常兰兰
  1. ComponentLabeling

    0下载:
  2. connected component labeling
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:soso
  1. connected_components

    0下载:
  2. This program calculates the number of connected components in a graph (Two vertices are in the same connected component of the graph, if there exists a path between these two vertices.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:prongs
  1. ImageLabel

    0下载:
  2. java实现图像连通区域算法 *ImageLabel is an algorithm that applies Connected Component Labeling *alogrithm to an input image. Only mono images are catered for.-*ImageLabel is an algorithm that applies Connected Component Labe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:程磊
  1. fdgd

    0下载:
  2. 强连通分量的实现 强连通分量的实现 -Strongly connected component strongly connected component to achieve the realization of strongly connected components to achieve the realization of strongly connected components
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:cjl
  1. ccl

    0下载:
  2. python code to do connected component labeling of the thresholded image
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:formjk
  1. contour_cca

    0下载:
  2. A rough implementation of "A Component-Labeling Algorithm Using Contour Tracing Technique" paper on an implementation of connected component algorithm using contour tracing, allowing the algorithm to do connected compone
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1009664
    • 提供者:Hao Wooi Lim
  1. cvblobslib_OpenCV_v8_3

    0下载:
  2. this useful program for identifying blobs in video stream . called connected component labeling Algo. -this is useful program for identifying blobs in video stream . called connected component labeling Algo.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-18
    • 文件大小:65536
    • 提供者:uomhacker
  1. imgproc_v0.15_bin

    0下载:
  2. this is very simple connected component algo. we can easily understand this algo as well .
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:31744
    • 提供者:uomhacker
  1. xxd

    0下载:
  2. 二值图像连通域标记快速算法,能进行区域检测,附代说明文档-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:47104
    • 提供者:lq8712b3
  1. Connected-component-labelling-by-an-Iterative-alg

    0下载:
  2. Connected component labeling by an Iterative algorithm used for labeling image pixel.It will divide the region according to pixel value.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:Manish
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org