搜索资源列表
matrix_007
- 包含所有矩阵运算的头文件,可以应用在所有需要矩阵运算的VC程序中,-matrix calculation includes all the header files and can be applied to all the needs of the VC matrix calculation procedures,
matmutip
- 用vc编写的矩阵运算程序,其中包括子程序和主程序,已经编译过了可以运行-vc prepared with the matrix calculation procedures, including subroutine and the main program has compiled a run
matrix
- 一个由C语言写成的矩阵运算程序源代码,共初学者参考。
xishujuzhen
- 矩阵运算程序: 用三元组实现稀疏矩阵的 加 减 乘和转置运算
仿matlab矩阵运算
- 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
nios 计算卡尔曼滤波程序
- nios 计算卡尔曼滤波程序,里面友很多矩阵运算子程序,calman filter program in nios
juzhenyunsuan.rar
- 矩阵运算程序源代码,包含vb和vc两种矩阵运算源代码!,Matrix calculation program source code, vb and vc contains two types of matrix calculation source code!
Chap05
- 计算机常用数值算法与程序(C++版 ) Chap05 矩阵运算-Computer numerical algorithm and procedures used (C++ Version) Chap05 matrix calculation
finitecal
- 本程序设计了一个有限域类,可以提供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
matrix
- 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
matrixoflabview
- 使用labview编写的矩阵运算程序,调试好的-matrix calculation program of labview
matrix
- 矩阵运算程序,矩阵加法,减法,转置,求逆,乘法,等运算-Matrix operations procedures, matrix addition, subtraction, transpose, inverse, multiplication, and so computing
shizilianbiao
- 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
matrix
- c写的常用矩阵运算程序,包括:矩阵求逆、矩阵上三角、矩阵加减乘、矩阵归一化、矩阵叉乘、行列式求值、矩阵求迹,矩阵求秩、矩阵转置等-matrix program in c
Matrix
- VC++ 矩阵运算程序及技术文档,主要是进行矩阵的输入、输出运算,本程序能根据矩阵表达式来进行表达式求解。也就是说程序能判定各个运算符的优先权,然后进行分析计算。同时它还可对具有相同行数和列数的矩阵间的加法、减法运算,符合矩阵乘法规则要求的矩阵间的乘法运算,方阵间的除法,方阵的求逆,矩阵的求转置矩阵等运算。 -VC++ matrix operations procedures and technical documentation, primarily the matrix of the i
matrix-operation
- 矩阵运算程序打包,运算虽然很基础,但是种类齐全-Matrix operations are packaged, complete a variety of basic operations
juzhenyunsuan
- 矩阵运算程序,包括求逆,转值,相加减,相乘除-Matrix operations procedures, including inversion, transfer value, addition and subtraction, multiplication in addition to
Matrix
- 一些矩阵运算程序,用c实现的,简单明了,通俗易懂!-some matrix code
30d2d767fc3b
- 矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-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
LUP
- 经典的LUP分解程序,用于解线性方程组。其中还包含了一些矩阵运算程序-Classic LUP decomposition procedure for solving linear equations