图的简单应用(C/C++实现)

存档: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define maxv 10//定义最大顶点数 4 typedef char elem;//图中顶点的数据类型 5 #include "graph.h" 6 void main() 7 { 8 elem v0; 9 int v; 10 mgraph g; 1
相关文章
相关标签/搜索