代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/226035/14502729

cpp asymp.cpp

/***************************************************/ /*! \class Asymp \brief STK asymptotic curve envelope class This class implements a simple envelope generator which asymptotically ap
www.eeworm.com/read/124283/14579202

c fftmr.c

#include #include #include #include #define REAL(z,i) ((z)[2*(i)]) #define IMAG(z,i) ((z)[2*(i)+1]) int main (void) { int i; const in
www.eeworm.com/read/223372/14643206

java expressionfunctionround.java

/* ============================================================= * SmallSQL : a free Java DBMS library for the Java(tm) platform * ============================================================= *
www.eeworm.com/read/223372/14643234

java expressionfunctiontruncate.java

/* ============================================================= * SmallSQL : a free Java DBMS library for the Java(tm) platform * ============================================================= *
www.eeworm.com/read/223158/14651576

m lin2pcmu.m

function p=lin2pcmu(x,s) %LIN2PCMU Convert linear to Mu-law PCM P=(X,S) % pcmu = lin2pcmu(lin) where lin contains a vector % or matrix of signal values within a range determined by % the scale fac
www.eeworm.com/read/220998/14780545

cpp hour11_3b.cpp

//Listing 11.7 // Returning multiple values from a function // rename to factor.cpp which should be added to the project in the Borland IDE // ^^^ This second part is *ver
www.eeworm.com/read/219464/14879774

java viewerbehavior.java

import java.awt.*; import java.awt.event.*; import java.util.*; import javax.media.j3d.*; import javax.vecmath.*; /** * ViewerBehavior * * @version 1.0, 98/04/16 **/ /** * Wakeu
www.eeworm.com/read/218755/14907668

m tfft.m

bk1=data; f1=200; %f1=8000/60; xiuu=2*pi*f1; bk1(:,1)=bk1(:,1)*xiuu; temp=0;bm1=0;sz=size(bk1); factor=data(sz(1),1)*f1; for i=1:sz(1)-1 temp=temp+bk1(i,2)*(cos(bk1(i+1,1))-cos(bk1(i,1
www.eeworm.com/read/217040/14982003

pas zbrac.pas

PROCEDURE zbrac(VAR x1,x2: real; VAR succes: boolean); (* Programs using routine ZBRAC must externally define a function fx(x:real):real which is to be bracketed. *) LABEL 99; CONST factor=1.6
www.eeworm.com/read/116214/14982662

h cre.h

"EOF expected", "ident expected", "string expected", "badstring expected", "number expected", "\"COMPILER\" expected", "\"PRODUCTIO