代码搜索:模版匹配

找到约 3,092 项符合「模版匹配」的源代码

代码结果 3,092
www.eeworm.com/read/303129/3815285

h lstr.h

#include "stdio.h" #include "stdlib.h" /*链式存储方式下的模式匹配,每个字符用一结点表示*/ typedef struct Block{ char ch; struct Block *next; }Block; typedef struct { Block *head; Block *tail; in
www.eeworm.com/read/472897/6859523

cpp seqalignment2.cpp

//动态规划 递归 序列比对 //得分矩阵:匹配+1,失配0,空位-1 # include # include # define SEQULEN 23 int scores[SEQULEN][SEQULEN]={0}; char sequ1[SEQULEN+1]={"GAAGGTTCCCGCCGCTATCGTAT"}, seq
www.eeworm.com/read/200428/15433624

log logs_20060416.log

[FillDataTable]: HR_Personnel_GetAll|Could not find stored procedure 'HR_Personnel_GetAll'. [AssignParameterValues]: 参数个数和参数值个数不匹配. [ExecuteNonQ
www.eeworm.com/read/378183/9244078

dat vb_fun21.dat

Dir 函数 返回一个 String,用以表示一个文件名、目录名或文件夹名称,它必须与指定的模式或文件属性、或磁盘卷标相匹配。
www.eeworm.com/read/376028/9337610

htm 8.9.htm

字符匹配
www.eeworm.com/read/159191/10682025

htm ex14-13.htm

字符类匹配演示(字符串中不包含字母)
www.eeworm.com/read/448589/7529379

htm 8.9.htm

字符匹配
www.eeworm.com/read/139446/5798764

java matchselectconfigparser.java

//匹配查询的xml配置解析器 package find; import org.xml.sax.Attributes; import org.xml.sax.helpers.DefaultHandler; import org.xml.sax.SAXException; import javax.xml.parsers.SAXParser; import javax.xml.
www.eeworm.com/read/405240/11467837

html 8-3.html

括号不匹配 functio
www.eeworm.com/read/402783/11527357

searchresults rct.searchresults

---- DS1337_Test 匹配 (3 in 3 文件) ---- DS1337.c (code):void DS1337_Test(void) DS1337.h (code):void DS1337_Test(void); Test1337.c (code): DS1337_Test();