代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/249416/12506889

pas imgutil.pas

{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below unit ImgUtil; // The new algorithms are 5 to 8 imes faster (dirty but fast) and they // not need so many memory (if the
www.eeworm.com/read/334836/12571023

readme

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= SFSEXP: Small Fast S-Expression Library http://sexpr.sourceforge.net/ Matt Sottile (matt@lanl.gov) Advanced Computing Laboratory, Los Alamos National Laborator
www.eeworm.com/read/135580/13919575

spec fltk.spec

product fltk id "Fast Light Tool Kit, 1.0.5" image sw id "FLTK Execution Environment, 1.0.5" version 010004000 subsys eoe default id "FLTK - Execution-Onl
www.eeworm.com/read/135035/13966249

makefile

# # This makefile can be used to make all 4 programs but note that # it is designed to make changing the integer version bp fast # by keeping its object files around. The other 3 programs erase #
www.eeworm.com/read/204483/15337650

c fft.c

/* * fft.c * * Version 2.6 by Steve Sampson, Public Domain, November 1988 * * This program produces a Frequency Domain display from the Time Domain * data input; using the Fast Fourier Transform
www.eeworm.com/read/202785/15373313

m fubin.m

function out=fubin(in,bits,dvec); % % fubin.m % % function out=fubin(in,bits,dvec); % % Fast decoding from binary to decimal % avoiding the use of loops % dvec=vector of decimal mappings %
www.eeworm.com/read/202785/15373334

m fdecode.m

function out=fdecode(bin,description,dvec,bts); % % Fast parameter decoding routine that does not % recalculate the description matrix % % out=fdecode(bin,description) % [num_param L]=size(desc
www.eeworm.com/read/200388/15434309

c irank.c

/* * irank.c * * Fast rank filter for images. * * IMM = IRANK(IM, ORDER, SE [,HISTOBINS] [, EDGE]) * 0 1 2 3 4 * * where SE is the structuring element ORDE
www.eeworm.com/read/200388/15434322

c ivar.c

/* ivar.c * * Fast region variance/kurtosis/skewness for images * * IMM = IVAR(IM, SE, OP [, EDGE]) * * where SE is the structuring element * OP is 'var', 'kurt', 'skew' * EDGE is 'border',
www.eeworm.com/read/200388/15434382

c imorph.c

/* imorph.c * * Fast morphological transform for images. * * IMM = IMORPH(IM, SE, OP [, EDGE]) * * where SE is the structuring element * OP is 'min', 'max', 'diff' * EDGE is 'border', 'none'