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

搜索资源列表

  1. matrix class

    0下载:
  2. 一个矩阵类的源码-a matrix type of source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6359
    • 提供者:安新
  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
    • 文件大小:4308
    • 提供者:依依
  1. Matrix

    0下载:
  2. 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4157
    • 提供者:郭挺
  1. Matrix

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

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

    0下载:
  2. c++写的矩阵类,实现矩阵的初始化,加、减、乘、除、转置-a Matrix Class.including matrix operations such as add , subtract , multiply , divide and transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:661541
    • 提供者:wangz
  1. Matrix

    3下载:
  2. 这是一个自己编制的完整矩阵类,包括矩阵运算、分解、求逆、范数和特征值等,可以做为数值分析的基础类。-This is a complete matrix of their own class preparation, including matrix computation, decomposition, inverse, norm and eigenvalue, etc., can be used as the basis for numerical analysis class.
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 矩阵类库源码,加、减、乘、行列式等,绝多是方便有用的工具!-Matrix class library source code, add, subtract, multiply, determinant, etc., must be convenient and more useful tool!
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:14005
    • 提供者:guanshan
  1. complex_matrix_computation

    0下载:
  2. This an matrix class which has been adapted for complex number computations. It ll be of help for digital signal processing simulations.-This is an matrix class which has been adapted for complex number computations. It ll be of help for digital sign
  3. 所属分类:STL

    • 发布日期:2017-04-15
    • 文件大小:5644
    • 提供者:butterboy
  1. Matrix

    1下载:
  2. 一个c++的矩阵类,包括头文件和源文件,功能函数非常全面-A Matrix Class, with a series of useful functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:16676
    • 提供者:王星
  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
    • 文件大小:7770
    • 提供者:hyuk
  1. Matrix

    0下载:
  2. 一个简单的矩阵类,包括求模、求逆,切勒斯基变换等-a simple matrix class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:sigma
  1. matrix

    0下载:
  2. matrix class matrix class matrix classmatrix cla-matrix classmatrix classmatrix classmatrix classmatrix classmatrix class
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-14
    • 文件大小:2702
    • 提供者:woony
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

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

    0下载:
  2. Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1500
    • 提供者:艾枫
  1. Matrix

    0下载:
  2. 一个矩阵类 实现了矩阵的多种运算 希望对大家有帮助-A matrix class implements a variety of matrix operations we want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1811
    • 提供者:crynixes
  1. matrix_class_by_vc

    0下载:
  2. VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:4336
    • 提供者:李丹丹
  1. Matrix

    1下载:
  2. 一个通用的对矩阵进行操作的类,主要包括:实(复)矩阵的加减、求逆、求秩、行列式求值以及矩阵的乔里斯基分解、三角分解等。-A general class of matrix operations, including: real (complex) matrix addition and subtraction, inverse, seeking the rank, determinant evaluation and matrix Qiaolisiji decomposition, triang
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-27
    • 文件大小:11457
    • 提供者:zj
  1. matrix_class

    0下载:
  2. 本C++程序定义了矩阵类,包含操作有:矩阵、行列式及线性方程组的相关操作。-The C++ program defines a matrix class, including operations include: matrices, determinants and linear equations related operations.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4188
    • 提供者:zhaoyang
  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
    • 文件大小:3174387
    • 提供者:quguanzheng
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com