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

搜索资源列表

  1. matrix4.rar

    0下载:
  2. 矩阵运算
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:19504
    • 提供者:
  1. square_cal矩阵运算.zip

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:74749
    • 提供者:
  1. 27980

    0下载:
  2. c源码,数学函数库,包含了大部分数学公式,矩阵运算等-c source code, the mathematical function storehouse, has contained the majority of mathematical formula, the matrix operation and so on
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:34042
    • 提供者:莫楚祥
  1. aa200b

    0下载:
  2. c源码,数学函数库,包含了大部分数学公式,矩阵运算等-c source code, the mathematical function storehouse, has contained the majority of mathematical formula, the matrix operation and so on
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:269609
    • 提供者:莫楚祥
  1. Matrix

    0下载:
  2. 矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍- The matrix operation, concrete showing sees in the procedure, all has the detailed introduction in each procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:96504
    • 提供者:关东
  1. 科学与工程数值计算算法配套源码java

    0下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:137745
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vb

    4下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:194325
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vc++

    5下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1318271
    • 提供者:方正
  1. Algebra

    0下载:
  2. 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions :
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:98561
    • 提供者:none
  1. raa

    0下载:
  2. 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:65565
    • 提供者:谢瑶
  1. finitecal

    1下载:
  2. 本程序设计了一个有限域类,可以提供GF(P)[P为素数]上的矩阵运算,特别通过欧几里德算法提供了多项式的有限域矩阵逆运算。-This procedure designed a type of finite fields can be GF (P) [P for prime] on matrix calculation, in particular through the Euclidean algorithm provides a finite field polynomial matrix i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1430
    • 提供者:小陈
  1. matrix_src

    0下载:
  2. 用VB实现矩阵运算(矩阵的加、减、乘、除等)-matrix math
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1675
    • 提供者:王颖
  1. compute

    0下载:
  2. 数据结构中的稀疏矩阵运算器,用c语言写的-Sparse matrix data structure calculator, written with c language
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:225445
    • 提供者:
  1. shizilianbiao

    0下载:
  2. typedef struct OLNode { int i,j ElemType e struct OLNode *right,*down } OLNode, *OLink typedef struct { OLink *rhead,*chead int mu,nu,tu } CrossList 十字链表法,求解稀疏矩阵运算,程序容易看懂。不过没有乘法-typedef struct OLNode { int i,j E
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:6950
    • 提供者:zzc
  1. Matrix-Calculator

    1下载:
  2. mfc编的矩阵计算器,可以运行矩阵所有运算模式-mfc code matrix calculator, you can run the matrix of all modes of operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-08-21
    • 文件大小:149301
    • 提供者:杨徉
  1. 单层神经网络矩阵改进

    0下载:
  2. 基于Matlab编程,实现人工神经网络对经典三种鸢尾花数据的分类,利用Matlab矩阵运算的优势,对全部样本进行同时训练,具有很好的输出结果(An Artificial Neuron Network which accomplishes classifying three kinds of flower)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1505280
    • 提供者:潘德
  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. EigenTest

    0下载:
  2. C++矩阵处理工具——Eigen3工具包,其内部封装了很多矩阵类,可以在C++环境轻松进行矩阵处理(与操作系统无关,window,linux均可)。(C++ matrix processing tool - Eigen3 toolkit, which encapsulates a lot of matrix classes, can be easily carried out in the C++ environment matrix processing (unrelated to the o
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:4883456
    • 提供者:naruto1992
  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 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com