图关键路径(c语言)(Fig. critical path (C language)).docVIP

  • 7
  • 0
  • 约6.57千字
  • 约 16页
  • 2017-08-23 发布于河南
  • 举报

图关键路径(c语言)(Fig. critical path (C language)).doc

图关键路径(c语言)(Fig. critical path (C language))

图关键路径(c语言)(Fig. critical path (C language)) # includes stdio.h # includes stdlib.h # includes conio.h # includes string.h typedef struct arccell { int adj; / * 顶点关系类型, 用1表示相邻, 0表示不相邻 * / } arccell, * * adjmatrix 邻接矩阵; / * * / typedef struct type { char date [3]; / * 顶点值 * / int); / * 弧的长度 * / struct type * next; / * 顶点的下一个指针 * / } vertextype; typedef struct { vertextype * vexs 顶点向量; / * * / adjmatrix 邻接矩阵 arcs; / * * / int vexnum, arcnum 图的顶点数和边数; / * * / } mgraph; / * * * * * * * * * * * * * * * * * * * 8 * / typedef int status; # define stack _ init _ size 50 typedef int elemtype; ty

文档评论(0)

1亿VIP精品文档

相关文档