代码搜索:MATCHING

找到约 3,451 项符合「MATCHING」的源代码

代码结果 3,451
www.eeworm.com/read/258868/4351334

h ipt_ecn.h

/* iptables module for matching the ECN header in IPv4 and TCP header * * (C) 2002 Harald Welte * * This software is distributed under GNU GPL v2, 1991 * * Id: ipt_ecn.h,
www.eeworm.com/read/161121/5560757

c ip6_tables.c

/* * Packet matching code. * * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * Copyright (C) 2000-2002 Netfilter core team * * 19 Jan 2002 Harald Welte
www.eeworm.com/read/161121/5560778

c ipt_ttl.c

/* IP tables module for matching the value of the TTL * * ipt_ttl.c,v 1.5 2000/11/13 11:16:08 laforge Exp * * (C) 2000,2001 by Harald Welte * * This software is distribut
www.eeworm.com/read/161121/5560785

c ip_tables.c

/* * Packet matching code. * * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * Copyright (C) 2009-2002 Netfilter core team * * 19 Jan 2002 Harald Welte
www.eeworm.com/read/474583/6813088

m perform_omp.m

function X = perform_omp(D,Y,options) % perform_omp - perform orthogonal matching pursuit % % X = perform_omp(D,Y,options); % % D is the dictionary of size (n,p) of p atoms % Y are the m vector
www.eeworm.com/read/413649/11148510

m sampense.m

function [se,e]=sampense(y,M,r) %function [e,A,B]=sampense(y,M,r); % %Input % %y input data %M maximum template length %r matching tolerance % %Output % %se standard error estimates for m=0
www.eeworm.com/read/413649/11148514

m matches.m

function [M,R]=matches(y,r); %[M,R]=matches(y,r) % %Input Parameters % %y input signal vector %r matching threshold (default r=.2) % %Output Parameters % %M number of matches %R number of runs n=
www.eeworm.com/read/411369/11248097

m sampenc.m

function [e,A,B]=sampenc(y,M,r); %function [e,A,B]=sampenc(y,M,r); % %Input % %y input data %M maximum template length %r matching tolerance % %Output % %e sample entropy estimates for m=0,
www.eeworm.com/read/237122/13977138

htm ch15_05.htm

[Chapter 15] 15.5 Matching All "Dot Files" with Wildcards
www.eeworm.com/read/237122/13977538

htm ch15_08.htm

[Chapter 15] 15.8 Getting a List of Non-Matching Files with grep -c