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

搜索资源列表

  1. btree

    0下载:
  2. Trees are natural structures for representing certain kinds of hierarchical data. A (rooted) tree consists of a set of nodes (or vertices) and a set of arcs (or edges). -Trees are natural structures for representing certain kinds of hierarchical data
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:16180
    • 提供者:
  1. xyk

    0下载:
  2. 由键盘输入多边形的边数,求其内角和,可以用逐个数字进行试用。-Keyboard input from a number of polygon edges, and its angle and can be used by the figures for trial.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2687
    • 提供者:陈伟
  1. Minium_Spanning_Tree(Kruskal)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用克鲁斯卡尔算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:8055
    • 提供者:利莉
  1. minimal_spanning_tree(Prims)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用Prims算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:17172
    • 提供者:利莉
  1. Ver3_0_source

    0下载:
  2. A tutorial and open source code for finding edges and corners based on the filters used in primary visual cortex.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:181561
    • 提供者:moyini
  1. m_graph

    0下载:
  2. Adjacent Matrix 以一個N*N的陣列來表示一個具有N個頂點的圖形 我們以陣列的鎖列值來表示頂點以陣列的內容值來表示頂點間的邊是否存在-Adjacent Matrix with a N* N array to express an N vertex graph, we lock out the array values to express the content of vertex array vertex values to express the existence o
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1043
    • 提供者:shium
  1. graph

    0下载:
  2. 图的一系列性质,通过输入图的结点和边,输出图的各种矩阵,并可判断图是否是连通图,欧拉图等性质.-Map a series of nature, by entering the graph nodes and edges, the output map of various matrices, and to determine whether it was connected graph chart, such as the nature of the Euler diagram.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:2913
    • 提供者:Jimmy
  1. grath

    0下载:
  2. 用来建立一个图,输入边和权值,可以求得最短路径-Used to set up a map, enter the edges and weights, you can find the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2909
    • 提供者:寒风
  1. moving_average_v3.1

    0下载:
  2. Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:100158
    • 提供者:王平
  1. BlobExtraction

    0下载:
  2. 根据灰度值查找图源上的blob。并找出所有的边界点。-Find BLOBS AND THE EDGES.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:9339
    • 提供者:guoyan
  1. redundantpaths

    0下载:
  2. c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that u
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1748
    • 提供者:jazz
  1. ShortestPaths

    0下载:
  2. Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:jazz
  1. ShortestPathsEdge

    0下载:
  2. In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen as the sh
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1575
    • 提供者:jazz
  1. EdgeDisjointCycles

    0下载:
  2. Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the ed
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1492
    • 提供者:jazz
  1. EDGE_SOBER

    0下载:
  2. The program is used to detect the edges of the image using Sobel method.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1887
    • 提供者:KuduK
  1. EDGE_LAPLASS

    0下载:
  2. This program is used to detect the edges of the image using Laplass method.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1711
    • 提供者:KuduK
  1. Canny_method

    0下载:
  2. I think some of the edges aren t getting detected becuase of the sobel filters not catching the edges, but I m not sure. I think the thick lines are from not doing the supression and hysteresis properly. Here is my canny edge code and convolution
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:2630
    • 提供者:KuduK
  1. HARTLEY.ZIP

    1下载:
  2. The frequency domain plays an important role in image processing to smooth, enhance, and detect edges of images. Although image data typically does not include imaginary values, the fast Fourier transform (FFT) has been used for obtaining spect
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:4176
    • 提供者:archit
  1. draw-tree

    0下载:
  2. 伸展树,基本数据结构,The tree is drawn in such a way that both of the edges down from a node are the same length. This length is the minimum such that the two subtrees are separated by at least two blanks.-The tree is drawn in such a way that both of the edges
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3659
    • 提供者:GK
  1. Hough

    0下载:
  2. Hough变换 使用matlab随机函数,计算输入图像的Hough变换。-Hough Transform.Use matlab s radon function to compute the hough transform.or threshold its edges.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:963
    • 提供者:汪蔷
« 1 2 3 4 5 67 8 9 10 11 ... 42 »
搜珍网 www.dssz.com