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

搜索资源列表

  1. matrix_007

    0下载:
  2. 包含所有矩阵运算的头文件,可以应用在所有需要矩阵运算的VC程序中,-matrix calculation includes all the header files and can be applied to all the needs of the VC matrix calculation procedures,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.07kb
    • 提供者:李里
  1. matmutip

    0下载:
  2. 用vc编写的矩阵运算程序,其中包括子程序和主程序,已经编译过了可以运行-vc prepared with the matrix calculation procedures, including subroutine and the main program has compiled a run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.68kb
    • 提供者:吕铁良
  1. matrix

    0下载:
  2. 一个由C语言写成的矩阵运算程序源代码,共初学者参考。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17.41kb
    • 提供者:xyin
  1. xishujuzhen

    0下载:
  2. 矩阵运算程序: 用三元组实现稀疏矩阵的 加 减 乘和转置运算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.13kb
    • 提供者:lijie
  1. 仿matlab矩阵运算

    3下载:
  2. vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculation functions, I was often alone
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:85.34kb
    • 提供者:李晓辉
  1. nios 计算卡尔曼滤波程序

    0下载:
  2. nios 计算卡尔曼滤波程序,里面友很多矩阵运算子程序,calman filter program in nios
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:2.76kb
    • 提供者:planet1997
  1. juzhenyunsuan.rar

    0下载:
  2. 矩阵运算程序源代码,包含vb和vc两种矩阵运算源代码!,Matrix calculation program source code, vb and vc contains two types of matrix calculation source code!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:119.79kb
    • 提供者:chenning
  1. Chap05

    1下载:
  2. 计算机常用数值算法与程序(C++版 ) Chap05 矩阵运算-Computer numerical algorithm and procedures used (C++ Version) Chap05 matrix calculation
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:22.12kb
    • 提供者:lihui
  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
    • 文件大小:1.4kb
    • 提供者:小陈
  1. matrix

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

    • 发布日期:2017-03-24
    • 文件大小:367.88kb
    • 提供者:
  1. matrixoflabview

    0下载:
  2. 使用labview编写的矩阵运算程序,调试好的-matrix calculation program of labview
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:6.56kb
    • 提供者:电子
  1. matrix

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

    • 发布日期:2017-03-29
    • 文件大小:5.78kb
    • 提供者:向巍
  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
    • 文件大小:6.79kb
    • 提供者:zzc
  1. matrix

    0下载:
  2. c写的常用矩阵运算程序,包括:矩阵求逆、矩阵上三角、矩阵加减乘、矩阵归一化、矩阵叉乘、行列式求值、矩阵求迹,矩阵求秩、矩阵转置等-matrix program in c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.31kb
    • 提供者:liao
  1. Matrix

    0下载:
  2. VC++ 矩阵运算程序及技术文档,主要是进行矩阵的输入、输出运算,本程序能根据矩阵表达式来进行表达式求解。也就是说程序能判定各个运算符的优先权,然后进行分析计算。同时它还可对具有相同行数和列数的矩阵间的加法、减法运算,符合矩阵乘法规则要求的矩阵间的乘法运算,方阵间的除法,方阵的求逆,矩阵的求转置矩阵等运算。 -VC++ matrix operations procedures and technical documentation, primarily the matrix of the i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:52.27kb
    • 提供者:
  1. matrix-operation

    0下载:
  2. 矩阵运算程序打包,运算虽然很基础,但是种类齐全-Matrix operations are packaged, complete a variety of basic operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:12.2kb
    • 提供者:liushui
  1. juzhenyunsuan

    0下载:
  2. 矩阵运算程序,包括求逆,转值,相加减,相乘除-Matrix operations procedures, including inversion, transfer value, addition and subtraction, multiplication in addition to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:18.76kb
    • 提供者:王子蒙
  1. Matrix

    0下载:
  2. 一些矩阵运算程序,用c实现的,简单明了,通俗易懂!-some matrix code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.64kb
    • 提供者:zhangbin
  1. 30d2d767fc3b

    0下载:
  2. 矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Matrix calculation procedures Functional Analysis: This procedure can be completed matrix of input and output. Has the same number of rows and columns of the m
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:17.45kb
    • 提供者:
  1. LUP

    0下载:
  2. 经典的LUP分解程序,用于解线性方程组。其中还包含了一些矩阵运算程序-Classic LUP decomposition procedure for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:3.56kb
    • 提供者:赵壮
« 12 3 4 5 6 »
搜珍网 www.dssz.com