代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/271686/10984471
txt about ubb with java has a bug..txt
作者:iceant
email: iceant@21cn.com
日期:9/4/2001 6:43:55 PM
// the bug has been fixed
/*+-------------------------------
$REReplace.java 2001-9-4
$author pizer.chen
$history:
0
www.eeworm.com/read/438832/7725391
sh realname.sh
#!/bin/bash
# realname.sh
#
# 依靠username, 从/etc/passwd中获得"真名".
ARGCOUNT=1 # 需要一个参数.
E_WRONGARGS=65
file=/etc/passwd
pattern=$1
if [ $# -ne "$ARGCOUNT" ]
then
echo "Usage: `basename $0` U
www.eeworm.com/read/296923/8070622
txt about ubb with java has a bug..txt
作者:iceant
email: iceant@21cn.com
日期:9/4/2001 6:43:55 PM
// the bug has been fixed
/*+-------------------------------
$REReplace.java 2001-9-4
$author pizer.chen
$history:
0
www.eeworm.com/read/245113/12819610
txt about ubb with java has a bug..txt
作者:iceant
email: iceant@21cn.com
日期:9/4/2001 6:43:55 PM
// the bug has been fixed
/*+-------------------------------
$REReplace.java 2001-9-4
$author pizer.chen
$history:
0
www.eeworm.com/read/138595/13229665
txt about ubb with java has a bug..txt
作者:iceant
email: iceant@21cn.com
日期:9/4/2001 6:43:55 PM
// the bug has been fixed
/*+-------------------------------
$REReplace.java 2001-9-4
$author pizer.chen
$history:
0
www.eeworm.com/read/306565/13741880
java sim.java
public class sim
{
public int PATTERN_NUMBER =4;
public int PATTERN_LENGTH=8;
gn[] myGN_List= new gn[PATTERN_LENGTH];
public static void main(String[] args)
{
sim mysim= new sim(
www.eeworm.com/read/306565/13741881
java gn.java
public class gn
{
char[][] bais= new char[3][4];
int[] pattern_number=new int[4];
public int find_pattern(char[] pair)
{
int result=-1;
return result;
}
}
www.eeworm.com/read/301701/13852045
txt about ubb with java has a bug..txt
作者:iceant
email: iceant@21cn.com
日期:9/4/2001 6:43:55 PM
// the bug has been fixed
/*+-------------------------------
$REReplace.java 2001-9-4
$author pizer.chen
$history:
0
www.eeworm.com/read/136812/5861900
c tfs_backlink.c
#ifndef lint
static char sccsid[] = "@(#)tfs_backlink.c 1.1 92/07/30 Copyr 1988 Sun Micro";
#endif
/*
* Copyright (c) 1988 Sun Microsystems, Inc.
*/
#include
#include
#i
www.eeworm.com/read/133192/5907104
java weeds.java
package fishtank;
import javax.microedition.lcdui.*;
import java.util.Random;
public class Weeds
{
// These NUM values depend on the images actually included
// in the MIDLET JAR file.
p