代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/422930/10601659

vb basicmatrices.vb

' The GeneralMatrix class resides in the Extreme.Mathematics.LinearAlgebra namespace. Imports Extreme.Mathematics.LinearAlgebra Namespace Extreme.Mathematics.QuickStart.VB ' Illustrates the u
www.eeworm.com/read/422930/10601903

vb accessingmatrixcomponents.vb

' Matrix and Vector classes reside in the ' Extreme.Mathematics.LinearAlgebra namespace. Imports Extreme.Mathematics.LinearAlgebra Namespace Extreme.Mathematics.QuickStart.VB ' Illustrates a
www.eeworm.com/read/422930/10601973

vb matrixdecompositions.vb

' The GeneralMatrix and DoubleVector classes resides in the ' Extreme.Mathematics.LinearAlgebra namespace. Imports Extreme.Mathematics.LinearAlgebra Namespace Extreme.Mathematics.QuickStart.VB
www.eeworm.com/read/277779/10605122

m anal2.m

function [E,Nc,mC,T] = anal2(M,D,st,s); % % Ph.D. Thesis % Copyright by Leandro Nunes de Castro % March, 2000 % Immune Network (iNet) - Description in iNet.doc % Function determines the Minima
www.eeworm.com/read/277716/10611039

m fasticapearson.m

function [y,A,W]=fasticapearson(mixedsig,epsilon,... maxNumIterations,borderBase,borderSlope); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Pe
www.eeworm.com/read/422760/10612000

txt primsalgorithm.txt

%Prims Algorithm %coded by Vikramaditya V. Kundur %more information www.matlabsky.cn clc fid = fopen('testfile1.txt', 'r'); % Input file %Input file should be in the form of a text file.
www.eeworm.com/read/422708/10618935

inl linearequation.inl

//LinearEquation.inl 线性方程(组)求解函数(方法)定义 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31 #ifndef _LINEAREQUATION_INL #define _LINEAREQUATION_INL //全选主元高斯消去法 template int L
www.eeworm.com/read/159620/10632897

m ss_tbl31.m

Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter Note that the sequences are the columns of the below matrix not the rows, so we have to take the transpose of the following m
www.eeworm.com/read/422418/10637995

m createdistmat.m

function distMat = createDistMat (proj, metric) % % PROTOTYPE % function distMat = createDistMat (proj, metric) % % USAGE EXAMPLE(S) % pcaDistMatCos = createDistMat(pcaProj, 'COS'); % % GENER
www.eeworm.com/read/159560/10640014

m torr_ftop.m

% By Philip Torr 2002 % copyright Microsoft Corp. %this function will convert an fundamental matrix to a rotation and translation martix %then establish a suitable frame eliminating the spurious so