代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/280031/10359283

cs 递归求阶乘.cs

using System; class Factor { public static void Main() { for(int i=1; i
www.eeworm.com/read/279631/10409698

java settaper.java

/* * SetTaper * * Button action to set up default current taper * * Meirong He * EEE Department * University of Sheffield * July 2005 */ import java.awt.*; import java.awt.event
www.eeworm.com/read/161301/10427626

m lininit.m

% -------------------------------> LININIT.M
www.eeworm.com/read/161301/10427934

m lininit.m

% -------------------------------> LININIT.M
www.eeworm.com/read/161301/10427988

m optrinit.m

% ------------------------------> OPTRINIT.M
www.eeworm.com/read/279423/10438894

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/161171/10441088

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/161098/10451394

m ex0309.m

%多项式符号表达式的化简 f=sym('x^3-6*x^2+11*x-6') %多项式形式 g= sym('(x-1)*(x-2)*(x-3)') %因式形式 h= sym(' x*(x*(x-6)+11)-6') %嵌套形式 pretty(f) collect(g) f1=sym('x^3+2*x^2*y+4*x*y+6') collect(f1,'y')
www.eeworm.com/read/160929/10469434

m p10_7.m

% Program 10_7 % Illustration of Sampling Rate Alteration by % a Ratio of Two Integers % clf; L = input('Up-sampling factor = '); M = input('Down-sampling factor = '); n = 0:29; x = sin(2*pi*0.43*n) +
www.eeworm.com/read/160929/10469787

m p10_7.m

% Program 10_7 % Illustration of Sampling Rate Alteration by % a Ratio of Two Integers % clf; L = input('Up-sampling factor = '); M = input('Down-sampling factor = '); n = 0:29; x = sin(2*pi*0