代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/356914/10219155

c cas.c

/* cas.c - IIR filtering in cascade of second-order sections */ double sos(); /* single second-order section */ double cas(K, A, B, W, x) int K; double **A, **B, *
www.eeworm.com/read/355337/10275000

m reentry_cond.m

% % Compute condition numbers of transition matrices % for re-entry simulation with no noise. % % Copyright (C) 2005-2006 Simo S鋜kk
www.eeworm.com/read/355237/10284238

m reentry_cond.m

% % Compute condition numbers of transition matrices % for re-entry simulation with no noise. % % Copyright (C) 2005-2006 Simo S鋜kk
www.eeworm.com/read/278816/10504460

c cas.c

/* cas.c - IIR filtering in cascade of second-order sections */ double sos(); /* single second-order section */ double cas(K, A, B, W, x) int K; double **A, **B, *
www.eeworm.com/read/352543/10542125

m torr_etort.m

% By Philip Torr 2002 % copyright Microsoft Corp. %this function will convert an essential matrix to a rotation and translation martix %as set out in Hartley and Zisserman. %note there are 4 sol
www.eeworm.com/read/159946/10585187

c cas.c

/* cas.c - IIR filtering in cascade of second-order sections */ double sos(); /* single second-order section */ double cas(K, A, B, W, x) int K; double **A, **B, *
www.eeworm.com/read/159560/10640007

m torr_etort.m

% By Philip Torr 2002 % copyright Microsoft Corp. %this function will convert an essential matrix to a rotation and translation martix %as set out in Hartley and Zisserman. %note there are 4 sol
www.eeworm.com/read/272848/10940562

cpp timematrixmultiply1.cpp

// run time for simple square matrix multiply #include #include #include "make2dArrayNoCatch.h" using namespace std; #pragma optimize("t", on) template void sq
www.eeworm.com/read/272848/10940645

cpp matrixmultiply1.cpp

// multipy square matrices #include #include "make2dArrayNoCatch.h" using namespace std; template void squareMatrixMultiply(T **a, T **b, T **c, int n) {// Multiply the
www.eeworm.com/read/152244/7139459

m ex4_2.m

%%%%%%%%%%%%%%%%%% Example 4.2 %%%%%%%%%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat %