代码搜索:Detects

找到约 419 项符合「Detects」的源代码

代码结果 419
www.eeworm.com/read/418779/10921258

txt 122-4.txt

Rule: -- Sid: 122-4 -- Summary: This event is generated when the pre-processor sfPortscan detects network traffic that may constitute an attack. Specifically a tcp distributed portscan was detecte
www.eeworm.com/read/418342/10952587

m houghpeaks.m

function [r, c, hnew] = houghpeaks(h, numpeaks, threshold, nhood) %HOUGHPEAKS Detect peaks in Hough transform. % [R, C, HNEW] = HOUGHPEAKS(H, NUMPEAKS, THRESHOLD, NHOOD) detects % peaks in the
www.eeworm.com/read/466801/7020862

m houghpeaks.m

function [r, c, hnew] = houghpeaks(h, numpeaks, threshold, nhood) %HOUGHPEAKS Detect peaks in Hough transform. % [R, C, HNEW] = HOUGHPEAKS(H, NUMPEAKS, THRESHOLD, NHOOD) detects % peaks in the
www.eeworm.com/read/437043/7756001

m ecgdetectrenergy.m

function [t,r] = ECGDetectREnergy(x,fsa,hra,pfa); %DetectQRSEnergyBased: Detects QRS components of ECG signals % % [t,a] = ECGDetectqREnergy(x,fs,hr,pf) % % x Input signal % fs Signa
www.eeworm.com/read/196856/8054012

m ecgdetectrenergy.m

function [t,r] = ECGDetectREnergy(x,fsa,hra,pfa); %DetectQRSEnergyBased: Detects QRS components of ECG signals % % [t,a] = ECGDetectqREnergy(x,fs,hr,pf) % % x Input signal % fs Signa
www.eeworm.com/read/326135/13163055

m houghpeaks.m

function [r, c, hnew] = houghpeaks(h, numpeaks, threshold, nhood) %HOUGHPEAKS Detect peaks in Hough transform. % [R, C, HNEW] = HOUGHPEAKS(H, NUMPEAKS, THRESHOLD, NHOOD) detects % peaks in the
www.eeworm.com/read/136812/5860314

goban readme.goban

Goban Synopsis goban [name] Features - save and restore games. - step forwards and backwards in moves of a game. - automatic capture of stones. - detects ko violations and suicide moves (illega
www.eeworm.com/read/481537/6642758

c softlockup.c

/* * Detect Soft Lockups * * started by Ingo Molnar, Copyright (C) 2005, 2006 Red Hat, Inc. * * this code detects soft lockups: incidents in where on a CPU * the kernel does not reschedule for 1
www.eeworm.com/read/470720/1448312

m param-1.m

/* Test if compiler detects object as an parameter to a method or not. It is not valid. */ /* { dg-do compile } */ @interface foo @end @implementation foo @end @interface bar -(void) my_method:
www.eeworm.com/read/470693/1460258

m param-1.m

/* Test if compiler detects object as an parameter to a method or not. It is not valid. */ /* { dg-do compile } */ @interface foo @end @implementation foo @end @interface bar -(void) my_method: