代码搜索:Fast

找到约 10,000 项符合「Fast」的源代码

代码结果 10,000
www.eeworm.com/read/152475/12111256

c inffast.c

/* inffast.c -- fast decoding * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #include "inftrees.h" #incl
www.eeworm.com/read/253454/12220818

c wal_test.c

/* Demonstration of Walsh function generation, fast and slow Walsh transforms (c)Max */ #include #include "fwt.h" #include "wt.h" #include "walsh.h" #define WALSH_NUMBER
www.eeworm.com/read/253454/12220828

h fwt.h

/* Fast Walsh Transform x - pointer to data n = number of data points - order of FWT (should be equal to power of 2: 4,8,16,32 etc.) only integer calculations are used, no mul/div operations
www.eeworm.com/read/251032/12368652

txt life3dprops.txt

#Life3D Properties #Wed Aug 02 14:32:25 ICT 2006 height=512 width=512 die=3 4 5 6 fullscreen=false speed=fast bgColour=blue birth=5
www.eeworm.com/read/131880/14122277

ldf ts101ezflash.ldf

ARCHITECTURE(ADSP-TS101) SEARCH_DIR( $ADI_DSP\TS\lib ) // Libsim provides fast, mostly host emulated IO only supported by // the simulator. The libio library provides IO processing (includi
www.eeworm.com/read/233016/14173625

m fastpbssynthesis.m

function x = FastPBSSynthesis(c, par1, par2, par3) % FastPBSSynthesis -- Fast Wavelet(periodized,bi-orthogonal,symmetric) % Synthesis Operator % Usage: % x = FastPBSSynthesis(c, L, qmf, dqmf)
www.eeworm.com/read/129847/14222354

c inffast.c

/* inffast.c -- fast decoding * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #include "inftrees.h" #incl
www.eeworm.com/read/230384/14291160

asv f_conv.asv

function y = f_conv (h,x,circ) %F_CONV: Fast linear or circular convolution % % Usage: y = f_conv (h,x,circ) % % Inputs: % h = vector of length L containing pulse %
www.eeworm.com/read/230384/14291187

m f_conv.m

function y = f_conv (h,x,circ) %F_CONV: Fast linear or circular convolution % % Usage: y = f_conv (h,x,circ) % % Inputs: % h = vector of length L containing pulse %
www.eeworm.com/read/228533/14380241

c circrect.c

/* Fast Circle-Rectangle Intersection Checking by Clifford A. Shaffer from "Graphics Gems", Academic Press, 1990 */ #include "GGems.h" boolean Check_Intersect(R, C, Rad) /* Return TRUE iff rectang