代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/337166/12386751

m ex4-4-1.m

% 符号矩阵的分解 syms s G=[(s+1)/(s^2+5*s+6),2*(s+1)/(s^2+2*s-3);(s^2-s)/(s^2+2*s+1),s/(s+2)] factor(G) % 符号矩阵的展开 syms x y s a b c; GS=[sin(x+y)/cos(2*x);exp(x-y);log(a*b^2/c);(s+1)*(s+3
www.eeworm.com/read/250151/12427431

h tree.h

#pragma once #include "mobjfile.h" class Tree : protected MObjFile { public: Tree(void); ~Tree(void); void Draw(); void LoadTreeFile(const char *fileName); void SetScalerFactor(float
www.eeworm.com/read/234666/14102137

m tfrrmsc.m

function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K); %TFRRMSC Reassigned Morlet Scalogram time-frequency distribution. % [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE) % computes the Morlet scalogram and
www.eeworm.com/read/234517/14110320

java abstractspinner.java

/*====================================================================*\ AbstractSpinner.java Abstract spinner class. ------------------------------------------------------------------------ This
www.eeworm.com/read/131795/14125452

dat vb_fun20b.dat

语法 ---- DDB(cost, salvage, life, period[, factor]) DDB 函数具有下列命名参数: 部分 描述 cost 必要.Double 指定资产的初始成本. salvage 必要.Double 指定使用年限结束时的资产价值. life 必要.Double 指定资产可
www.eeworm.com/read/130146/14205244

c aa_hiresantialiasing.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/129000/14270018

c radfn.c

/*---------------------------------------------------------------------- File : radfn.c Contents: radial function management (for clustering, radial basis function networks,
www.eeworm.com/read/128996/14270498

c radfn.c

/*---------------------------------------------------------------------- File : radfn.c Contents: radial function management (for clustering, radial basis function networks,
www.eeworm.com/read/128750/14279869

m fig5_20.m

% % This routine generates graphs of the loss factor and % insertion loss of the lowpass Chebyshev filters % of order 1 through 4. % % Copyright (c) 1999 by P.Bretchko and R.Ludwig %
www.eeworm.com/read/128466/14295955

cpp chapter11-5.cpp

//文件名:CHAPTER11-5.cpp #include #include #include // The function object multiplies an element by a Factor template class MultValue { private: T