代码搜索:based

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

代码结果 10,000
www.eeworm.com/read/111495/6961271

credits

Thanks to Michael Gibson from eSeSiX for donating a cs5530 based thin client for porting /dev/bios.
www.eeworm.com/read/468565/6993142

m makeqtable.m

function [coefScaleFactor, compressionFactor] = makeQTable(halfMax) % % AUTHOR: B. Wandell % DATE: 10.20.94 % % PURPOSE: % Make a quantization table for the JPEG quantization % step. The formula is b
www.eeworm.com/read/466659/7030927

m heaviside.m

function value = heaviside( z, epsilon ) % HEAVISIDE Heaviside function of z % HEAVISIDE( z, epsilon ) Heaviside function of z, regularized % based on epsilon. value = 0.5 .* ( 1 + ( 2 ./
www.eeworm.com/read/197608/7069534

message .message

Welcome to the FTP archive for source code the Eric Roberts texts "The Art and Science of C: A Library-Based Approach"and Programming Abstractions in C: A Second Course in Computer Science, both by Er
www.eeworm.com/read/433872/7076927

txt adhoc.txt

This sample shows how to make a simple adhoc query and create a report on the fly based on the resulting records.
www.eeworm.com/read/427515/7095576

m recserp.m

function y=recserp(x,z) % RECSERP % RECSERP(x,z) constructs a recursive time series based on product % x: N*K z: N*K % y(1)=x(1)+z(1) % y(t)=y(t-1)*x(t)+z(t) for t=2,..N y=[]; y(1,:)=x(1,:)
www.eeworm.com/read/462153/7208390

readme

IMPLEMENTATION OF THE DIFFUSION-BASED APPROACH TO SHAPE FROM DEFOCUS Paolo Favaro p.favaro@hw.ac.uk This is a Matl
www.eeworm.com/read/437043/7755992

m ecgdetectrinterbeat.m

function [R,nfn,nfp,pr] = ECGDetectRInterbeat(x,fsa,fsda,pfa); %ECGDetectRInterbeat: ECG R-wave detector based on ranks and interbeats % % [R,nfn,nfp,pr] = ECGDetectRInterbeat(x,fs,fsd,pf); % % x
www.eeworm.com/read/297478/8014820

m sourcecode.m

% %Face Recognition based on Wavelet and Neural Networks % % In order to obtain the complete source code for Face Recognition based on % Wavelet and Neural Networks please visit my website %
www.eeworm.com/read/196856/8053977

m ecgdetectrinterbeat.m

function [R,nfn,nfp,pr] = ECGDetectRInterbeat(x,fsa,fsda,pfa); %ECGDetectRInterbeat: ECG R-wave detector based on ranks and interbeats % % [R,nfn,nfp,pr] = ECGDetectRInterbeat(x,fs,fsd,pf); % % x