代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/250243/4441132
c ip6t_hl.c
/* Hop Limit matching module */
/* (C) 2001-2002 Maciej Soltysiak
* Based on HW's ttl module
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/244005/4514931
cxx regex.cxx
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P10003.2/D11.2, except for
internationalization features.)
Copyright (C) 1993 Free Softwa
www.eeworm.com/read/240162/4580643
c nested1.c
// { dg-do assemble }
struct C
{
struct D
{
};
};
struct E
{
C& c;
void g();
};
void E::g()
{
c.D().f(); // { dg-error "" } no matching function
}
www.eeworm.com/read/233448/4673461
c nested1.c
// { dg-do assemble }
struct C
{
struct D
{
};
};
struct E
{
C& c;
void g();
};
void E::g()
{
c.D().f(); // { dg-error "" } no matching function
}
www.eeworm.com/read/232874/4695979
m regex03.m
function RegEx03(X,y,b,zn)
% Plots results for Matching Pursuit Algorithm against the true
% underlying model.
%Find sparse solutions, with true model unknown
[bhatMP, iters activationHist] =
www.eeworm.com/read/231546/4714933
pod perlre.pod
=head1 NAME
perlre - Perl regular expressions
=head1 DESCRIPTION
This page describes the syntax of regular expressions in Perl. For a
description of how to I regular expressions in matching
o
www.eeworm.com/read/227684/4770422
sml match-tree.sml
(* match-tree.sml
*
* COPYRIGHT (c) 1994 AT&T Bell Laboratories.
*
* Match trees are used to represent the results of matching regular
* expressions.
*)
signature MATCH_TREE =
sig
(* a mat
www.eeworm.com/read/209559/4974744
c ip6t_hl.c
/* Hop Limit matching module */
/* (C) 2001-2002 Maciej Soltysiak
* Based on HW's ttl module
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/209211/4984588
c regex.c
/* Extended regular expression matching and search library, version
0.12. (Implements POSIX draft P10003.2/D11.2, except for
internationalization features.)
Copyright (C) 1993, 1994, 1995,
www.eeworm.com/read/193974/5138005
py glob.py
"""Filename globbing utility."""
import os
import fnmatch
import re
__all__ = ["glob"]
def glob(pathname):
"""Return a list of paths matching a pathname pattern.
The pattern may contain si