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

搜索资源列表

  1. Graphtraversalexperimentreport

    0下载:
  2. 以邻接多重表为存储结构; 2、实现连通和非连通的无向图的深度优先和广度优先遍历; 3、要求利用队列实现无向图的深度优先遍历; 4、以用户指定的结点为起点,分别输出每种遍历下的结点访问序列; 5、求出从一个结点到另外一个结点,但不经过另外一个指定结点的所有简单路径; 6、测试数据: 输入:顶点数,边数:8,10 各边:1,2 1,3 2,4 2,5 3,6 3,8 4,7 5,6 5,7 7,8 输出:深度
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:59783
    • 提供者:lting
  1. Graph-traversal

    0下载:
  2. 图的遍历及实验报告。输入构建一个无向图,将其用深度优先搜索的递归和非递归遍历以及广度优先搜索遍历,并输出。-Graph traversal and experimental reports. Input to build a non-directed graph, its recursive and non-recursive traversal depth-first search, and breadth-first search traversal, and output.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-07
    • 文件大小:179372
    • 提供者:heyuhong
  1. Figure-of-depth-traveled

    0下载:
  2. c语言完成图的深度周游,并且是无向图。详情查看源代码-c language complete graph depth travel to and undirected graph. For details, view the source code
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:684785
    • 提供者:任政燊
  1. bianli

    0下载:
  2. 数据结构中图的遍历。通过手动输入,采用邻接矩阵创建无向图,再通过计算,完成对该图进行土的深度优先遍历。-Graph traversal of the data structure. By manually entering the adjacency matrix to create an undirected graph, by calculating the complete depth-first traversal of the soil of the graph.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:9657
    • 提供者:殷宇威
  1. graph

    0下载:
  2. 以邻接表为存储结构实现无向图的深度遍历和图的广度遍历。-Adjacency list storage structure undirected depth traversal of Figure and Figure breadth traversal.
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:414318
    • 提供者:星辰
  1. vc

    0下载:
  2. vc可视化及其例题,无向图的画图法,力导引算法及其相关的程序-vc visualization
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:9686638
    • 提供者:longzhen
  1. Non-recursive-

    0下载:
  2. 无向图的先序和中序后序的递归和非递归算法-Non-recursive algorithm recursive undirected graph
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:1792
    • 提供者:丛雍哲
  1. Graph

    0下载:
  2. 1、创建一个无向图,采用邻接矩阵存储,顶点采用单个字符表示,边采用邻接矩阵表示; 2、输出该图的存储示意图; 3、对该图进行深度优先遍历和广度优先遍历并输出遍历的结果。 -1, create an undirected graph adjacency matrix storage vertex edges using adjacency matrix representation with a single character 2, the output of the storag
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:3801404
    • 提供者:Tracy
  1. conversion

    1下载:
  2. 关联矩阵和邻接矩阵的相互转换。两个文件,分别为有向图和无向图-The correlation matrix and the adjacency matrix conversion
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:887
    • 提供者:zhengjianhui
  1. betweenness

    1下载:
  2. 求出一个网络的所有最短路径,并根据最短路径求出所有节点和边的介数。适用于有向图和无向图。-All the shortest path in a network is obtained, the dielectric number of all the nodes and edges and was determined according to the shortest path. Applicable to a directed graph and no directed graph.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:899
    • 提供者:樊冰
  1. 2008021106bianli

    0下载:
  2. 本代码主要用于建立无向图并输出 深度优化遍历图 广度优化遍历图 还可以退出本系统。-The code is mainly used for the establishment of an undirected graph optimization traversal Figure breadth optimization traverse the map can also exit the system and output depth.
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:1088
    • 提供者:wwwww
  1. tu

    0下载:
  2. (1)键盘输入数据,建立一个有向图的邻接表。 (2)输出该邻接表。 (3)建立一个无向图的十字链表。 (4)在有向图的邻接表的基础上计算各顶点的度,并输出。 (5)采用邻接表存储实现无向图的深度优先遍历。。 (6)采用邻接表存储实现无向图的广度优先遍历。 (7)以有向图的邻接表为基础实现并输出它的拓扑排序序列 (8)采用邻接矩阵存储实现无向图的最小生成树的PRIM算法。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) keyboard input
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:6284
    • 提供者:BidyBai
  1. spfa

    0下载:
  2. 一种求最短路径的算法,适合有向图和无向图,望大家批评指正-A shortest path algorithm, suited to map and no map, we hope to criticism and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:727
    • 提供者:daichenxi
  1. Maximal

    0下载:
  2. 分图又称作二部图,是图论中的一种特殊模型。 设G=(V,E)是一个无向图,如果顶点V可分割为两个互不相交的子集(A,B),并且图中的每条边(i,j)所关联的两个顶点i和j分别属于这两个不同的顶点集(i in A,j in B),则称图G为一个二分图。-Bipartite graph is also called a bipartite graph, graph theory, a special model. Let G = (V, E) is an undirected graph, vert
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:117294
    • 提供者:shy
  1. Djikstra

    0下载:
  2. 利用Djikstra算法计算最短路,输入的参数为一个矩阵,可以是无向图或者有向图-calculate the shortest distance
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:598
    • 提供者:zy
  1. graph

    0下载:
  2. 图的操作,以邻接矩阵或邻接表作为存储结构建立一个无向图。-operate of graph
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:528236
    • 提供者:唯一
  1. graph

    0下载:
  2. 无向图的遍历搜索,可以实现非递归深度搜素和广度搜索。-Undirected graph traversal search, you can achieve a non-recursive depth the Su-search and breadth of the search.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1489
    • 提供者:小王
  1. metricMST

    0下载:
  2. 对数据集进行特征选择,寻找数据集 之间的相关性。主要方法根据信息熵构建无向图,然后对无向图进行最小剪枝,从而找到数据集之间的相关性-The minimum spaning tree
  3. 所属分类:JavaScript

    • 发布日期:2017-12-10
    • 文件大小:11247
    • 提供者:刘娟
  1. tu

    0下载:
  2. 根据图论中的有向图和无向图进行最短路径问题的求解。-Based on graph theory to the map and no shortest path problem solving directed graph.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-21
    • 文件大小:3901
    • 提供者:王清
  1. AdjacencyListUndirectedGraph.r

    0下载:
  2. 《数据结构》课程中,邻接链表无向图的C++实现。具有很好的参考价值!,The implementation of Adjacency lists undirected graph by C++ programming language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2608
    • 提供者:吴学明
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 28 »
搜珍网 www.dssz.com