程序以对角线图案打印矩阵。
以下是用于打印给定矩阵的对角线图案的Java程序。
示例
public class DiagonalMatrix {
public static void main(String args[]){
int a[][]={{1,2,3},{4,5,6},{7,8,9}};
int rows = a.length;
int columns = a[0].length;
for (int i = 0; i < rows; i++) {
for (int r = i, c = 0; r >= 0 && c < columns; r--, c++){
System.out.print(a[r][c] + " ");
}
System.out.println();
}
for (int i = 1; i < columns; i++) {
for (int r = rows-1, c = i; r >= 0 && c < columns; r--, c++) {
System.out.print(a[r][c] + " ");
}
System.out.println();
}
}
}输出结果
1 4 2 7 5 3 8 6 9
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短