代码搜索:pattern

找到约 10,000 项符合「pattern」的源代码

代码结果 10,000
www.eeworm.com/read/223481/14639316

c depuncture.c

/* file: Depuncture.c Description: Depuncture bits by zero-padding deleted bits. The calling syntax is: [output] = Depuncture(input, pun_pattern, tail_pattern ) output = U
www.eeworm.com/read/184769/9079389

c nil-surface.c

/* * Copyright © 2005 Red Hat, Inc. * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that
www.eeworm.com/read/184769/9079415

c extend-reflect.c

#include #include "cairo-test.h" #include #define SIZE 400 #define OFFSET 50 const char png_filename[] = "romedalen.png"; cairo_test_t test = { "extend-reflect", "Test CAI
www.eeworm.com/read/392010/8367413

cpp fpattern.cpp

/////////////////////////////////////////////////////////////////////////// // File: fpattern.cpp // Version: 1.1.0.4 // Updated: 19-Jul-1998 // // Copyright: Ferdinand Prantl (I'm sorry,
www.eeworm.com/read/391748/8379877

c rpmatch.c

/* Determine whether string value is affirmation or negative response according to current locale's data. Copyright (C) 1996, 1998, 2000, 2002, 2003, 2006 Free Software Foundation, Inc.
www.eeworm.com/read/192103/8404217

htm ch09_07.htm

The split Operator (Learning Perl, 3rd Edition)
www.eeworm.com/read/192102/8405640

htm ch04_06.htm

Regular Expressions (Perl in a Nutshell, 2nd Edition)
www.eeworm.com/read/192096/8405914

htm ch06_18.htm

Recipe 6.17. Expressing AND, OR, and NOT in a Single Pattern (Perl Cookbook)
www.eeworm.com/read/192096/8407268

htm ch06_12.htm

Recipe 6.11. Testing for a Valid Pattern (Perl Cookbook)
www.eeworm.com/read/291518/8411808

java producerule.java

/** * @author * */ import java.util.*; import java.io.*; import java.util.regex.*; //该类实现了从Rule.txt文件中读取规则 public class ProduceRule { private ArrayList resultList; pri