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

搜索资源列表

  1. matrix.h

    0下载:
  2. 定义Matrix矩阵类,定义矩阵类头文件matrix.h-Matrix matrix class definition, define matrix class header file matrix.h
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-22
    • 文件大小:4.21kb
    • 提供者:依依
  1. Matrix

    0下载:
  2. 矩阵计算类,里面几乎集合了矩阵所有的计算。-Matrix class, which almost set the matrix for all calculations.
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:3.43kb
    • 提供者:grc1573
  1. matrix

    0下载:
  2. 在VC++6.0平台上实现的一个比较实用的矩阵类库源代码-In VC++6.0 platform of a more practical realization of the matrix class library source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:7.59kb
    • 提供者:hyuk
  1. Matrix

    0下载:
  2. It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:4.02kb
    • 提供者:Hancy Samurai
  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. Matrix

    0下载:
  2. 一个c# 矩阵类 非常实用 包含矩阵的各种运算-a class of matrix described by csharp,include all kinds of operater,such as (+,-,*)。
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:12.18kb
    • 提供者:liuyou
  1. matrix

    0下载:
  2. 本程序实现矩阵类的重载操作符,在vs2008下编程,可以实现矩阵之间的一些基本操作-This procedure of Matrix class overloaded operators, under the program in vs2008, you can achieve some of the basic operations between matrices
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:522.44kb
    • 提供者:周星星
  1. Matrix

    0下载:
  2. 矩阵类。在C#中实现矩阵的基本操作,包括求逆等。-matrix class
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:11.52kb
    • 提供者:张飒
  1. Matrix

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

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

    0下载:
  2. c++矩阵类。实现了矩阵常用功能,很好的参考,也可以在此基础上进行扩展。-C++ Matrix class.Some common functions have been realized. It s a very good reference.And you can extend base on it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3.03mb
    • 提供者:quguanzheng
  1. Matrix

    0下载:
  2. 这是一个用C#写的矩阵的类,用于实现矩阵的计算-this is a matrix class in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:4.5kb
    • 提供者:yan
  1. Matrix

    0下载:
  2. 一个矩阵类,实现基本的矩阵运算,包括加法、乘积、转制,还可以继续扩充。-A matrix class, basic matrix operations, including addition, the product conversion, you can also continue to expand.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-07
    • 文件大小:882.1kb
    • 提供者:liuyebei
  1. matrix

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

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

    0下载:
  2. 矩阵类。能够实现矩阵的各种数学操作,如矩阵相乘,相加,求逆,转置等等!-Matrix class. Matrix can achieve a variety of mathematical operations, such as matrix multiplication, adding the inverse transpose!
  3. 所属分类:.net

    • 发布日期:2017-12-08
    • 文件大小:2.69kb
    • 提供者:chance
  1. Matrix

    0下载:
  2. C#矩阵类,包含矩阵的各种处理,例如加减乘除,求行列式等。-C# matrix class, with matrix processing, such as addition, subtraction, multiplication and division, the determinant.
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:17.39kb
    • 提供者:魏晓航
  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-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. 矩阵类模板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
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com