代码搜索:Patterns
找到约 8,017 项符合「Patterns」的源代码
代码结果 8,017
www.eeworm.com/read/430898/1914603
testinput4
/-- Do not use the \x{} construct except with patterns that have the --/
/-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/
/-- that option is set. However, the latest Perls re
www.eeworm.com/read/429836/1945317
java alarm.java
package Jt.examples.patterns;
import Jt.*;
import Jt.examples.DAOExample;
import Jt.examples.swing.JtDialog;
/**
* Demonstrates the use of JtObservable.
*/
public class Alarm exten
www.eeworm.com/read/422060/2043510
testinput4
/-- Do not use the \x{} construct except with patterns that have the --/
/-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/
/-- that option is set. However, the latest Perls re
www.eeworm.com/read/422060/2043511
testinput8
/-- Do not use the \x{} construct except with patterns that have the --/
/-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/
/-- that option is set. However, the latest Perls re
www.eeworm.com/read/409190/2237647
makefile
#
# This makefile can be used to build a Win32 application under Cygwin
#
include ../../../Makefile.in.$(shell uname)
PROGNAME=line_patterns
OUTNAME=$(PROGNAME)
PLATFORM=win32
CXXFLAGS= $(AGGCXXFLA
www.eeworm.com/read/396823/2408041
testinput4
/-- Do not use the \x{} construct except with patterns that have the --/
/-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/
/-- that option is set. However, the latest Perls re
www.eeworm.com/read/389774/2536042
testinput4
/-- Do not use the \x{} construct except with patterns that have the --/
/-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/
/-- that option is set. However, the latest Perls re
www.eeworm.com/read/379392/2674408
cs implementations.cs
#region devspace.com Copyright (c) 2005, Christian Gross
/*
Copyright 2006 Christian Gross http://www.devspace.com
From the book Ajax Patterns and Best Practices
Licensed under the Ap
www.eeworm.com/read/292938/8322018
bak readme.bak
how to run charm
----------------
input file must have XXX.data extension
charm -i XXX -h -d -l -s
other flags
-o output the patterns found
output f
www.eeworm.com/read/101019/15856559
cpp pgm0a_05.cpp
//
// This file contains the C++ code from Program A.5 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998