代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/218254/4863114
h authoritykeyidentifier.h
#include "asn-incl.h"
/*
* authorityKeyIdentifier.h
* "AuthorityKeyIdentifierDefinition" ASN.1 module encode/decode/extracting/matching/free C src.
* This file was generated by modified e
www.eeworm.com/read/210914/4946864
m curve_index1.m
function [index,ier]=curve_index1(wlog,mnem,abort)
% Function outputs index of curve with mnemonic "mnem" in log structure "wlog".
% If no curve mnemonic is found matching "mnem" then "index" is []
www.eeworm.com/read/194563/5128760
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. Yigit (oz
www.eeworm.com/read/194535/5131485
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. Yigit (oz
www.eeworm.com/read/190666/5173244
c nested1.c
// Build don't link:
struct C
{
struct D
{
};
};
struct E
{
C& c;
void g();
};
void E::g()
{
c.D().f(); // ERROR - no matching function
}
www.eeworm.com/read/190056/5190423
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. Yigit (oz
www.eeworm.com/read/180137/5289422
1 agrep.1
.TH AGREP l "Jan 17, 1992"
.SH NAME
agrep \- search a file for a string or regular expression, with approximate matching capabilities
.SH SYNOPSIS
.B agrep
[
.B \-#cdehiklnpstvwxBDGIS
]
.I pattern
[
www.eeworm.com/read/170572/5403470
java structurematcher.java
/*
* StructureMatcher.java - Abstract interface for bracket matching, etc.
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 2003 Slava Pestov
*
* T