-
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int...
矩阵运算的算法
用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
- 2022-09-14 20:40:04下载
- 积分:1
-
CJudgeMatrixCJudgeMatrix
判断矩阵,用于判矩阵计算,特征向量法,和法等。
判断矩阵,用于判矩阵计算,特征向量法,和法等。
- 2022-03-12 23:40:39下载
- 积分:1
-
mapInfo图形文件的读取程序,可在DOS/控制台下读取tab文件数据
mapInfo图形文件的读取程序,可在DOS/控制台下读取tab文件数据-graphics document reader, the DOS/console read tab document data
- 2022-05-06 01:20:56下载
- 积分:1
-
近年数学建模竞赛优秀论文,具有较大参考价值
近年数学建模竞赛优秀论文,具有较大参考价值-Mathematical Contest in Modeling in recent years excellent papers, with a larger reference value
- 2022-05-17 02:34:21下载
- 积分:1
-
利用两点距离计算经纬度的matlab程序,欢迎交流。
利用两点距离计算经纬度的matlab程序,欢迎交流。-use latitude and longitude distance calculation procedures of Matlab, welcomed the exchange.
- 2023-03-27 23:50:04下载
- 积分:1
-
Ldpc 码 2 非二进制 LDPC 码在候选
非二进制代码执行的 ldpc 码候选域上......
- 2022-02-20 19:49:21下载
- 积分:1
-
c编写的蒙特卡罗算法,载的一个师兄的,验证过,可用
c编写的蒙特卡罗算法,载的一个师兄的,验证过,可用-c prepared by the Monte Carlo algorithm, a senior set, and verified, can be used
- 2022-06-14 19:08:47下载
- 积分:1
-
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是Doolittle分解的算法...
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是Doolittle分解的算法-"numerical methods" courses of operations, are all code and the C language debugging passed, and upload to us. Try This is the decomposition algorithm
- 2022-02-05 08:46:28下载
- 积分:1
-
大地坐标与大地空间直角坐标转换
资源描述较为简单的将大地坐标与大地空间直角坐标进行互换
- 2023-07-17 03:35:03下载
- 积分:1
-
BP神经网络Matlab代码
包括数据输入、归一化处理、网络参数设定、BP网络建立与训练
- 2022-03-02 01:31:40下载
- 积分:1