代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/286192/4042086
cpp function_match.cpp
/* function_match.cpp
* Matching actual with formal arguments and overload resolution
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
www.eeworm.com/read/283334/4084256
cxx research.cxx
// Scintilla source code edit control
/** @file RESearch.cxx
** Regular expression search library.
**/
/*
* regex - Regular expression pattern matching and replacement
*
* By: Ozan S. Y
www.eeworm.com/read/273665/4200178
c ms_fnmatch.c
/*
Unix SMB/CIFS implementation.
filename matching routine
Copyright (C) Andrew Tridgell 1992-2004
This program is free software; you can redistribute it and/or modify
it under the te
www.eeworm.com/read/440773/1792323
rq open-02.rq
# Test matching in a graph pattern
# Unknown type
PREFIX :
PREFIX t:
SELECT *
{ ?x :p "a"^^t:type1 }
www.eeworm.com/read/440773/1792324
rq open-eq-02.rq
# Test matching in a graph pattern
# Unknown type
PREFIX :
PREFIX t:
SELECT *
{ ?x :p "a"^^t:type1 }
www.eeworm.com/read/437033/1836770
c regexp.c
/*
* Regular expression matching for expr(1). Bugs: The upper bound of
* a range specified by the \{ feature cannot be zero.
*
* Copyright (C) 1989 by Kenneth Almquist. All rights reserved.
*
www.eeworm.com/read/428078/1962561
filelist
# The name of the package
PACKAGENAME = mp
#
# The specific list of Matching Pursuit package files
#
OBJS = $(OBJDIR)atom.$(OBJEXT)\
$(OBJDIR)atom_gaussinnerprod.$(OBJEXT)\
$(OBJDIR)atom_asyminnerpro
www.eeworm.com/read/398634/2374474
c parens.c
/* parens.c -- Implementation of matching parentheses feature. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
www.eeworm.com/read/389922/2529864
c regexp.c
/*
* Regular expression matching for expr(1). Bugs: The upper bound of
* a range specified by the \{ feature cannot be zero.
*
* Copyright (C) 1989 by Kenneth Almquist. All rights reserved.
*
www.eeworm.com/read/376060/2715801
svn-base function_match.cpp.svn-base
/* function_match.cpp
* Matching actual with formal arguments and overload resolution
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.