代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/470619/6905109

m capacity_rician.m

function outage=capacity_rician(SNR,M,k,output) %************************************************************************** %This program illustrates the coding for determining the capacity in the
www.eeworm.com/read/466476/7035943

m exp_fnct.m

function y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % Returns the function funfcn(x) times % the exponential factor exp(-j*2*pi*k/T*x) j=sqrt(-1) ; args=[]; for nn
www.eeworm.com/read/464825/7060442

m ex_07_03_2.m

% ex_07_03_2.m : 习题 7.3 clear all; fl=pi/6;fh=pi/3;N=29; factor=(N+1)/2;m=factor*fl/pi; m=floor(m);m2=factor*fh/pi;m2=ceil(m2); j=sqrt(-1); for k=0:(N-1) if((k=(N-m))||((k>=
www.eeworm.com/read/288039/7097146

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/125142/7126502

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/463779/7175411

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/463748/7175990

m exp_fnct.m

function y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % Returns the function funfcn(x) times % the exponential factor exp(-j*2*pi*k/T*x) j=sqrt(-1) ; args=[]; for nn
www.eeworm.com/read/463435/7181046

c radfn.c

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

m exp_fnct.m

function y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % Returns the function funfcn(x) times % the exponential factor exp(-j*2*pi*k/T*x) j=sqrt(-1) ; args=[]; for nn=1:narg
www.eeworm.com/read/451644/7458960

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Memo1: TMemo;