代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/126657/14409925
cpp proxy_lab.cpp
// Purpose. Proxy design pattern lab (reference counting)
//
// Discussion. One of the four common situations in which the Proxy pattern is
// applicable is as a "smart reference" - a replacement f
www.eeworm.com/read/481405/1296915
h warfnmatch.h
/** Match STRING against the filename pattern PATTERN,
returning true if it matches, false if not.
Derived from the source code for GNU fnmatch()
Copyright Free Software Foundation.
*/
www.eeworm.com/read/471038/1435054
java decimalformatdemo.java
import java.text.*;
public class DecimalFormatDemo {
static public void customFormat(String pattern, double value ) {
DecimalFormat myFormatter = new DecimalFormat(pattern);
String ou
www.eeworm.com/read/469304/1481675
java decimalformatdemo.java
import java.text.*;
public class DecimalFormatDemo {
static public void customFormat(String pattern, double value ) {
DecimalFormat myFormatter = new DecimalFormat(pattern);
String ou
www.eeworm.com/read/454264/1630985
js getnews.js
//create a namespace for this example:
YAHOO.namespace("example.GetNews");
//This example uses the "Module Pattern"; a full explanation of
//this pattern can be found on yuiblog:
// http://yuiblog.
www.eeworm.com/read/222917/4815830
grepinputx
This is a second file of input for the pcregrep tests.
Here is the pattern again.
Pattern
That time it was on a line by itself.
To pat or not to pat, that is the question.
complete pair
of lines
www.eeworm.com/read/185314/5238109
java stringmatch.java
package com.wrox.algorithms.ssearch;
/**
* Represents a pattern match within some text.
*
*/
public class StringMatch {
/** The pattern that was searched for. */
private final CharSequence
www.eeworm.com/read/423237/2028723
js getnews.js
//create a namespace for this example:
YAHOO.namespace("example.GetNews");
//This example uses the "Module Pattern"; a full explanation of
//this pattern can be found on yuiblog:
// http://yuiblog.
www.eeworm.com/read/422060/2043508
grepinputx
This is a second file of input for the pcregrep tests.
Here is the pattern again.
Pattern
That time it was on a line by itself.
To pat or not to pat, that is the question.
complete pair
of lines