代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/486342/6539561

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/486343/6540091

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/485902/6548999

m iirdsgn.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %This program let the user to design IIR filters for % %magnetic recording applications. The target pulse shapes % %ar
www.eeworm.com/read/485103/6564313

m two2n.m

function [IndicesN]=Two2N(DimX,Indices2); %TWO2N Conversion of indices between unfoldings and N-way arrays % % % function [IndicesN]=Two2N(DimX,Indices2); % % % This algorithm requires access t
www.eeworm.com/read/485122/6565083

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/482369/6623446

m wave_bases.m

%WAVE_BASES 1D Wavelet functions Morlet, Paul, or DOG % % [DAUGHTER,FOURIER_FACTOR,COI,DOFMIN] = ... % wave_bases(MOTHER,K,SCALE,PARAM); % % Computes the wavelet function as a function of Fou
www.eeworm.com/read/476845/6751703

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/476907/6754380

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/407373/11420148

c jdcoefct.c

#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" /* Block smoothing is only applicable for progressive JPEG, so: */ #ifndef D_PROGRESSIVE_SUPPORTED #undef BLOCK_SMOOTHING_SUPPO
www.eeworm.com/read/407141/11428537

m plotdat.m

function plotdat(type, result, config, cparams, varargin) % Usage: % plotdat(type, result, config, cparams, fighandle, 'reuse') % % plotdat.m is part of the CR1Dmod forward modeling package. The