首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int...

矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int...

  • 资源大小:50.38 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 算法

资 源 简 介

矩阵运算的算法 用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
res
Debug
DB05.cpp
DB05.clw
ReadMe.txt
DB05.h
StdAfx.h
StdAfx.cpp
DB05Doc.h
DB05Doc.cpp
DB05View.h
DB05View.cpp
LinkDlg.cpp
DB05.dsw
DB05.plg
LinkDlg.h
MainFrm.h
MainFrm.cpp
DB05.ncb
DB05.rc
Resource.h
DB05.APS
DB05.dsp
IntList.cpp
IntList.h
Node.h
Node.cpp
DB05.opt
VIP VIP
0.216089s