文件名称:Matrix-calculation
介绍说明--下载内容均来自于网络,请自行研究使用
1、实现一个表示 n*n 矩阵的模板类
2、提供如下加、减、乘三种矩阵操作
3、编制一个交互式程序对该模板类进行测试-1, represents the realization of a template class 2 n* n matrix, provides the following add, subtract, multiply three 3 matrix operations, the preparation of an interactive program to test the template class
2、提供如下加、减、乘三种矩阵操作
3、编制一个交互式程序对该模板类进行测试-1, represents the realization of a template class 2 n* n matrix, provides the following add, subtract, multiply three 3 matrix operations, the preparation of an interactive program to test the template class
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Matrix calculation\array.h
..................\main.cpp
Matrix calculation