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

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

于 2022-09-14 发布 文件大小:50.38 kB
0 221
下载积分: 2 下载次数: 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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于A*的航路规划
    A*[1](A-Star)算法是一种静态路网中求解最短路最有效的方法。公式表示为: f(n)=g(n)+h(n),其中 f(n) 是从初始点经由节点n到目标点的估价函数,g(n) 是在状态空间中从初始节点到n节点的实际代价,h(n) 是从n到目标节点最佳路径的估计代价。保证找到最短路径(最优解的)条件,关键在于估价函数h(n)的选取:估价值h(n)实际值,搜索的点数少,搜索范围小,效率高,但不能保证得到最优解。
    2022-05-29 15:19:50下载
    积分:1
  • 求有关温度计的源程序
    求有关温度计算的源程序-for calculating the temperature of the source
    2022-06-01 10:00:51下载
    积分:1
  • 大学里必学的一门课程,数值分析的一个必做的程序,雅可必插值...
    大学里必学的一门课程,数值分析的一个必做的程序,雅可必插值-universities will learn a curriculum, a numerical analysis of the process will do, the latter can certainly interpolation.
    2022-07-19 15:24:19下载
    积分:1
  • 机数值分析源代码,科学与工程数值(Visual+C版)
    计算机数值分析算法源代码,科学与工程数值算法(Visual+C版)-Computer numerical analysis algorithm source code, science and engineering numerical algorithm (Visual+ C version)
    2022-12-08 17:30:03下载
    积分:1
  • 与分析,包括书后习题答案,供参考了
    计算机算法与分析,包括书后习题答案,供参考了-Computer algorithms and analysis, including the answer to the book Exercises for the reference to the
    2022-01-30 10:53:27下载
    积分:1
  • (n,k,N)卷积码的维特比译码实现
    (n,k,N)卷积码的维特比译码算法实现,可实现1/2、1/3速率下卷积码为2、3、4、5、6、7、8、9的viterbi译码
    2023-05-05 17:05:03下载
    积分:1
  • 二重和一次积分程序
    二重和一次积分程序-two and a re-integration process
    2022-02-26 16:54:39下载
    积分:1
  • 模式识别中关于CYK代码
    模式识别中关于CYK代码,费了好大力气才从别处弄来的,与大家分享,希望可以为需要的人带来帮助哦
    2023-04-24 20:05:03下载
    积分:1
  • 图像去噪
    小波变换去噪,小波包去噪,小波增强去噪,程序可以运行,特别适合初学者使用。
    2022-01-25 18:58:46下载
    积分:1
  • 器小程序
    用c#做的计算器小程序,包括+-*/等计算,并加入了平方,开根号,log,ln等,接近大家的使用习惯
    2022-05-09 09:03:07下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载