Java实现 【数据结构课程设计报告】路径规划系统( 二 )

< n; i++)for (j = 0; j < n; j++)arcs[i][j] = MAX;// 初始化for (k = 0; k < e; k++) {// 建立有向网的邻接矩阵int w;System.out.print