CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图的连通性

搜索资源列表

  1. 7nodenet

    0下载:
  2. 生成一个小的网络,包含了图的连通性,只有7个节点
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9675
    • 提供者:肖佳伟
  1. min_spintree

    0下载:
  2. 在给定的任意一个无向图中,利用反圈算法找出最小支撑树,得到一个图的连通性判断
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:2641
    • 提供者:yangchunyao
  1. ck_conty

    0下载:
  2. ck_conty为判断图的连通性的matlab mex文件,另附带包含BFS和DFS的C源程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3356
    • 提供者:xuyanbo
  1. TraversingGraph

    0下载:
  2. 图的遍历算法是求解图的连通性问题、拓扑排序和求关键路径等算法的基础-Graph traversal algorithm is to solve the graph connectivity problem, topological sorting and demand, such as critical path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1732
    • 提供者:周爽
  1. test

    0下载:
  2. 判断图的连通性。单连通,强联通和弱联通 -To determine connectivity map
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:810
    • 提供者:catchy
  1. tulun

    0下载:
  2. 通过鼠标点击界面,绘制一个图结构,用图论中的知识判断图的连通性,判断他是不是一棵树,另外还可以显示它的邻接矩阵、可达性矩阵等。-By mouse click interface, draw a graph structure, using graph theory knowledge to assess the graphs to determine that he is not a tree, it also can display the adjacency matrix, reachabi
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1969716
    • 提供者:
  1. aaa

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

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

    0下载:
  2. 利用深度优先遍历,判断无向/有向图的连通性的程序。-Using depth-first traversal to determine undirected/directed graph of the connectivity process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:513
    • 提供者:李延明
  1. Graphalgorithm

    0下载:
  2. 图论算法实现,含树,欧拉圈,霍夫曼编码,图的连通性,着色树,最短路径等,且采用加载皮肤界面,界面美观-Graph algorithms, including trees, Euler circles, Huffman coding, graph connectivity, coloring trees, shortest paths, and the interface with loads of skin, beautiful interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1145340
    • 提供者:zc
  1. CHAP07

    0下载:
  2. 图的定义存储结构,图的遍历和图的连通性问题-The definition of storage structure diagram, graph traversal and graph connectivity problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:276873
    • 提供者:王强
  1. concom_

    0下载:
  2. 图论算法matlab实现,图的连通性计算算法-Graph theory algorithm matlab implementation, the connectivity map computation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:567
    • 提供者:李丽
  1. graph-algorithm

    0下载:
  2. 图论算法,包括最短路算法、最小生成树、图的连通性、网络流、匈牙利算法等等源码-graph algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:909397
    • 提供者:刘铁俊
  1. Graph-theory-and-applications

    0下载:
  2. 图论及应用 了解图的基本概念如树、图的连通性、Euler图、Hamilton图,以及图的匹配与因子分解,还有平面图和图的着色,有向图,图、群与矩阵-Graph theory and applications、 Euler Graph、 Hamilton Graph、Connectivity of Graph
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1940503
    • 提供者:梁赛赛
  1. Breadth-first-search-algorithm

    0下载:
  2. 广度优先搜索算法判断图的连通性Breadth first search algorithm of judgment figure connectivity -Breadth first search algorithm of judgment figure connectivity
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4324
    • 提供者:赵君威
  1. warshall

    0下载:
  2. warshall算法,解决了图的连通性问题,输入一个矩阵,输出的两个矩阵,一个表示连通性的判断,另一个表示连通分支的表示。-Warshall method, which solves the problem of the graph connectivity, while entering a matrix, there will output two matrix, one said connectivity judgment, the other branch of the said con
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:21997
    • 提供者:
  1. warshall

    0下载:
  2. 判断图的连通性,有warshall和矩阵幂判断两种方法。-To determine the connectivity of the graph
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:882
    • 提供者:李珂
  1. adjacency-matrix-connectivity

    0下载:
  2. 邻接矩阵连通性的判定,介绍了一种新的图的连通性算法。-The determination of the adjacency matrix connectivity
  3. 所属分类:Project Design

    • 发布日期:2017-11-30
    • 文件大小:155077
    • 提供者:毛毛
  1. connect

    0下载:
  2. 图的连通性判断,基于MATLAB的实现,此方法可以知道有几个连通域,并且知道各个顶点的归属。-the judgement og a tuopu picrture
  3. 所属分类:assembly language

    • 发布日期:2017-12-01
    • 文件大小:39627
    • 提供者:aguilera
  1. liantong_numofblocks

    0下载:
  2. 根据图的邻接矩阵判断图的连通性并计算图的分块数(To determine the connectivity of the graph and computing graph blocks according to the adjacency matrix)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:ZZX1999
  1. Qt_Flight

    1下载:
  2. 图形化界面,简易航线查询系统,数据源为压缩包内的.csv文件 求任意两个机场之间的最短飞行时间。 仅限直飞或 1 次中转,求任意两个机场的航线(航班 ID 顺序表)。 给定起飞时段或者降落时段或者机型要求,求任意两个机场的多个备选航线(航班 ID 顺序表)。 给定起飞时段或者降落时段或者机型要求,求任意两个机场之间的航费(机票价格)最低的路径。(Find the shortest flight time between any two airports. Only direct
  3. 所属分类:数据结构

    • 发布日期:2020-10-13
    • 文件大小:43008
    • 提供者:linux_bacr
« 12 3 »
搜珍网 www.dssz.com