实验源代码
//Warshall.cpp #include<stdio.h> void warshall(int k,int n) { int i , j, t; int temp[20][20]; for(int a=0;a<k;a++) { printf("请输入矩阵第%d 行元素:",a); for(int b=0;b<n;b++) {& ...
/dl/512044.html
标签:
warshall
离散
实验
上传时间:
2016-06-27
上传用户:梁雪文以