摘要:
#pragma warning(disable:4996)#include<malloc.h>#include<stdio.h>#define MaxVertexNum 100 //最大顶点数设为100typedef int Vertex; //用顶点下标表示顶点,为整型typedef int We 阅读全文
摘要:
#pragma warning(disable:4996)#include<malloc.h>#include<stdio.h>#define MaxVertexNum 100 //最大顶点数设为100#define INFINITY 65535 //最大值为65535typedef int Ver 阅读全文