CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Matrix

搜索资源列表

  1. Matrix.设计一个造成矩阵类Matrix

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 关于求矩阵秩的程序,用高斯—约当消元法实现,On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:10622
    • 提供者:万剑平
  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

    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

    1下载:
  2. 关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。-Matrix operations on a variety of numerical algorithms, including the real (complex) matrix inversion,托伯利兹symmetric positive definite matrix and matrix inversion, linear eq
  3. 所属分类:Algorithm

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

    0下载:
  2. 矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程-matrices, matrix for the various operators and can solve linear equations N
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2805
    • 提供者:陈燕涛
  1. matrix

    1下载:
  2. 神经元网络。可以进行矩阵神经网络计算。MFC写的,谁也没有用过这种方式做神经元。-Neural network. Neural network matrix can be calculated. MFC writing, nobody has used this way neurons do.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:41664
    • 提供者:
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4007
    • 提供者:chen changqing
  1. Matrix

    0下载:
  2. VC矩阵类的编写,其中包括矩阵创建,矩阵运算-VC prepared matrices, including the creation of matrix, matrix operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:733
    • 提供者:刘石
  1. Matrix

    0下载:
  2. ACM习题矩阵乘方和的源代码,C++实现-Involution matrix and the source code, C++ to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2076
    • 提供者:娟儿
  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. 计算矩阵的常用运算,包括求逆,行列式,求解线性方程组等-Calculating matrix operations commonly used
  3. 所属分类:Algorithm

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

    0下载:
  2. MFC实现计算器和矩阵运算,可以进行简单的加减乘除,还有矩阵的转置-Calculator and matrix operations use MFC,Can be a simple addition and subtraction multiplication and division
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1938947
    • 提供者:陈航
  1. matrix-switch-MCU

    1下载:
  2. 利用单片机实现多路矩阵切换,比较详细的设计方案。-The use of multi-channel matrix switch MCU, a more detailed design.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:101194
    • 提供者:jack
  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

    0下载:
  2. Matrix converter very generic code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1787
    • 提供者:mani
  1. Matrix

    0下载:
  2. Matrix (TRANSPOSE , INVERSE , MATRIX INVERSION USING GAUSS-JORDAN REDUCTION AND Calculates the multiplication of two matrix A and B such that C=AB.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1777
    • 提供者:hussam
  1. Matrix

    2下载:
  2. 矩阵类的C++实现!可直接运行!Matrix.cpp Matrix.h-Matrix.cpp Matrix.h
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-06
    • 文件大小:6252
    • 提供者:竹林英客
  1. matrix

    0下载:
  2. 矩阵运算程序,矩阵加法,减法,转置,求逆,乘法,等运算-Matrix operations procedures, matrix addition, subtraction, transpose, inverse, multiplication, and so computing
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5917
    • 提供者:向巍
  1. Matrix

    0下载:
  2. 矩阵运算:列举常用矩阵计算的算法(矩阵求逆,转置,求实对称矩阵,奇异值矩阵等等)-Matrix operations: List of common matrix calculation algorithm (matrix inverse, transpose, realistic symmetric matrix, singular value matrix, etc.)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:35121
    • 提供者:易鑫
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com