代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/362032/2938996
pl checkconfig.pl
#! /usr/bin/perl
#
# checkconfig: find uses of CONFIG_* names without matching definitions.
# Copyright abandoned, 1998, Michael Elizabeth Chastain .
use integer;
$| = 1;
fore
www.eeworm.com/read/358128/3004136
inc ctype_innodb_like.inc
#
# Bug#11650: LIKE pattern matching using prefix index
# doesn't return correct result
#
--disable_warnings
#
# This query creates a column using
# character_set_connection and
# collation_connection
www.eeworm.com/read/353440/3085846
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat
www.eeworm.com/read/252579/4402650
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat
www.eeworm.com/read/252037/4412149
java filesetfoundevent.java
package org.sadun.util.polling;
import java.io.File;
/**
* Indicates that the poller has found a set of files matching the polling criteria.
*
* @version 1.0
* @author C. Sadun
*/
pub
www.eeworm.com/read/294912/8193286
cpp test.cpp
// Artificial Intelligence: Sentence Matching
#include
#include "matcher.h"
using std::string;
using std::vector;
void get_distance();
void find_best_match();
template
www.eeworm.com/read/170836/9785586
c wildcard.c
/*
* Wildcard matching engine for use with SFTP-based file transfer
* programs (PSFTP, new-look PSCP): since SFTP has no notion of
* getting the remote side to do globbing (and rightly so) we ha
www.eeworm.com/read/147311/12567392
html groupix.html
Getting the Indices of a Matching Group in a Regular Expression
(Java Developers Almanac Example)
www.eeworm.com/read/104056/15710981
c regex.c
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P1003.2/D11.2, except for some of the
internationalization features.)
Copyright (C) 1993-1