代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/218254/4863106

h crl.h

#include "asn-incl.h" /* * crl.h * "CertificateRevokationList" ASN.1 module encode/decode/extracting/matching/free C src. * This file was generated by modified eSMACC compiler Fri Jan 21
www.eeworm.com/read/216959/4877673

r matchclasses.r

classAgreement
www.eeworm.com/read/209559/4974736

c ip6_tables.c

/* * Packet matching code. * * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * Copyright (C) 2000-2002 Netfilter core team * * This program is free softwa
www.eeworm.com/read/209559/4974850

c ip_tables.c

/* * Packet matching code. * * Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling * Copyright (C) 2000-2004 Netfilter Core Team * * This program is free softwa
www.eeworm.com/read/209211/4984468

h argmatch.h

/* argmatch.h -- declarations for matching arguments against option lists */ #if defined __STDC__ || __GNUC__ # define __ARGMATCH_P(args) args #else # define __ARGMATCH_P(args) () #endif int argmatc
www.eeworm.com/read/195192/5114674

c wmatch.c

/* N-cubed weighted matching */ /* Implementation of H. Gabow's Ph.D. thesis, Stanford Univ. 1973 */ /* Written by Edward Rothberg 7/85 */ /* For complete details, please refer to the original paper
www.eeworm.com/read/190666/5174633

c arg5.c

// Build don't link: // GROUPS passed arg-matching extern double pow(double,int*); extern "C" { extern int printf (const char *, ...); extern double pow(double, double); } int main() { if (pow
www.eeworm.com/read/180137/5289430

chronicle agrep.chronicle

/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */ Started in Feb 1991. This chronicle briefly describes the progress of agrep. Feb/91: The approximate pattern matching a
www.eeworm.com/read/180137/5291330

c gnuregex.c

#include "autoconf.h" /* get the #defines from GNU autoconf */ /* Extended regular expression matching and search library, version 0.12. (Implements POSIX draft P10003.2/D11.2, except for int
www.eeworm.com/read/162614/5522407

c overload13.c

// { dg-do run } // Bug: g++ screws up derived->base conversions when calling a global function // in the presence of matching members in the base. Whew. struct xios { virtual ~xios() { } }; str