摘要: //将边倒转后存放在两个数组中使用两次Dijkstra算法#include <iostream>#include <string.h>//memset的头文件using namespace std;#define arraysize 1001int maxData = 0x7fffffff;//最大整数int dis[arraysize][arraysize];int re... 阅读全文
posted @ 2010-04-24 21:28 北海小龙 阅读(171) 评论(0) 推荐(0) 编辑