代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/108494/15585362
c remap.c
/* $Id: remap.c,v 1.15 2004/09/23 02:22:02 hpa Exp $ */
/* ----------------------------------------------------------------------- *
*
* Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
www.eeworm.com/read/108100/15594413
java autofilter.java
package net.acai.filter;
import java.util.regex.*;
/**
* Title: 阿菜网络
* Description:
* Copyright: Copyright (c) 2002
* Company: www.justhis.com
* @author: acai
* @version 1.
www.eeworm.com/read/105882/15656121
grep
#!/usr/bin/env slsh
% This is a simple-minded implementation of a highlighting grep program
% designed to test the pcre module.
import ("pcre");
static define usage ()
{
()=fprintf(stderr, "Usage
www.eeworm.com/read/105663/15661873
c log.c
#include
#include
#include
#include "camserv.h"
#include "log.h"
void camserv_log( const char *module, const char *pattern, ... ){
char decent_buffer[ 1024 ], timeb
www.eeworm.com/read/104928/15681450
vbs sol8-3.vbs
Set objRegExp = New RegExp
' match "digits slash digits slash digits"
objRegExp.Pattern = "(\d+)\/(\d+)\/(\d+)"
objRegExp.IgnoreCase = True
Set objMatches = objRegExp.Execute("5/13/2000")
'l
www.eeworm.com/read/103453/15731478
c dbclient.c
#include
#include
#include
#include
#include
#include
#include "dbclient.h"
#include "debug.h"
#include "dbgather.h"
#include "dbobject.h"
www.eeworm.com/read/103124/15744603
txt readme.txt
串匹配问题程序说明:
1 gen_ped.c产生串文件
2.npsm.c是并行程序(运行参数可参见com文件)
编译:gcc -o gen_ped gen_ped.c
mpicc -o npsm npsm.c
运行:先用gen_ped产生串文件p1,p2,p3(参照文件genpat执行)
cp p1 pattern.dat;
mpirun -np $siz
www.eeworm.com/read/100917/15861005
h regexp.h
///////////////////////////////////////////////////////////////////////////
// File: regexp.h
// Version: 1.1.0.4
// Updated: 19-Jul-1998
//
// Copyright: Marko Macek
// E-mail: Mar
www.eeworm.com/read/100266/15879253
vtc filter.vtc
if (!depend_loaded) Load("depend");
register_file("filter");
file_depends_on("bracket");
func filter_cmd(cmd, pattern, isreg, reverse) [line, val]
{
if (!cur_rmt)
return;
bracket(cmd);
waitfor_a