CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - edges

搜索资源列表

  1. jishui

    0下载:
  2. 一块不平整长方形土地坑坑洼洼,大雨过后,坑里都积满了水(假设边界以外的地方高度都低于边界,见下面示意图,灰色部分为长方形土地,其中深灰色部分为边界;白色部分为边界以外的地方;数字为每小块土地的高度;边界以外的数据不需要输入)。 把这块土地划分成N×M块,每块大小都是1cm×1cm。如果已知每小块土地的高度(值为正整数,单位:cm),求这块土地共可以积水多少立方厘米(积水土坑的边界只考虑前后左右,不考虑斜方向,如上图,阴影部分为可以积水的地方)。数据输入(要求使用文件输入):第一行是N、M的值
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:963
    • 提供者:mayuqiang
  1. code1

    0下载:
  2. this source code is used to decompose the image into 3 level using discreat wavelet transform. at each level image is decomposed into 4 levels , LL ,LH,HL,HH LL is the approximation of the image the other are the details of image like edges
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:11292
    • 提供者:afifayounus
  1. MiniSpanTree-Kruskal

    0下载:
  2. 克鲁斯卡尔算法(Kruskal s algorithm)是两个经典的最小生成树算法的较为的该算法的代码进行了综合和改进,把各个版本存在的简单理解的一个。本程序对网上的很多版本错误都进行了改正,并用多个例子进行测试。欢迎大家找出错误。-Kruskal s algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:3799
    • 提供者:qinxiangju
  1. Acivs09Code

    0下载:
  2. AbstractWe investigate the problem of pedestrian detection in still images. Sliding window classifiers, notably using the Histogram-of-Gradient (HOG) features proposed by Dalal and Triggs are the state-of-the-art for this task, and we base our method
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-25
    • 文件大小:53859
    • 提供者:Flavio58
  1. PathFinder

    0下载:
  2. In Graph Theory it is often required to find out all the possible paths, which can exist between a source node and a sink node. So this function returns a all such possible paths, in a matrix format. INPUTS: 1. X Matrix: Form a Nx2 matrix, wher
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2092
    • 提供者:laviista
  1. harris_pudg

    0下载:
  2. Gradient information serves several purposes. It can relate the structure of objects in an image, identify features of interest for recognition/classification directly or provide the basis of further processing for various computer vision
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:6025
    • 提供者:aisso831
  1. c_v_gdist

    0下载:
  2. procedure un matlab to plot Tanner graph, it´ s not useful to wide matrices, can´ t view de edges of de graph
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:618
    • 提供者:Juan
  1. UnsharpMaskingAndEdgeDetect

    0下载:
  2. these codes are used to sharpen the images , and detect edges of images using edge operators
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2813
    • 提供者:sudhir
  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. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),如果其中一种存储结构为十字链表或邻接多重表则增加5分。
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7099
    • 提供者:狂孙
  1. tree

    0下载:
  2. 1.必须完成图的存储功能。图的输入可由命令行完成; 2.按遍历到的先后顺序依次输出G中各结点内容; 3.以文本形式输出生成树中各条边以及它们的权值。 -1. Must complete map of the storage function. Map the input command line can be completed 2. According to the order traversal order of the output G of the contents
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3864
    • 提供者:张岩
  1. chenyang

    0下载:
  2. 度分布的形态与随机网络图相似。当<k>=K时,它有一个显著的顶点且对于大k,呈指数规律衰减。因此,网络的拓扑结构相对单一,所有节点有大约相同数量的边。-Patterns of distribution of random networks with similar plans. When <k> = K, it has a significant peak and for large k, decay exponentially. Therefore, the relat
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1867435
    • 提供者:陈立伟
  1. Group

    0下载:
  2. 实现图的建立,遍历和添加,删除点,边以及改变变的权值,求任意两点的最短路径等等操作-Implementation diagrams, the traverse and add, delete points, edges, and varying the weights, find the shortest path between any two points and so operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4251226
    • 提供者:圣王
  1. imgEdges

    0下载:
  2. Find edges of a color image
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1085
    • 提供者:abihsot
  1. detectedges

    0下载:
  2. A matlab function that is used to calculate edges of some particular image-A matlab function that is used to calculate edges of some particular image...
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:133341
    • 提供者:waqas maroof
  1. WCECS2008pp207209

    0下载:
  2. This paper proposed a new method for recognizing machine printed Arabic characters. First, four edges (left, upper, lower, and right edge) are extracted from the character image. Next, some features are extracted from the edges. Finally, a BP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:270664
    • 提供者:ammar
  1. Edge_Detection

    0下载:
  2. this program gives detail about detecting the edges of the image
  3. 所属分类:matlab例程

  1. graph

    1下载:
  2. 数据结构——图的基本结构 求给定图中的边(或弧)的数目。 求解出从给定顶点到所有顶点的最短路径(以边数计算)。 判断一个有向图g是否是一棵有向树。(任意一个顶点可能是根) 对给定的图G及出发点,设计算法从出发深度遍历图G,并构造出相应的生成树。 -Data structure- that the basic structure of the given graph edge (or arc) number. Solving out from a given vertex to a
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4182
    • 提供者:
  1. iac

    0下载:
  2. 活动轮廓模型中的iac模型,集合侧地线和无边缘活动轮廓模型的一种。-Active contour model iac model, a collection of geodesics and the active contour model without edges a.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1246
    • 提供者:chenda
  1. SnowLeaf

    0下载:
  2. 圣诞节就要到了,为了答谢新老客户的厚爱,位于普罗旺斯的Snow & Leaf咖啡屋给北航的师生邮寄来一个巨大圣诞树,上面挂满了各种各样的礼物。不同于别的圣诞树的是,上面的礼物都是一对一对的,每一对相同礼物都是用一根缘分之绳连起来的,而且对与对之间不重复。更令人兴奋的是,它长得还是特别像二叉树。 礼物人人都想拿,所以报名的人太多了。由于大家都是程序设计的高手,Snow & Leaf的老板娘就说,我当初准备缘分之绳花了很久的时间,如果你们能算出总共有多长,就可以在上面挑选一个礼物,并和选择了对应
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:yu
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com