CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - matrix class

搜索资源列表

  1. CLapack_3_0

    1下载:
  2. 提供矩阵类的函数库,功能强大,包含有可解矩阵方程,基本矩阵运算等功能。-Provided matrix class library, powerful, contains a solvable matrix equation, the basic matrix operations and other functions.
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:24.2mb
    • 提供者:张斌
  1. lapack_2.5.2

    1下载:
  2. lapack++的2.5.2版本,是v1.0的再升级版,性能更加的稳定,应用更加灵活,可应用于Windows和Linux等操作系统下的开发环境。提供矩阵类的函数库,包含各种矩阵运算。-lapack++ The 2.5.2 version is the upgrade version v1.0, performance more stable, more flexible applications can be used, such as Windows and Linux operating s
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:606.04kb
    • 提供者:张斌
  1. mat3

    0下载:
  2. 自己编写的VC++矩阵类,可实现矩阵转置,求逆及四则运算,矩阵元素查找-MAtrix class created by VC++6.0.I hope it can help my friends who need this kind of thing~~
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.02kb
    • 提供者:季聪
  1. matrix

    0下载:
  2. 一个很简单的矩阵类,有四则运算、转置、求逆的功能-A very simple matrix class, there are four operations, transpose, inverse function
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:chmt
  1. main

    0下载:
  2. 自己写的矩阵类。重载了<< >> + - =。动态分配内存。-Write your own matrix class. Overload the < < > > +- =. Dynamic allocation of memory.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:748byte
    • 提供者:ahha
  1. Matrix

    0下载:
  2. 操作矩阵的类 CMatrix 的实现文件-Operation matrix class implementation file CMatrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:12.98kb
    • 提供者:郭风
  1. matrix

    0下载:
  2. 3、 矩阵(三) 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括:  矩阵大小,用 lines, rows(行、列来表示);  存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括:  构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组;  析构函数,需要释放矩阵的数组指针;  拷贝构造函数,需要申请和复制数组; 
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1.18kb
    • 提供者:
  1. MAT

    0下载:
  2. 一个矩阵类,可实现简单的矩阵计算,比如求逆,相乘。-A matrix class, simple matrix calculation, such as inversion multiplying.
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:7.45kb
    • 提供者:陶山
  1. Matrix

    0下载:
  2. 此代码为C++的一个矩阵类,实现了矩阵的相加,想成,行列式,转置等一些基本运算-This code is C++ a matrix class that implements the matrix together, think of, determinant, transpose and some other basic operations
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:4.85kb
    • 提供者:chenguifang
  1. Matrix

    0下载:
  2. 实现一个表示 n*n 矩阵的模板类。 1) 至少提供如下必要的矩阵操作:加、乘、转置(建议用操作符重载来实现)。 2) 编制一个交互式程序对该模板类进行测试。 含实验报告与源代码-Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposit
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:481.44kb
    • 提供者:酉永松
  1. Matrix-ProgrammingBeta2.0

    0下载:
  2. 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:544.56kb
    • 提供者:fat
  1. Matrix

    0下载:
  2. 使用vc++ 6.o制作了一个矩阵模板类 可以使用不同的 数据类型 包含基本矩阵运算 main函数为测试程序-Use vc++ 6.o produced a matrix template class can use different data type contains the main function of the basic matrix operations for the test procedure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:13.09kb
    • 提供者:gao
  1. exp2

    0下载:
  2. 学习和掌握运算符重载,理解异常处理机制。 实验内容:   (1)编程实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算符“()”,用来返回矩阵元素的值。 (2)该类还要支持异常处理机制,能够处理可能的非法矩阵操作。-Learn and master operator overloading, understanding exception handling mechanism. Experiment: (a) programming a real matrix cl
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.16mb
    • 提供者:wu
  1. matrix

    0下载:
  2. 矩阵类模板Matrix<Type>是专门为线性代数中矩阵而设计的一个模板类,具体的函数声明与定义可以参见“matrix.h。见测试文件 matrix_test.cpp,功能如下: Matrix<Type> m 创建一个空矩阵 Matrix<Type> m2(m1) 创建矩阵 m2的拷贝 m1 Matrix<Type> m(r,c,x) 创建常数矩阵 Matrix<Type> m(r,c,a) 通过数组创建矩阵
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.64kb
    • 提供者:李金凤
  1. Matrix

    0下载:
  2. C++写的一个矩阵类,可以实现加减乘运算,希望对大家有帮助-a matrix class written by C++ ,support + - *, hope to help you
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:9.28kb
    • 提供者:王同晖
  1. matrix

    0下载:
  2. Matrix类,实现简单的加减乘除以及幂,还有一些简单的操作- Matrix class, simple addition and subtraction as well as power, there are some simple operations
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.04kb
    • 提供者:huyanxin
  1. Matrix

    0下载:
  2. 实验名称:矩阵的各种运算的实现 实验要求:1.必须实现对: 、 ! , + 、 - , * 、 << 、 >> 的重载; 2.对矩阵类进行测试(即在main函数中测试你在矩阵类中实现的 功能);-Experiment title: the realization of the matrix of various operation Experimental requirements: 1. Must be implemented to: , !
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:178.59kb
    • 提供者:lili
  1. matrix

    0下载:
  2. 用C++编写的矩阵类,采用运算符重载,可实现矩阵加减乘,求逆,QR分解等大部分基础矩阵运算-matrix class
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:306.96kb
    • 提供者:tony
  1. complex

    1下载:
  2. 该类中含有复数运算及矩阵运算的多个方法,这些方法都是通过参考书籍所实现的,能够很好的运用到复数运算中,经过检验运算误差非常小,甚至比matlab的精度还高(C# complex matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:14kb
    • 提供者:弦可道
  1. Matrix

    0下载:
  2. 实现一个矩阵类,完成了友元函数的设计,重载了加减乘除运算符(29/5000 Implements a matrix class, completes the design of the friendly function, overloads the addition and subtracting multiplication operato)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:334kb
    • 提供者:lengleng
« 12 3 4 »
搜珍网 www.dssz.com