代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/339382/12239492

cpp d13r7.cpp

#include "iostream.h" #include "math.h" #include "stdlib.h" void main() { //program d13r7 //driver for routine ftest int npts = 1000, nval = 10; int i,j,mpts = 500; doub
www.eeworm.com/read/252197/12294058

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/252180/12295334

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/150072/12317278

cpp d13r7.cpp

#include "iostream.h" #include "math.h" #include "stdlib.h" void main() { //program d13r7 //driver for routine ftest int npts = 1000, nval = 10; int i,j,mpts = 500; doub
www.eeworm.com/read/250937/12374884

h slabs.h

/* slabs memory allocation */ /* Init the subsystem. 1st argument is the limit on no. of bytes to allocate, 0 if no limit. 2nd argument is the growth factor; each slab will use a chunk size equ
www.eeworm.com/read/337087/12392247

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/336620/12428586

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/132006/14114056

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Memo1: TMemo;
www.eeworm.com/read/132006/14115148

txt d11r7.txt

implementation //PROGRAM D11R7 //Driver for routine FTEST uses unit2; {$R *.DFM} procedure TForm1.Button1Click(Sender: TObject); const s1='%10.4f'; NPTS = 1000; MPTS = 500; NVAL = 10; E
www.eeworm.com/read/233421/14151897

pas unit1.pas

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