代码搜索:patterns
找到约 8,017 项符合「patterns」的源代码
代码结果 8,017
www.eeworm.com/read/324367/13268571
txt pgm0a_05.txt
//
// 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) 2001--2
www.eeworm.com/read/322022/13390897
java backslashes.java
package com.ronsoft.books.nio.regex;
import java.util.regex.Pattern;
import java.util.regex.Matcher;
/**
* Demonstrate behavior of backslashes in regex patterns.
*
* Created: April, 2002
* @aut
www.eeworm.com/read/152312/5674282
java slaveagletitinerary.java
package com.ibm.agletx.patterns;
/*
* @(#)Slave.java
*
* IBM Confidential-Restricted
*
* OCO Source Materials
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The source code for this
www.eeworm.com/read/152312/5674283
java slaveerror.java
package com.ibm.agletx.patterns;
/*
* @(#)SlaveError.java
*
* IBM Confidential-Restricted
*
* OCO Source Materials
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The source code for
www.eeworm.com/read/152312/5674284
java slave.java
package com.ibm.agletx.patterns;
/*
* @(#)Slave.java
*
* IBM Confidential-Restricted
*
* OCO Source Materials
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The source code for this
www.eeworm.com/read/146087/5740048
java inputtext.java
package fri.patterns.interpreter.parsergenerator.lexer;
import java.util.*;
import java.io.IOException;
/**
Input for text lines. Line number, line position, current line and
previous line are ava
www.eeworm.com/read/101082/6243488
2a l9.2a
#print
You can use patterns for file names with commands
other than "ls". For example, you can use them with
the "cat" command to print files.
This directory has three files named
parta
partb
p
www.eeworm.com/read/341017/12113739
readme
spserver README
1.Introduction
spserver is a TCP server framework library written in C++ based on libevent.
spserver implements the Half-Sync/Half-Async and the Leader/Follower patterns.
More