代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/402948/11526241

htm 例3-1.htm

函数简例 function factor(num){ var i,fact=1; for (i=1;i
www.eeworm.com/read/402868/11526800

m interpolate2lfactor.m

function factor_ab = Interpolate2Lfactor(a,b); factor_ab = 1/ (( 1+ (a-b)^2 )^.5 );
www.eeworm.com/read/401145/11563686

cs arthmexp.cs

using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Text.RegularExpressions; namespace CmmInterpretor { //类 算术表达式 class ArthmEx
www.eeworm.com/read/158443/11615477

c zbrac.c

#include #define FACTOR 1.6 #define NTRY 50 int zbrac(func,x1,x2) float (*func)(),*x1,*x2; { void nrerror(); int j; float f1,f2; if (*x1 == *x2) nrerror("Bad initial range in
www.eeworm.com/read/158443/11615775

c xks2d1s.c

/* Driver for routine ks2d1s */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NMAX 1000 int main(void) { long idum; unsigned long j,jtrial,n1,ntrial;
www.eeworm.com/read/158241/11630372

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/261324/11654915

m aaleakylms.m

function[w,y,e,J,w1]=aaleakylms(x,dn,mu,gama,M) %function[w,y,e,J,w1]=aaleakylms(x,dn,mu,gama,M) %all signals are real valued;x=input to filter; %y=output from the filter;dn=desired signal; %mu=
www.eeworm.com/read/260913/11687136

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/346367/11752908

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/156908/11753713

cpp brute.cpp

/* * Program to factor numbers using brute force. * Copyright (c) 1988-1997 Shamus Software Ltd. * * Requires: big.cpp */ #include #include "big.h" using namespace st