代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/362989/2924357
h ipt_ttl.h
/* IP tables module for matching the value of the TTL
* (C) 2000 by Harald Welte */
#ifndef _IPT_TTL_H
#define _IPT_TTL_H
enum {
IPT_TTL_EQ = 0, /* equals */
IPT_TTL_NE,
www.eeworm.com/read/357083/3030144
h ipt_ttl.h
/* IP tables module for matching the value of the TTL
* (C) 2000 by Harald Welte */
#ifndef _IPT_TTL_H
#define _IPT_TTL_H
enum {
IPT_TTL_EQ = 0, /* equals */
IPT_TTL_NE,
www.eeworm.com/read/350657/3123031
h ipt_ttl.h
/* IP tables module for matching the value of the TTL
* (C) 2000 by Harald Welte */
#ifndef _IPT_TTL_H
#define _IPT_TTL_H
enum {
IPT_TTL_EQ = 0, /* equals */
IPT_TTL_NE,
www.eeworm.com/read/264095/4296412
h ipt_ttl.h
/* IP tables module for matching the value of the TTL
* (C) 2000 by Harald Welte */
#ifndef _IPT_TTL_H
#define _IPT_TTL_H
enum {
IPT_TTL_EQ = 0, /* equals */
IPT_TTL_NE,
www.eeworm.com/read/258868/4351339
h ipt_ttl.h
/* IP tables module for matching the value of the TTL
* (C) 2000 by Harald Welte */
#ifndef _IPT_TTL_H
#define _IPT_TTL_H
enum {
IPT_TTL_EQ = 0, /* equals */
IPT_TTL_NE,
www.eeworm.com/read/161121/5560136
h ipt_ttl.h
/* IP tables module for matching the value of the TTL
* (C) 2000 by Harald Welte */
#ifndef _IPT_TTL_H
#define _IPT_TTL_H
enum {
IPT_TTL_EQ = 0, /* equals */
IPT_TTL_NE,
www.eeworm.com/read/160303/5574002
txt west-console.txt
west:~#
iptables -D INPUT -s 192.1.2.23/32 -d 0/0 -j DROP
iptables: Bad rule (does a matching rule exist in that chain?)
west:~#
iptables -D OUTPUT -d 192.1.2.23/32 -s 0/0 -j DROP
iptables: Bad rule
www.eeworm.com/read/413649/11148516
m sampen.m
function [e,se,A,B]=sampen(y,M,r,sflag,cflag,vflag)
%function e=sampen(y,M,r);
%
%Input Parameters
%
%y input signal vector
%M maximum template length (default M=5)
%r matching threshold (default r
www.eeworm.com/read/147186/12579074
m~ optimalmatchingtest.m~
% Consider matching sources to detections
% s1 d2
% s2 d3
% d1
a = optimalMatching([52;0.01])
% sources(:,i) = [x y] coords
sources = [0.1 0.7; 0.6 0.4]';
detections = [0.2 0
www.eeworm.com/read/147186/12579125
m optimalmatchingtest.m
% Consider matching sources to detections
% s1 d2
% s2 d3
% d1
a = optimalMatching([52;0.01])
% sources(:,i) = [x y] coords
sources = [0.1 0.7; 0.6 0.4]';
detections = [0.2 0