代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/124399/6049686
h pattern.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/124347/6053577
c pattern.c
/*
* Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General
www.eeworm.com/read/124347/6053602
h pattern.h
/*
* Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General
www.eeworm.com/read/108242/6184160
c pattern.c
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
# ifndef lint
static char rcsid[] = "$Header: pattern.c,v 7.2 88/04/29 11:46:44 ceriel Exp $";
# endif not lint
# define _PATTERN_
# include "in_all.h"
#
www.eeworm.com/read/108242/6184177
h pattern.h
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
/* $Header: pattern.h,v 7.0 86/12/05 09:38:12 ceriel Exp $ */
# ifndef _PATTERN_
# define PUBLIC extern
# else
# define PUBLIC
# endif
char * re_comp();
www.eeworm.com/read/226955/6336638
c pattern.c
www.eeworm.com/read/202054/6337828
cpp pattern.cpp
/**
From the author (Jeff Stuart)
"
Let me start by saying this file is pretty big. If you feel up to it, you can
try making changes yourself, but you would be better off to just email me
www.eeworm.com/read/202054/6337835
h pattern.h
#ifndef __PATTERN_H__
#define __PATTERN_H__
#ifdef _WIN32
#pragma warning(disable:4786)
#endif
#include
#include
#include
class Matcher;
class NFANode;
class
www.eeworm.com/read/492081/6423965