代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/241049/13175777

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/139007/13195472

m gfpp.m

function A = gfpp(T, c) %GFPP Matrix giving maximal growth factor for Gaussian elim. with pivoting. % GFPP(T) is a matrix of order N for which Gaussian elimination % with partial pivo
www.eeworm.com/read/323831/13314226

cpp cfeaturefunction.cpp

// Copyright (C) 2003 // Gerhard Neumann (gerhard@igi.tu-graz.ac.at) // // This file is part of RL Toolbox. // http://www.igi.tugraz.at/ril_toolbox // // All rights reserved.
www.eeworm.com/read/323831/13314575

h ctheoreticalmodel.h

// Copyright (C) 2003 // Gerhard Neumann (gerhard@igi.tu-graz.ac.at) // // This file is part of RL Toolbox. // http://www.igi.tugraz.at/ril_toolbox // // All rights reserved.
www.eeworm.com/read/136754/13362522

m haar.m

function x=haar(a,ts) %ha = haar(a,ts) computes the Haar wavelet for a given dilation factor, a, and %sampled at a rate of ts. %This routine is used by the routine, ctwt. % %Author: Ajit S. Bop
www.eeworm.com/read/321396/13407492

c gen_twiddle_fft32x32.c

/* ======================================================================== */ /* gen_twiddle_fft32x32.c -- File with twiddle factor generators. */ /* =======================================
www.eeworm.com/read/321160/13411502

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/321050/13412895

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/319411/13452156

cpp jdcoefct.cpp

/* * jdcoefct.c * * Copyright (C) 1994-1995, 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/319068/13463493

pas jccoefct.pas

Unit JcCoefCt; { This file contains the coefficient buffer controller for compression. This controller is the top level of the JPEG compressor proper. The coefficient buffer lies between forw