代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/126283/14435387

html ch14-210.html

页面背景篇--逐渐减弱效果 页面背景篇--逐渐减弱效果
www.eeworm.com/read/126283/14435393

txt ch14-210.txt

页面背景篇--逐渐减弱效果 页面背景篇--逐渐减弱效果
www.eeworm.com/read/124791/14544054

cpp chapter11-5.cpp

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

cpp awgn.cpp

#include "AWGN.h" AWGN::AWGN() { } AWGN::~AWGN() { } void AWGN::attn(double *ich,double *qch,int ebn0,double factor1,int factor2,int count,double &attn) { //------------attenuatio
www.eeworm.com/read/123822/14612250

c factorial.c

#include "myhdr.h" int factorial(int n); int main() { int n; int Factor; printf("input a num please\n"); scanf("%d",&n); Factor = factorial(n); printf("the factorial is %d\n",Factor);
www.eeworm.com/read/223105/14658306

cpp chapter11-5.cpp

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

cpp ch9_5.cpp

//********************* //** ch9_5.cpp ** //********************* #include bool Factor(int, int&, int&); void main() { int number,squared,cubed; bool error; cou
www.eeworm.com/read/222445/14689797

m fresnell.m

%菲涅耳积分傅里叶变换方法 function [f1,dx1,dy1,x1,y1] = fresnell(f0,M,N,dx0,dy0,z,lambda) k=2*pi/lambda; x0=ones(N,1)*[-M/2:M/2-1]*dx0; y0=[-N/2:N/2-1]'*ones(1,M)*dy0; %Input f0 is in natural orde
www.eeworm.com/read/222279/14698681

c direct.c

/* ************************************************************************ Compile Switches ************************************************************************ */ /* #define TEST_DRIVER #defin
www.eeworm.com/read/222279/14698839

c cdboun.c

#include "cdboun.h" #include "cdhouse.h" /* Place particles within Repeating Boundaries */ int WrapParticles (Particle_t *a) { int idir; int ipart; int NumRepeat; int CntWrap; BOOLEAN IsParti