矩阵运算(二维数组)
摘要:
1 package cn.bjsxt.array2; 2 /** 3 * 4 * 矩阵加法 5 * 乘法 6 * @author Administrator 7 * 8 */ 9 public class Matrix { 10 public static void print(int[][] c){ 11 //打印矩阵 12 ... 阅读全文
posted @ 2017-10-04 17:54 PoeticalJustice 阅读(835) 评论(0) 推荐(0) 编辑