代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/110034/6172097
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/102935/6230756
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/102935/6230776
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/102935/6230784
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/101135/6238168
9 awk.9
.CD "awk \(en pattern matching language"
.SX "awk \fIrules\fR [\fIfile\fR] ...
.FL "\fR(none)"
.EX "awk rules input" "Process \fIinput\fR according to \fIrules\fR"
.EX "awk rules \(en >out" "Input fr
www.eeworm.com/read/415194/6281720
m greed_omp_cgp.m
function [s, err_mse, iter_time]=greed_omp_cgp(x,A,m,varargin)
% greed_omp_cgp: Orthogonal Matching Pursuit algorithm based on single
% conjugate update direction update (Conjugate Gradient Pursuit) [
www.eeworm.com/read/477671/6730514
cpp autoexcp.cpp
//: C01:Autoexcp.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// No matching conversions
//{
www.eeworm.com/read/263220/11370912
m showputativematches.m
% draws the matching points and some epipolar lines
x = features1.pos( pmatches(:,1), [2 1] ); x(:,3) = 1;
xp = features2.pos( pmatches(:,2), [2 1] ); xp(:,3) = 1;
iptsetpref( 'ImshowBorder
www.eeworm.com/read/263220/11370916
m showfeatures.m
% draws the matching points and some epipolar lines
x = features1.pos( :, [2 1] ); x(:,3) = 1;
xp = features2.pos( :, [2 1] ); xp(:,3) = 1;
iptsetpref( 'ImshowBorder', 'tight' ); %get rid o
www.eeworm.com/read/405333/11464925
cpp autoexcp.cpp
//: C01:Autoexcp.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// No matching conversions
#in