摘要: Vector.h #ifndef MATRIX_H #define MATRIX_H #include<iostream> using namespace std; class Matrix { public: Matrix(int n);//构造函数,构造一个n*n的矩阵 Matrix(int n 阅读全文
posted @ 2021-11-07 13:23 不知名摸鱼选手 阅读(40) 评论(0) 推荐(0)