代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/308602/13699006

m e0520.m

syms k;A=[1-k -2 4;2 3-k 1;1 1 1-k];D=det(A) ;factor(D)
www.eeworm.com/read/303498/13814293

m e0516.m

syms x a;f=factor(x^3-a^3) ; pretty(f,'x')
www.eeworm.com/read/303498/13814347

m e0520.m

syms k;A=[1-k -2 4;2 3-k 1;1 1 1-k];D=det(A) ;factor(D)
www.eeworm.com/read/257078/11950983

m e0516.m

syms x a;f=factor(x^3-a^3) ; pretty(f,'x')
www.eeworm.com/read/257078/11951125

m e0520.m

syms k;A=[1-k -2 4;2 3-k 1;1 1 1-k];D=det(A) ;factor(D)
www.eeworm.com/read/199077/7889895

hpp hour11_3b.hpp

//Listing 11.7 // Returning multiple values from a function // rename to factor.hpp short Factor(int, int*, int*);
www.eeworm.com/read/220998/14780521

hpp hour11_3b.hpp

//Listing 11.7 // Returning multiple values from a function // rename to factor.hpp short Factor(int, int*, int*);
www.eeworm.com/read/402868/11526780

m twolineinterpolate.m

function IMG_TwoLine = TwoLineInterpolate( IMG ) Te = 200; Tcr = 50; IMG_SIZE = size(IMG(:,:,1)); tmp = zeros( [IMG_SIZE, 3] ); % x_end_minus1 = IMG_SIZE(2)-1; IsXsizeOdd = mod( IMG_SIZE(2)
www.eeworm.com/read/140847/5779127

m fg3.m

% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the % evidence up front seed = 1; rand('state', seed); randn('state', seed); T = 3; Q = 3; O = 2; cts_obs = 1;
www.eeworm.com/read/133943/5897313

m fg3.m

% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the % evidence up front seed = 1; rand('state', seed); randn('state', seed); T = 3; Q = 3; O = 2; cts_obs = 1;