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

搜索资源列表

  1. text

    1下载:
  2. 给定N个顶点、E条边的图G,完成图的相关算法,具体要求如下: 1 完成图的创建方法,即从键盘或文件输入图的信息,建立图的邻接表或是邻接矩阵存储结构。 2 给出判定图的性质的算法,即能够判定图是否是有向图、无向图、有向无环图、连通图等。 3 根据输入的图的性质,实现以下算法(选择其中一两个): 如果图是有向无环图,则先实现图的某种遍历算法,在此基础上实现图的拓扑排序算法。 如果图是连通图,则求出图的最大生成树(不是最小生成树,参考讲授的方法),即得到的生成树权值之和最大
  3. 所属分类:Other windows programs

    • 发布日期:2014-05-03
    • 文件大小:3968000
    • 提供者:kuotier
  1. index

    0下载:
  2. 读入图像,对图像进行预处理,随后检测边缘,对得到的图像进行二值化,然后进行hough变换,获得圆边界,将此图与原图叠加,增强边缘-Read into the image, the image preprocessing, edge detection followed, the resulting image binarization, and then hough transform to get round the border, this graph with the original o
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:398353
    • 提供者:谢小海
  1. CSharp-GDIPImagelab

    0下载:
  2. 可实现图片边缘检测,并标记出图片的边缘。-Image edge detection can be achieved, and mark the edges of the picture.
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:4763161
    • 提供者:nanbin Yang
  1. Campus-tour-guide

    0下载:
  2. 本演示程序中,设校园的平面图是一个无向网,顶点和边均含有相关信息,以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息,为来访客人提供图中任意景点的相关信息查询,任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 -This demo program, set up campus plan is an undirected network, vertices and edges contain relevant information, i
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:4104
    • 提供者:张妍
  1. The-Lagrange-interpolation-algorithm

    0下载:
  2. 基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:102164
    • 提供者:吴军
  1. Adjacency-matrix

    0下载:
  2. 分别以邻接矩阵和邻接表的存储结构建立图。 分别对图进行深度优先遍历和广度优先遍历。 求图中边的数目。 求顶点0到图中其余每个顶点的最短路径-Respectively adjacency matrix and adjacency list storage structure created map. Respectively graph depth-first traversal and breadth-first traversal. In the figure, the numbe
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:2636
    • 提供者:yokko
  1. EdgeContour

    0下载:
  2. MFC实现灰度图像的边缘与轮廓,包括Robert,sobel,Kirsch等各种算子的边缘检测,hough变换,轮廓提取,种子填充,轮廓跟踪等-MFC to achieve gray image edges and contours, including Robert, sobel, Kirsch other operator edge detection, hough transform, contour extraction, seed filling, contour tracking.
  3. 所属分类:Menu control

    • 发布日期:2017-05-10
    • 文件大小:2139974
    • 提供者:赵丹凤
  1. bianli

    0下载:
  2. 这是图的深度优先遍历和广度优先遍历算法,可以改变结点数和边数-This is illustrated in the depth-first traversal and breadth-first traversal algorithm, you can change the number of nodes and edges
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1118
    • 提供者:陈子文
  1. ruanjiansheji

    0下载:
  2. 软件设计中的四个小程序,牛顿法求根,万年历,算边数等。-The four small software program, Roots of Newton' s method, calendar, count the number of edges and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4720
    • 提供者:安捷伦
  1. ruanjiansheji

    0下载:
  2. 软件设计中的四个小程序,牛顿法求根,万年历,算边数等。-The four small software program, Roots of Newton' s method, calendar, count the number of edges and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4767
    • 提供者:asacoup
  1. 8

    0下载:
  2. MATLAB源程序:支持多重边的欧拉巡回的matlab程序-MATLAB source: Supports multiple edges Euler tour matlab program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:8076
    • 提供者:DHF
  1. Select_edge

    1下载:
  2. UG二次开发,选择边,函数应用,适合UG二次开发初学者-UG secondary development, selection edges, function application, suitable for beginners UG secondary development
  3. 所属分类:Windows Develop

    • 发布日期:2014-06-05
    • 文件大小:2293760
    • 提供者:何猛
  1. xbr-vs-stretchblt

    0下载:
  2. smoothing algorithm of images by detecting the edges of the image and interpolation of pixels along the edges
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:19413
    • 提供者:SamJokO
  1. Storage-experiments-undirected-graph

    0下载:
  2. 1)将右图按照邻接多重表进行存储 2)依次输出顶点表中,各顶点的数据值 3)根据邻接多重表,依次输出依附于各顶点的边,如:A: (A,B), (A,E),(A,D)。 -1) to the right in accordance with the adjacent multi-table memory 2) sequentially outputs the vertex of the table, the data values ​ ​ of the vertic
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1784
    • 提供者:selena
  1. DCT-SVD-Edge-code

    0下载:
  2. DCT-SVD Edge detection accurately detects edges in a image by using both DCT and svd output improves its performance with better snr ,psnr values
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:180962
    • 提供者:phani kumar
  1. bfstree

    0下载:
  2. It is used for Breadth First Search to search the edges in matlab
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:932
    • 提供者:priya
  1. homework_algo

    0下载:
  2. 一凸 8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。 若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T, 使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一 个三角形的权重是其各边的权重之和)。 -A convex polygon P 8 vertex clockwise {v1, v2, ..., v8}, any two vertices of t
  3. 所属分类:Console

    • 发布日期:2017-05-18
    • 文件大小:4846964
    • 提供者:Eidn
  1. FindPath

    0下载:
  2. 寻径问题: 给定n个村庄之间的交通图,若村庄i和村庄j之间有道路,则将顶点i和顶点j用边连接,边上的权Wij 表示这条道路的长度。现在要从这n个村庄选择一个村庄建一所医院,问这所医院应建在哪个村庄,才能使离医院最远的村庄到医院的距离最短? 实现的功能: 1.自动生成数据; 2.自动生成字符串; 3.显示矩阵图; 4.非法输入的判断; 5.重复输入现有的相同数据的判断; 6.动态生成一维数组,二维数组; 7.数组内数值的比较以及输出; 8.查找标示符在数组中
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3741
    • 提供者:林檎
  1. xuehua

    0下载:
  2. c++编写雪花程序,运用函数分析来分解雪花的角和边的分离和展开-c++ write snowflake procedures, the use of function analysis to break down the separation of corners and edges of snowflakes and unfolding
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:257639
    • 提供者:江源涛
  1. canny-edge-detector

    0下载:
  2. the algorithm is canny edge detector that is used to detect edges in an image.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1297
    • 提供者:sal89
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com