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

搜索资源列表

  1. Diagram

    0下载:
  2. 图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods, the operation of the map algor
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1493
    • 提供者:林静
  1. data_struct7

    0下载:
  2. 数据结构课后设计题第七章 7.22③ 试基于图的深度优先搜索策略写一算法, 判别以邻接表方式存储的有向图中是否存在由顶 点vi到顶点vj的路径(i≠j)。 注意:算法中涉及 的图的基本操作必须在此存储结构上实现。 实现下列函数: Status DfsReachable(ALGraph g, int i, int j) -Data structure design question after class Chapter 7.22 ③ test graph-b
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3033
    • 提供者:W.Y.T.S
  1. picture

    0下载:
  2. 实现图的遍历。对图的深度和广度的遍历,建立邻接矩阵与邻接表-The realization of graph traversal. To map the depth and breadth of the traverse, the establishment of adjacency matrix and adjacency list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2109
    • 提供者:yuxin
  1. dijkstra_adjlist

    0下载:
  2. 有向图采用邻接表数据结构,求解一点到其余各点的最短路径以及长度-Directed graph using adjacency list data structure, solving the point to the remaining points and the length of the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:891163
    • 提供者:帝星卡卡22
  1. sorting

    0下载:
  2. 数据结构课程设计_拓扑排序 用邻接表构造图 然后进行拓扑排序 -Data Structure Course Design _ topological sort graph using adjacency list structure and then proceed to topological sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5354
    • 提供者:何高兴
  1. youxiangtuopupaixu.txt

    0下载:
  2. 有向图的拓扑排序 通过邻接链表 排序-Directed graph topological sort to sort through the adjacency list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1023
    • 提供者:党欣
  1. EdgeDisjointCycles

    0下载:
  2. Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the ed
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1492
    • 提供者:jazz
  1. wxtbl

    0下载:
  2. 利用邻接表存储无向图,并深度遍历和广度遍历图-Use adjacency list stored undirected graph, and the depth and breadth traversal graph traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:4731
    • 提供者:xqx
  1. tudebianli

    0下载:
  2. 图的遍历和生成树求解实现(邻接矩阵、邻接表 ―图的深度广度遍历算法的实现和最小生成树PRIM和KRUSCAL算法的实现) -Graph Traversal and Spanning Tree Solution implementation (adjacency matrix, adjacency list- map the depth of breadth traversal algorithm and implementation of the minimum spanning tree al
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:9027
    • 提供者:xqx
  1. Dijkstra

    0下载:
  2. 该问题为单元最短路经问题,求出一个有向图中两点之间权值最小的路径。 Dijkstra算法要求有向图中没有权值为负的边,有向图的信息由一个邻接表来表示,另外对每个顶点都设置一个属性d[v],描述从源点到v的最短路经上权值的上界。算法中设置一个顶点集合S,反复选择具有最短路经估计的顶点u∈V-S,并将u加入S中,算法中还用到了顶点的最小优先队列,排序关键字为顶点的d值。-The issue of the shortest path problem as a unit, find a directed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5710
    • 提供者:
  1. disanti

    0下载:
  2. (1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G; (2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS); (3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及与之相关连的边,并作DFS遍历(执行操作3);否则输出信息“不存在x”; (6)判断图G是否是连通图,输出信息“YES”/“NO
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2734
    • 提供者:涂舒
  1. 6.7.1

    0下载:
  2. 图的深度和广度优先搜索 1.图采用邻接表的存储结构 2.深度优先搜索图 3.广度优先搜索图-1. Graph using adjacency list of the storage structure 2. Depth-first search Figure 3. Breadth-first search graph
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:赖毅
  1. shixiantudebianli

    0下载:
  2.  MatToList(MGraph g,ALGraph *&G):将邻接矩阵g转换成邻接表G。  ListToMat(ALGraph *G,MGraph &g):将邻接表G转换成邻接矩阵g。  DispMat(MGraph g):输出邻接矩阵g。  DispAdj(ALGraph *G):输出邻接表G。  DFS(ALGraph *G,int v):以递归的方法从顶点v深度优先遍历图G。 =
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2943
    • 提供者:小鬼
  1. AdjacencylistgraphadjacencymatrixtoestablishtheDat

    0下载:
  2. 图邻接矩阵 邻接表的建立c++_数据结构课程设计-Adjacency list graph adjacency matrix to establish the c++ Data Structure Course Design
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:4572
    • 提供者:rambo
  1. PrimAdjLinkList

    0下载:
  2. 这可以作为头文件;图结构中,基于邻接链表的prim算法-Graph, adjacency list based on prim algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:陈志营
  1. Graph-traversal

    0下载:
  2. 采用图的邻接矩阵或邻接表实现最短路径问题中图的存储,采用递归程序实现图的深度优先搜索(DFS)-Using adjacency matrix or adjacency list shortest path problem in memory map, using a recursive program implements graph depth-first search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1452
    • 提供者:秦丽婷
  1. youxiangtu

    0下载:
  2. (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)在有向图的邻接表的基础上计算各顶点的度,并输出。 (3)以有向图的邻接表为基础实现并输出它的拓扑排序序列。 (4)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) keyboard input data, the establishment of a directed graph adjacency list and outputs the adjacent table.    
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2006
    • 提供者:张立伟
  1. wuxiangtu

    0下载:
  2. (1)建立一个无向图的邻接表,并输出该邻接表。 (2)采用邻接表存储实现无向图的深度优先遍历。。 (3)采用邻接表存储实现无向图的广度优先遍历。 (4)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) the establishment of an undirected graph adjacency list and outputs the adjacent table.         (2) using the adja
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:张立伟
  1. youxiangtu

    0下载:
  2. (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)采用邻接表存储实现有向图的深度优先遍历。 (3)试写一算法,判断以邻接表方式存储的有向图中是否存在由顶点Vi到顶点Vj的路径(i<>j)。 (4)已有邻接表表示的有向图,请编程判断从第u顶点至第v顶点是否有简单路径,若有则印出该路径上的顶点。 (5)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) keyboard input data, the establishment of a d
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:224028
    • 提供者:张立伟
  1. nctqk

    0下载:
  2. 我自己编写的无向图邻接表,可以写写学习,可以使用-I write your own undirected graph adjacency list, you can write about learning, can be used
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-16
    • 文件大小:8192
    • 提供者:WQ!5026
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com