文件名称:Matrix
介绍说明--下载内容均来自于网络,请自行研究使用
实现一个表示 n*n 矩阵的模板类。
1) 至少提供如下必要的矩阵操作:加、乘、转置(建议用操作符重载来实现)。
2) 编制一个交互式程序对该模板类进行测试。
含实验报告与源代码-Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposition (recommended operator overloading to achieve). 2) preparation of an interactive program to test the template class.
1) 至少提供如下必要的矩阵操作:加、乘、转置(建议用操作符重载来实现)。
2) 编制一个交互式程序对该模板类进行测试。
含实验报告与源代码-Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposition (recommended operator overloading to achieve). 2) preparation of an interactive program to test the template class.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DOC
...\Matrix.docx
...\week02.pdf
EXE
...\week02.exe
SRC
...\week02.cpp
...\week02.h