lionheart777 在 2005-07-08 16:10:50 上传
说明:矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等
开发平台:Visual C++ | 大小:9KB | 下载577次
cj1982cj 在 2005-07-03 02:42:36 上传
说明:一个矩阵四则运算程序. 主要实现两个矩阵的 加,减,乘,除运算
开发平台:Java | 大小:1KB | 下载11次
vhumeng 在 2005-06-29 07:57:22 上传
说明:This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise [1]. The inference problem is solved by ML-II, i.e. the sources are found by integration over the source posterior and the noise covariance and mixing matrix are found by maximization of the marginal likelihood [1]. The sufficient statistics are estimated by either variational mean field theory with the linear response correction or by adaptive TAP mean field theory [2,3]. The mean field equations are solved by a belief propagation method [4] or sequential iteration. The computational complexity is N M^3, where N is the number of time samples and M the number of sources.
开发平台:matlab | 大小:7KB | 下载143次
cyt_hit 在 2005-06-22 14:49:47 上传
说明:矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程
开发平台:C# | 大小:2KB | 下载43次
Tony20170930 在 2005-05-09 16:40:34 上传
说明:矩阵计算库,经改编过的,可以扩充,可读性很好。
开发平台:C/C++ | 大小:141KB | 下载110次
howareyou 在 2005-04-26 20:12:08 上传
说明:这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。
开发平台:Visual Basic | 大小:5KB | 下载14次
chy_zc 在 2005-04-03 11:56:11 上传
说明:JAMA: A Java Matrix Package 用于JAVA开发中的矩阵运算
开发平台:Java | 大小:79KB | 下载268次
管理员 在 2005-04-01 19:08:27 上传
说明:This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
开发平台:Visual C++ | 大小:39KB | 下载45次
suppervictor 在 2005-03-28 23:21:32 上传
说明:矩阵计数器,用VC++实现了矩阵的一般运算(加减乘),以及求逆求行列式值,和转置等运算
开发平台:Visual C++ | 大小:2016KB | 下载167次
东ZI 在 2005-03-20 12:06:37 上传
说明:矩阵特征值与特征向量的计算约化对称矩阵为对称对角阵的豪斯荷尔镕变换法似对称三对角阵的全部特征值、特征向量的计算等
开发平台:C/C++ | 大小:8KB | 下载1646次
东ZI 在 2005-03-20 12:03:51 上传
说明:矩阵运算实矩阵相乘复矩阵相乘实矩阵求逆的全选主元高斯约当法
开发平台:C/C++ | 大小:16KB | 下载1596次
HAOXINXIN81 在 2005-02-28 21:03:15 上传
说明:稀疏矩阵的基本运算。
开发平台:WORD | 大小:1KB | 下载358次
li0713 在 2005-02-15 20:19:26 上传
说明:delphi 的矩阵转换程序
开发平台:Delphi | 大小:8KB | 下载28次
DavidDing 在 2005-02-01 00:16:05 上传
说明:Visual c++\Matlab图像处理与实用案例精选:矩阵类库源代码
开发平台:C++ | 大小:8KB | 下载354次
jpopop_0 在 2005-01-13 15:07:03 上传
说明:一个矩阵类的源码
开发平台:Visual C++ | 大小:6KB | 下载31次
snowtiger1 在 2005-01-04 15:18:32 上传
说明:初学者实现矩阵乘法,觉得矩阵乘法简单但很实用,写的不是很高效,可以下载下来研究研究哦。
开发平台:C/C++ | 大小:1KB | 下载109次
fanfulin 在 2004-12-17 09:14:24 上传
说明:Matrix code
开发平台:C++ | 大小:3KB | 下载4次
管理员 在 2004-12-11 17:59:41 上传
说明:求解矩阵的最大最小特征值及对应的特征向量,以及计算条件数
开发平台:Visual C++ | 大小:198KB | 下载126次
bbaaoo 在 2004-12-01 10:38:37 上传
说明:矩阵求逆,经典算法,全主元高斯约当法,经典源码,用途广泛
开发平台:Visual C++ | 大小:165KB | 下载372次
qwdong 在 2004-11-17 10:59:08 上传
说明:矩阵的奇异值分解算法
开发平台:WINDOWS | 大小:9KB | 下载1355次
sturdylhz 在 2004-11-14 15:15:21 上传
说明:一篇介绍矩阵运算的文章,包括了主要的代码,word文件。
开发平台:C++ | 大小:6KB | 下载90次
administrator 在 2004-11-13 20:42:12 上传
说明:矩阵转置与矩阵输出
开发平台:C++ | 大小:1KB | 下载29次
eryaeya 在 2004-10-29 14:10:00 上传
说明:Some of the basic matrix operations
开发平台:WINDOWS | 大小:4KB | 下载5次
管理员 在 2004-08-09 08:19:53 上传
说明:基本矩阵运算 : + - *, 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 : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *
开发平台:C/C++ | 大小:96KB | 下载116次
fangmike 在 2004-08-01 21:23:14 上传
说明:清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!
开发平台:Visual C++ | 大小:1287KB | 下载2193次
pchotmail 在 2004-07-10 15:20:46 上传
说明:用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。
开发平台:C++ | 大小:205KB | 下载263次
guandong 在 2004-07-08 23:56:44 上传
说明:矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍
开发平台:Visual C++ | 大小:94KB | 下载107次
管理员 在 2003-10-30 15:44:23 上传
说明:ComPort Library是一套用来编写串口通讯程序的控件。它包含5个控件:TComPort, TComDataPacket, TComComboBox, TComRadioGroup and TComLed。利用这些工具(当然还有DELPHI开发环境),你能更快更简单地开发串口通讯程序。包含Delphi上下文相关的帮助文件和源代码(4000行)。功能无限制。源代码:包含。适用语言:CB3 CB4 CB5 D3 D4 D5
开发平台:Delphi | 大小:158KB | 下载220次
管理员 在 2001-11-15 11:01:24 上传
说明:各种矩阵算法库。支持UpperTriangularMatrix,LowerTriangularMatrix, DiagonalMatrix, SymmetricMatrix, BandMatrix,UpperBandMatrix, LowerBandMatrix, SymmetricBandMatrix, RowVector,ColumnVector。
开发平台:C/C++ | 大小:171KB | 下载493次