代码搜索:patterns

找到约 8,017 项符合「patterns」的源代码

代码结果 8,017
www.eeworm.com/read/440906/1780365

c 20020508-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/440906/1780502

c 20020226-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/430898/1914602

testoutput4

PCRE version 5.0 13-Sep-2004 /-- Do not use the \x{} construct except with patterns that have the --/ /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ No match /-- that opti
www.eeworm.com/read/429836/1945290

java testfacade.java

package Jt.examples.patterns; import Jt.JtFacade; import Jt.JtFactory; import Jt.JtMessage; import Jt.JtObject; import Jt.examples.HelloWorld; /** * Demonstrates the use of JtFacade */
www.eeworm.com/read/429836/1945310

java builderexample1.java

package Jt.examples.patterns; import Jt.JtBuilder; import Jt.JtList; import Jt.JtMessage; import Jt.JtObject; /** * Jt Implementation of the Builder pattern. */ public class Buil
www.eeworm.com/read/413855/2158381

testie xform-ip-01.testie

%script click-xform -p PAT IPR > IPRX %file PAT // ip.clickpat // Patterns for the Click pattern optimizer (click-xform) that change // common sequences of IP-related elements into single combinati
www.eeworm.com/read/405366/2292640

java concatregexfeatures.java

package iitb.Model; import iitb.CRF.*; import java.util.regex.*; import java.util.*; import java.io.*; /** * ConcatRegexFeatures generates features by matching the token with the character patterns.
www.eeworm.com/read/396823/2408040

testoutput4

PCRE version 5.0 13-Sep-2004 /-- Do not use the \x{} construct except with patterns that have the --/ /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ No match /-- that opti
www.eeworm.com/read/389774/2536041

testoutput4

PCRE version 5.0 13-Sep-2004 /-- Do not use the \x{} construct except with patterns that have the --/ /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ No match /-- that opti
www.eeworm.com/read/374687/2748776

in config.in

config BR2_PACKAGE_FILE bool "file" default n help Program to identify a file's format by scanning binary data for known patterns. ftp://ftp.astron.com/pub/file/