CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 数据结构 图的遍历

搜索资源列表

  1. tubianli

    1下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
  3. 所属分类:系统编程

    • 发布日期:2014-01-15
    • 文件大小:1405
    • 提供者:吉庆
  1. tree

    0下载:
  2. 图的遍历,一个关于在数据结构中的问题,包括前序,后序,中序。-Graph traversal, a data structure on the problem, including the former sequence, after the sequence, in the order.
  3. 所属分类:Network Security

    • 发布日期:2017-04-15
    • 文件大小:6661
    • 提供者:彭旭东
  1. 7777

    0下载:
  2. 在内存中创建一个图,主要用到了数据结构中连接链表的知识,最后能够遍历整张图的节点-Create a map in memory, the main data structure used to connect the knowledge of the list, the last to traverse the entire graph node
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:175751
    • 提供者:zhigang
  1. tudebianli

    0下载:
  2. 图的遍历,用邻接矩阵实现无向图,数据结构算法,C实现-Graph traversal, adjacency matrix to achieve an undirected graph data structure algorithms, C to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1284
    • 提供者:yanghongkai
搜珍网 www.dssz.com