代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/190666/5175755
c overload13.c
// 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() { }
};
struct xistream: virt
www.eeworm.com/read/180137/5289442
algorithms agrep.algorithms
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
The implementation of agrep includes the following algorithms.
Except for exact matching of simple patterns, for which w
www.eeworm.com/read/175442/5346878
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 Free S
www.eeworm.com/read/171479/5394840
groovy regexpgroupmatchtest.groovy
/**
* Test for fixing the Jira issue GROOVY-1000
*
* Fix an infinite loop when getting after group matching in regular expression.
* Graham Miller has given this idea.
*
* @author Pilho Ki
www.eeworm.com/read/340665/3276409
c overload13.c
// 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() { }
};
struct xistream: virt
www.eeworm.com/read/337546/3338967
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/324920/3497713
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/322523/3524543
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 Free Softwa
www.eeworm.com/read/316872/3606409
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/309003/3708209
m mpwork62.m
% MPWork62 -- Matching-Pursuit, Best-Basis Compression
%
% Comparison on Four Complex Signals:
%
% Sorrows
% Riemann
% Seismic
% Tweet
%
% Must be run after MPWork22, MPWork32
%