摘要: #include #include using namespace std;typedef char VertexType; /* 顶点类型应由用户定义 */typedef int EdgeType; /* 边上的权值类型应由用户定义 */#define MAXSIZE 9 /* 存储空间初始... 阅读全文
posted @ 2014-06-23 10:02 StevenSuo 阅读(256) 评论(0) 推荐(0)
摘要: 1. fatal error C1189: #error : "eh.h is only for C++!".c文件转换为.cpp文件就可以了2. error C2065: 'queue' : undeclared identifier 需要加上 using namespace std;3.unde... 阅读全文
posted @ 2014-06-23 09:56 StevenSuo 阅读(227) 评论(0) 推荐(0)