文件名称:DB05
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.49mb
- 下载次数:
- 0次
- 提 供 者:
- 跑***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int n) //创建单位阵
matrix(const matrix &) //拷贝构造函数
BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵
modifyrowscols(int rows,int cols) //修改矩阵的行列数
~matrix() {delete []elems } //析构函数
-matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int n) //创建单位阵
matrix(const matrix &) //拷贝构造函数
BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵
modifyrowscols(int rows,int cols) //修改矩阵的行列数
~matrix() {delete []elems } //析构函数
-matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DB05
....\DB05.APS
....\DB05.clw
....\DB05.cpp
....\DB05.dsp
....\DB05.dsw
....\DB05.h
....\DB05.ncb
....\DB05.opt
....\DB05.plg
....\DB05.rc
....\DB05Doc.cpp
....\DB05Doc.h
....\DB05View.cpp
....\DB05View.h
....\Debug
....\IntList.cpp
....\IntList.h
....\LinkDlg.cpp
....\LinkDlg.h
....\MainFrm.cpp
....\MainFrm.h
....\Node.cpp
....\Node.h
....\ReadMe.txt
....\res
....\...\DB05.rc2
....\Resource.h
....\StdAfx.cpp
....\StdAfx.h
....\DB05.APS
....\DB05.clw
....\DB05.cpp
....\DB05.dsp
....\DB05.dsw
....\DB05.h
....\DB05.ncb
....\DB05.opt
....\DB05.plg
....\DB05.rc
....\DB05Doc.cpp
....\DB05Doc.h
....\DB05View.cpp
....\DB05View.h
....\Debug
....\IntList.cpp
....\IntList.h
....\LinkDlg.cpp
....\LinkDlg.h
....\MainFrm.cpp
....\MainFrm.h
....\Node.cpp
....\Node.h
....\ReadMe.txt
....\res
....\...\DB05.rc2
....\Resource.h
....\StdAfx.cpp
....\StdAfx.h