代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/305277/3778431
disabled regularpatmat.scala.disabled
// Burak's test suite for regular pattern matching
//import java.lang.System; // to avoid name clash with .NET's library
object Test {
def main(args: Array[String]): Unit = {
Console.println("
www.eeworm.com/read/305065/3781114
pl conver~1.pl
#!/usr/bin/perl -w
# convert configfile from older version of modlogan (prior 0.5.5) to the new
# pcre matching/grouping rules
#
# usage:
# $ ./convert_to_055.pl < modlogan.conf > modlogan.conf.new
#
www.eeworm.com/read/300185/3848051
java concatregexfeatures.java
package iitb.Model;
import iitb.CRF.*;
import java.util.regex.*;
import java.util.*;
import java.io.*;
/**
* ConcatRegexFeatures generates features by matching the token with the character patterns.
www.eeworm.com/read/443386/1749998
c ip6_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2002 Netfilter core team
*
* This program is free softwa
www.eeworm.com/read/443386/1750068
c ip_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2004 Netfilter Core Team
*
* This program is free softwa
www.eeworm.com/read/442179/1764887
xtp value-of.xtp
Often, stylesheets need to grab data from the XML file and rearrange
them in the template results. The previous examples used template matching
for all processing, but c
www.eeworm.com/read/440906/1776921
c arg5.c
// Build don't link:
// GROUPS passed arg-matching
extern double pow(double,int*);
extern "C" {
extern int printf (const char *, ...);
extern double pow(double, double);
}
int main()
{
if (pow
www.eeworm.com/read/428420/1960321
pl conver~1.pl
#!/usr/bin/perl -w
# convert configfile from older version of modlogan (prior 0.5.5) to the new
# pcre matching/grouping rules
#
# usage:
# $ ./convert_to_055.pl < modlogan.conf > modlogan.conf.new
#
www.eeworm.com/read/405366/2292640
java concatregexfeatures.java
package iitb.Model;
import iitb.CRF.*;
import java.util.regex.*;
import java.util.*;
import java.io.*;
/**
* ConcatRegexFeatures generates features by matching the token with the character patterns.
www.eeworm.com/read/400650/2348202
c match.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mmatch.c
*
* This file contains code that finds a matching
*
* Started 2/22/96
* George
*
* $Id: match.c 2501 2007-11-20 02:33