代码搜索:模版匹配
找到约 3,092 项符合「模版匹配」的源代码
代码结果 3,092
www.eeworm.com/read/169348/9864854
txt 字符匹配.txt
发信人: RoachCock (chen3feng~弱智三千,我只取一个), 信区: Programming
标 题: 字符匹配
发信站: BBS 水木清华站 (Sat Mar 27 01:52:37 2004), 转信
字符匹配
句点 (.) 匹配一个字符串中任何单个的打印或非打印字符,除了换行符 (\n) 之外。
下面的 JScript 正则表达式可以匹配 'aac'、'a
www.eeworm.com/read/161836/10366692
rar 括号匹配.rar
www.eeworm.com/read/161836/10366745
txt 括号匹配.txt
definition
===========================
#define INIT_SIZE 100 //存储空间初始分配量
#define INCREMENT 10 //存储空间分配增量
typedef char ElemType;
typedef struct{
ElemType *top, *base; //栈顶指针和栈底指针
unsigned s
www.eeworm.com/read/161613/10392020
c 模式匹配.c
# include
# include
# define MAX 100
int next[100];/*定义全局变量数组next[]*/
typedef struct
{
char *ch;
int length;
}string;
void creat(string *s) /*创建一个串*/
{
c
www.eeworm.com/read/145448/12723761
txt 模式匹配.txt
/* 模式匹配问题的无回溯算法*/
#include
#define MAXNUM 100 /* 串允许的最大字符个数 */
struct SeqString /* 顺序串的类型 */
{
char c[MAXNUM];
int n; /* 串的长度,n
www.eeworm.com/read/243219/12954639
c 括号匹配.c
#include
#include
#include
#define MaxStackSize 100
typedef char DataType;
#include "SeqStack.h"
int main()
{
int len;
char exp[MaxStackSize];
int Chec
www.eeworm.com/read/305932/13756095
ppt 模式匹配.ppt
www.eeworm.com/read/319080/6328400
txt 匹配结果.txt
2007-07-20 09:50:18 开始运行!
2007-07-20 09:50:48 结束运行!
2007-07-20 11:04:49 开始运行!
2007-07-20 11:05:09 开始运行!
2007-07-20 11:05:48 开始运行!
2007-07-20 11:07:33 开始运行!
2007-07-20 11:11:16 结束运行!
2007-07-20
www.eeworm.com/read/490196/6460559
frx 匹配亲本.frx
www.eeworm.com/read/408549/11383002