2013年1月15日
摘要: 最新版的请看本博客图的三种存储方式。#include <cstdio>#include <cstdlib>#include <cstring>#include <conio.h>#include <limits.h>#define MAXN 256#define INFINITY INT_MAX#define MAX_VERTEX_NUM 20#define OK 1typedef int VRType;typedef int InfoType;typedef int VertexType;typedef int Status;typ 阅读全文
posted @ 2013-01-15 17:00 Still_Raining 阅读(334) 评论(0) 推荐(0)