文件名称:exp2
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-09-25
- 文件大小:
- 1.16mb
- 下载次数:
- 0次
- 提 供 者:
- w*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
学习和掌握运算符重载,理解异常处理机制。
实验内容:
(1)编程实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算符“()”,用来返回矩阵元素的值。
(2)该类还要支持异常处理机制,能够处理可能的非法矩阵操作。-Learn and master operator overloading, understanding exception handling mechanism. Experiment: (a) programming a real matrix class, which can add, subtract, multiply, and assignment operator, and to override operator " ()" is used to return the value of the matrix element. (2) This class also supports exception handling mechanism to deal with possible illegal matrix operations.
实验内容:
(1)编程实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算符“()”,用来返回矩阵元素的值。
(2)该类还要支持异常处理机制,能够处理可能的非法矩阵操作。-Learn and master operator overloading, understanding exception handling mechanism. Experiment: (a) programming a real matrix class, which can add, subtract, multiply, and assignment operator, and to override operator " ()" is used to return the value of the matrix element. (2) This class also supports exception handling mechanism to deal with possible illegal matrix operations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
exp2
....\2.dsp
....\2.dsw
....\2.ncb
....\2.opt
....\2.plg
....\Debug
....\.....\2.exe
....\.....\2.ilk
....\.....\2.pch
....\.....\2.pdb
....\.....\Matrix.obj
....\.....\MatrixMain.obj
....\.....\vc60.idb
....\.....\vc60.pdb
....\Matrix.cpp
....\Matrix.h
....\MatrixException.h
....\MatrixMain.cpp