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

搜索资源列表

  1. 自己写的矩阵处理类

    0下载:
  2. 各种矩阵运算的实现,并将向量视为特殊的矩阵。-various matrix operations to achieve and Vector as a special matrix.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8783
    • 提供者:卫昆
  1. Extreme.Mathematics.QuickStartCS

    1下载:
  2. 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:121826
    • 提供者:李峰
  1. ScienceAndEngineeringNumericalAlgorithms

    1下载:
  2. 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code, which include the common reali
  3. 所属分类:Algorithm

    • 发布日期:2015-02-25
    • 文件大小:1183112
    • 提供者:王伟
  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22607
    • 提供者:shiping
  1. matrix

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

    • 发布日期:2017-03-24
    • 文件大小:376712
    • 提供者:
  1. chap_3

    0下载:
  2. 矩阵运算,适合初学者学习。包括矩阵函数矩阵分解特征值分析等-Matrix operations, suitable for beginners to learn. Including the matrix function matrix eigenvalue decomposition analysis, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:11464
    • 提供者:wudan
  1. Matrix_Fourier

    0下载:
  2. 用矩阵运算进行二维和一维傅立叶变换,如果改动一下,就可以实现矩阵方法来完成积分操作,可以减少运算量。-Two-dimensional matrix operations and one-dimensional Fourier transform, if the changes to what can be achieved to complete the integral operation matrix method can reduce computational complexity.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:22926
    • 提供者:万新
  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

    0下载:
  2. MATLAB环境下的矩阵运算,简单易懂的MATLAB语句,简化而好用的MATLAB句子运算-MATLAB environment, the matrix operation, easy to understand the MATLAB statement, simplified and easy to use MATLAB computing sentence
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:711
    • 提供者:sujuanliu
  1. GeneralMatrix

    0下载:
  2. 矩阵运算,几乎支持所有的矩阵的运算,转置,求逆,线性变换-Matrix operations, almost all of the matrix operation support, transpose, inverse, linear transformations, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:150263
    • 提供者:向巍
  1. matrix

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

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

    0下载:
  2. 详细介绍了经常使用的矩阵运算,例如求偏导、范数等等,很强大的参考资料(the popular basic operations on matrix are described clearly)
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:378880
    • 提供者:annivy
  1. MatrixCalculator

    0下载:
  2. 在C中实现矩阵运算,包括求逆 乘法 分解等(the calculation of matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:Hey man
  1. eigen3

    1下载:
  2. 包含矩阵运算的各种函数,以此来简化C++代码的复杂度(A variety of functions that contain matrix operations to simplify the complexity of C++ code)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1883136
    • 提供者:quechaoniu
  1. eigen3

    0下载:
  2. C语言相比于MATLAB最大的弊病就是在矩阵运算上,而这个库中间包含了所有的矩阵运算,简直不能再方便(Compared with MATLAB, the biggest drawback of C language is in the matrix operation, and the middle of this library contains all matrix operations, which can hardly be convenient)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:1641472
    • 提供者:神大大
  1. C++实现矩阵的所有运算

    2下载:
  2. 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:82944
    • 提供者:sunguang216
  1. 矩阵、减和乘代码实现

    1下载:
  2. 采用C++编程,用运算符重载实现矩阵的相加运算、相减运算以及相乘运算
  3. 所属分类:界面编程

  1. matrix

    0下载:
  2. 好用的矩阵运算库,直接调用,包括求逆,解决老板芯片没有矩阵库的问题。(The good use of the matrix operation library, direct call, including the inversion, to solve the problem that the boss chip has no matrix library.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:杨雁宇
  1. 矩阵快速幂

    0下载:
  2. c++封装的矩阵快速幂,ACM常用!快速幂算法在矩阵的扩展。(C++ encapsulation of matrix fast power, ACM commonly used! The expansion of a fast power algorithm in a matrix.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:Lylist
  1. 矩阵运算

    4下载:
  2. 设有两个矩阵A=(aij)m×n,B=(bij)p×q 实现要求: ⑴ 编写矩阵输入函数INPUT_MAT,通过该函数完成矩阵的输入并返回保存矩阵的三元组 (不能使用全局变量); ⑵ 编写矩阵输出函数OUTPUT_MAT,通过该函数完成矩阵的输出,输出的形式是标准的矩阵形式(即二维数组的形式); ⑶ 求矩阵的转置,矩阵的转置A’=(aji)n×m,转置前输出原矩阵,转置后输出转置矩阵; ⑷ 求矩阵A、B的和。矩阵A和B能够相加的条件是:m=p,n=q;矩阵A和B如果不能相加,请给
  3. 所属分类:

    • 发布日期:2021-01-14
    • 文件大小:28672
    • 提供者:viewyouyou
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com