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

搜索资源列表

  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
    • 文件大小:1.49kb
    • 提供者:5235668
  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
    • 文件大小:17.83kb
    • 提供者: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
    • 文件大小:14.13kb
    • 提供者:JinYao
  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
    • 文件大小:3.91kb
    • 提供者:chen changqing
  1. Matrix

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

    • 发布日期:2017-04-01
    • 文件大小:2.03kb
    • 提供者:娟儿
  1. work

    0下载:
  2. QR factorization of an m × n matrix A with m ≥ n is a pair of matrices A = QR
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.43kb
    • 提供者:anaid
  1. art

    1下载:
  2. 用于解反问题的代数重建法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Algebraic solution of the inverse problem for the reconstruction of France, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:635byte
    • 提供者:gongwei
  1. Matrix

    0下载:
  2. a good paper introducing Fisher Information matrix-A User Manual for the Fisher Information Matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:310.05kb
    • 提供者:gu bo
  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
    • 文件大小:1.85mb
    • 提供者:陈航
  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
    • 文件大小:98.82kb
    • 提供者: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
    • 文件大小:11.19kb
    • 提供者:zj
  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
    • 文件大小:1.74kb
    • 提供者:hussam
  1. a-novel-structure-of-UPFC-with-matrix-converter.z

    0下载:
  2. This document refers to a novel control structure of UPFC based on Matrix converter
  3. 所属分类:matlab

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

    0下载:
  2. //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(double *A,double *B,double *C ,i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.68kb
    • 提供者:heu
  1. Matrix-Chain_JAVA

    0下载:
  2. Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.25kb
    • 提供者:Justas
  1. matrix

    0下载:
  2. 假设稀疏矩阵A和B均以三元组表作为存储结构,写出矩阵相加的算法,另设三元组表C存放结果矩阵。-Suppose sparse matrix A and B are triples as a storage structure of the table, write the sum matrix algorithm, a separate table triples storage of the results of C matrix.
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:348kb
    • 提供者:phoenix
  1. Matrix

    0下载:
  2. 稀疏矩阵的行数、列数和非零元素的个数 将稀疏矩阵 a转置,结果在稀疏矩阵 b中-The number of rows of sparse matrix, the number of columns and the number of nonzero elements of sparse matrix a transposition, results in the sparse matrix b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.22kb
    • 提供者:党心蕊
  1. matrix

    0下载:
  2. matrix theory:Mathematically rigorous introduction covers vector and matrix norms, the condition-number of a matrix, positive and irreducible matrices, much more.-matrix theory
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3.67mb
    • 提供者:窦寅丰
  1. Sparse matrix

    0下载:
  2. Represents a matrix without zeros
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-12-17
    • 文件大小:38.05kb
    • 提供者:vvotekeb
  1. adjacency matrix to represent the graph

    0下载:
  2. (1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above functions for the two graph AD
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:13kb
    • 提供者:mia_shao
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com