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

搜索资源列表

  1. main

    0下载:
  2. Descr iption: 采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1564
    • 提供者:kernel
  1. main

    2下载:
  2. 采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字符 第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行 Output format: 首先输出图的顶点信息,输出完毕换行 接着输出图的邻
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2700
    • 提供者:kernel
  1. ImageWaterMarkV253

    0下载:
  2. ASP.NET 2.53 缩略图水印组件源码 1.文字边缘(文字水印); 2.图片旋转加水印; 3.修复水印位置旋转控制的精准度; 4.新增原图自定义删除 5.图像亮度、对比度、RGB颜色值的调整; 6.可获取生成后的图片路径 7.修复图片无损生成 8.修复之前的几处Bug 9.新增水印文字阴影禁启用 10.水印文字中文字竖形排列,增加文字纵横排列参数开关 11.图像效果单独处理 12.新版的调用将会更灵活 13.优化水印图片过滤背景色 14.新增和修改了一些函数接口。-ASP.NET 2.
  3. 所属分类:.net

    • 发布日期:2017-04-10
    • 文件大小:1180364
    • 提供者:gaoyifong
  1. FEM

    0下载:
  2. finite element method- *********************************************************************** 3-D FDTD code with PEC boundaries *********************************************************************** Program author: Susan
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2376
    • 提供者:Hollis
  1. pepp

    0下载:
  2. This code contains region growing segmentation algorithm to obtain the similar edges in color images
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:66162
    • 提供者:Rekha.N
  1. KRUSCAL

    0下载:
  2. KRUSCAL算法实现演示程序,利用KRUSCAL算法求网的最小生成树,网中的节点和边由系统自动生成,图为带权图。-KRUSCAL algorithm demo program, using KRUSCAL minimum spanning tree algorithm to solve network, network nodes and edges generated automatically by the system, photo shows a weighted graph.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1871
    • 提供者:小伏
  1. mxGraph_pojie

    0下载:
  2. msgraph Hello, World! example for mxGraph. This example demonstrates using a DOM node to create a graph and adding vertices and edges. -msgraph Hello, World! example for mxGraph. This example demonstrates using a DOM node to create a
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:257006
    • 提供者:gui-yuan-miao
  1. graph2

    0下载:
  2. 输入图的顶点和边,可以选择对图进行深度或者广度遍历。-Input graph vertices and edges, you can choose the depth, or breadth of the graph traversal.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:242949
    • 提供者:周小波
  1. multistage

    4下载:
  2. 多段图G=(V,E)是一个有向图。它具有如下特征:图中的节点被划分成k>=2个不相交的集合Vi,1<=i<=k,其中V1 与Vk 分别只有一个结点s(源点)和t(汇点)。图中所有的边<u,v> 均具有如下性质:若 ,则 ,1<=i<k-1,且每条边<u,v>均附有成本c<u,v>。从s到t的一条路径成本是这条路径上边的成本和。多段图问题是求s到t的最小成本路径。每个集合 定义图中的一段。由于E得约束,每条从s到t的路径都是从第1段
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2484
    • 提供者:jory
  1. median2722

    0下载:
  2. 给出一个如图角和多个正方形的边长,要求用正方形对给出的角进行封锁,并且要求如图阴影部分的面积最大。-Here is a geometric problem. You have an angle and some squares in the first quadrant of the plane rectangular coordinates. The vertex of the angle is fixed on the origin O of the coordinates, and bot
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:594
    • 提供者:周静
  1. tude

    0下载:
  2. 对任意给定的图(顶点数和边数自定),建立它的邻接矩阵并输出,然后利用队列的五种基本运算(置空队列、进队、出队、取队头元素、判队空)实现图的广度优先搜索算法-For any given graph (vertices and the number of edges from the set), to establish its adjacency matrix and the output, then use the queue of five basic operations (blank qu
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1619
    • 提供者:陈兴
  1. 1xiaoyuanxitong

    0下载:
  2. 【基本要求】 (1)设计你所在学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一个最短的简单路径。-【Basic requirements of】 (1) design in your school' s campus plan, contained less tha
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1819629
    • 提供者:王青
  1. edges_demo

    0下载:
  2. edges demo-edges demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39776
    • 提供者:murat
  1. Training-User-Patterns

    0下载:
  2. You may wish to edit your newly created pattern before launching the OCR process. An incorrectly trained pattern may adversely affect OCR quality. A pattern should contain only whole characters or ligatures. Characters with cut edges and characters w
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:31009
    • 提供者:rajan
  1. Edge_DEtection

    0下载:
  2. Edge detection is one of the most commonly used operations in image analysis, and there are probably more algorithms in the literature for enhancing and detecting edges than any other single subject. The reason for this that edges form the out
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:448057
    • 提供者:Image
  1. BFS

    0下载:
  2. 首先因為要判斷是否符合圖的標準,當符合時就先讓最少的邊都先連到,然後再將多餘的邊放入,這樣就可以形圖一個基本的圖,而在產生圖的過程,我是分成兩個陣列做判斷,一個是已放一個是未放的方式來產生,最後再用push_back()來做串列,list我是list<int>::iterator it ,並且判斷開始begin() 和結束end()以防止出錯-To determine whether the first, because the standard map, when consiste
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1961
    • 提供者:Lkk
  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-05
    • 文件大小:4674
    • 提供者:ty
  1. Traversal

    0下载:
  2. 任意输入顶点数,边数,和顶点序号,能实现深度和广度的遍历-Enter any number of vertices, edges, and vertices number, to achieve the depth and breadth of the traverse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1333
    • 提供者:梁程广
  1. 2

    2下载:
  2. 给定一个N*N 的方形网格,设其左上角为起点◎,坐标为(1,1),X轴向右为正,Y轴向下为正,每个方格边长为1。一辆汽车从起点◎出发驶向右下角终点▲,其坐标为(N,N)。在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库则应
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:张开
  1. Arie_Triunghi

    0下载:
  2. A triangle is one of the basic shapes of geometry: a polygon with three corners or vertices and three sides or edges which are line segments. A triangle with vertices A, B, and C is denoted \triangle ABC.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:617
    • 提供者:stely
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com