代码搜索:Pattern recognition

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

代码结果 10,000
www.eeworm.com/read/129660/5971121

java patterncompiler.java

/* * $Id: PatternCompiler.java,v 1.7 2003/11/07 20:16:25 dfs Exp $ * * ==================================================================== * The Apache Software License, Version 1.1 * * Copyrig
www.eeworm.com/read/129660/5971128

java patternmatcher.java

/* * $Id: PatternMatcher.java,v 1.7 2003/11/07 20:16:25 dfs Exp $ * * ==================================================================== * The Apache Software License, Version 1.1 * * Copyrigh
www.eeworm.com/read/129660/5971182

java patterncompiler.java

/* * $Id: PatternCompiler.java,v 1.7 2003/11/07 20:16:25 dfs Exp $ * * ==================================================================== * The Apache Software License, Version 1.1 * * Copyrig
www.eeworm.com/read/129660/5971189

java patternmatcher.java

/* * $Id: PatternMatcher.java,v 1.7 2003/11/07 20:16:25 dfs Exp $ * * ==================================================================== * The Apache Software License, Version 1.1 * * Copyrigh
www.eeworm.com/read/127043/6009694

java regexpfactory.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/115273/6118440

c test12.c

/* $Header: /cvsroot/lesstif/lesstif/test/Xm/filesb/test12.c,v 1.4 2001/06/15 09:17:36 amai Exp $ From: Eric Howe To: lesstif@hungry.com Subject: FileSB defaul
www.eeworm.com/read/115272/6119762

c test12.c

/* $Header: /cvsroot/lesstif/lesstif/test/Xm/filesb/test12.c,v 1.4 2001/06/15 09:17:36 amai Exp $ From: Eric Howe To: lesstif@hungry.com Subject: FileSB defaul
www.eeworm.com/read/151343/12218411

m interencode.m

%第一次交织 function [interOutput] = interEncode(Input) X= length(Input); %N=每40ms对应比特数 N = 40; %n=X/N; %n取值为1,2,4,8 n = N / 10; C=n; R=X/C; matrix = zeros(R,C); index = 1; flag = 0; X=R*C; %逐行写入形成矩阵 for
www.eeworm.com/read/127767/14335822

txt e445. reading lines from a string using a regular expression.txt

This example demonstrates how to read lines from a CharSequence. The lines can be terminated with any of the legal line termination character sequences: \r, \r\n, or \n. CharSequence inputStr =
www.eeworm.com/read/127767/14335936

txt e434. adding comments to a regular expression.txt

By default, whitespace in a regular expression is significant. By specifying the COMMENTS flag, whitespace can be ignored in a pattern. While in comment mode, a particular whitespace character can be