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

搜索资源列表

  1. 矩阵类

    0下载:
  2. 将常用的矩阵操作封装起来,展示了c语言中的矩阵运算-matrix will be used to operate the package, display the c language matrix
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:66022
    • 提供者:snow
  1. 矩阵运算程序111

    0下载:
  2. 矩阵运算的VC代码 能实现一些简单的功能 有待改进 -matrix calculation VC code to achieve some simple function is to be improved
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:75727
    • 提供者:pack
  1. 矩阵运算

    0下载:
  2. 线性代数中的矩阵运算。现在用C实现了,自己编写的
  3. 所属分类:其他小程序

    • 发布日期:2009-03-19
    • 文件大小:2891
    • 提供者:figo168hf
  1. Matrix

    0下载:
  2. C#的矩阵运算,包括加减乘除,求逆等-C#, matrix operations, including addition and subtraction multiplication and division, inverse, etc.
  3. 所属分类:CSharp

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

    2下载:
  2. C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
  3. 所属分类:C#编程

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:wangyong
  1. C_sharp_Matrix_class

    0下载:
  2. 文件为C#矩阵运算类,包含了多种形式的矩阵定义,能够进行多种矩阵运算,如矩阵四则运算、求逆、转置等,十分方便用于实际开发。-File for the C# matrix operations class, contains the definition of various forms of matrix, to carry out a variety of matrix operations, such as matrix arithmetic, inversion, transpose, e
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2698
    • 提供者:浩南
  1. CLapack_3_0

    1下载:
  2. 提供矩阵类的函数库,功能强大,包含有可解矩阵方程,基本矩阵运算等功能。-Provided matrix class library, powerful, contains a solvable matrix equation, the basic matrix operations and other functions.
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25376682
    • 提供者:张斌
  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. matrix

    0下载:
  2. 矩阵运算可以实现矩阵运算的常见功能,方程组求解等功能。-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:908
    • 提供者:kokoc
  1. cMatLib.vb

    0下载:
  2. 适用于vb.net的矩阵运算,包括矩阵的各种运算,请大家支持,超级好用。-cMatLib
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3016
    • 提供者:yuejia
  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. 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. 矩阵

    0下载:
  2. 有两个矩阵a,b,均为2行3列,求两矩阵之和。 重载“+”、 “-”运算符,实现两矩阵相加、相减运算;重载“==”运算符,比较两矩是否相等。(There are two matrices A, B, all 2 rows, 3 columns, and the sum of the two matrices. Heavy "+" and "-" operator, to achieve two matrix addition, subtractio
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:478208
    • 提供者:小,
  1. 矩阵、减和乘代码实现

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

  1. 矩阵运算程序

    0下载:
  2. 程序包含矩阵加减、转置和乘法的功能,用于学习动态内存分配、结构体、二级指针、文件I/O.(The program contains the function of matrix addition, subtraction, and multiplication, which is used to learn dynamic memory allocation, structure, two level pointer, file I/O)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:244736
    • 提供者:theisness
  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. 矩阵计算C语言版

    0下载:
  2. 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(Matrix calculation for C langu
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:15360
    • 提供者:Master_King
  1. 矩阵库

    0下载:
  2. 实现任意矩阵的加法,减法,乘法,除法,逆运算,转置(Implement any matrix addition, subtraction, multiplication, division, inverse, transpose.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:272384
    • 提供者:你恒哥
  1. C++矩阵运算类库(很实用)

    0下载:
  2. 该资料是使用c++语言实现矩阵运算类的运算过程,代码完整,可以完成调用,非常适合初学者学习(The information is the use of c++ language to achieve matrix operation class operation process, code integrity, can complete the call, very suitable for beginners to learn.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:20480
    • 提供者:Bigstrong
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com