代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/100043/6275004
c gnuregex.c
/*
* $Id: GNUregex.c,v 1.11 1998/09/23 17:14:20 wessels Exp $
*/
/* Extended regular expression matching and search library,
* version 0.12.
* (Implements POSIX draft P10003.2/D11.2, except for
www.eeworm.com/read/202054/6337836
h matcher.h
#ifndef __MATCHER_H__
#define __MATCHER_H__
#include
#include
class Vector;
class NFANode;
class NFAStartNode;
class NFAEndNode;
class NFAGroupHeadNode;
class NFAGroupLo
www.eeworm.com/read/202054/6337837
h wcmatcher.h
#ifndef __WCMATCHER_H__
#define __WCMATCHER_H__
#include
#include
#include
/**
A matcher is a non thread-safe object used to scan strings using a giv
www.eeworm.com/read/327092/6346315
html 298-303.html
Linux in Plain English:Linux Commands Organized by Group
www.eeworm.com/read/486092/6543103
c glob.c
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So
www.eeworm.com/read/486092/6543292
c glob.c
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So
www.eeworm.com/read/482140/6628476
java layer.java
/**
* Layer
* Copyright 2005 by Jeff Heaton(jeff@jeffheaton.com)
*
* Example program from Chapter 2
* Programming Neural Networks in Java
* http://www.heatonresearch.com/articles/series/1/
*
*
www.eeworm.com/read/263434/11362938
java matcher.java
/*
* @(#)Matcher.java 1.46 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.util.regex;