代码搜索:模版匹配
找到约 3,092 项符合「模版匹配」的源代码
代码结果 3,092
www.eeworm.com/read/219982/14856658
doc 实验报告模版.doc
www.eeworm.com/read/269075/11109753
doc 课程设计模版.doc
www.eeworm.com/read/248498/12556348
url 好模版免费下载.url
[DEFAULT]
BASEURL=http://bestmoban.com/
[InternetShortcut]
URL=http://haomoban.com/
Modified=C0C3EF443EA4C70160
IconIndex=0
IconFile=C:\WINDOWS\system32\url.dll
www.eeworm.com/read/271772/10980835
txt 括弧匹配检验.txt
假设表达式中允许包含两种括号:圆括号和方括号,其嵌套的顺序随意,如 ([]()) 或 [([][])] 等为正确的匹配,[(]) 或 ([]() 或 (())) 均为错误的匹配。
现在的问题是,要求检验一个给定表达式中的括弧是否正确匹配?
检验括号是否匹配的方法可用"期待的急迫程度"这个概念来描述。即后出现的"左括弧",它等待与其匹配的"右括弧"出现的"急迫"心情要比先出现的 ...
www.eeworm.com/read/270578/11032479
swf 朴素串匹配.swf
www.eeworm.com/read/469138/6978157
txt 模式匹配(kmp).txt
//模式匹配,kmp算法,复杂度O(m+n)
//返回匹配位置,-1表示匹配失败,传入匹配串和模式串和长度
//可更改元素类型,更换匹配函数
#define MAXN 10000
#define _match(a,b) ((a)==(b))
typedef char elem_t;
int pat_match(int ls,elem_t* str,int lp,elem_t* pa
www.eeworm.com/read/460783/7240724
txt 模式匹配(kmp).txt
//模式匹配,kmp算法,复杂度O(m+n)
//返回匹配位置,-1表示匹配失败,传入匹配串和模式串和长度
//可更改元素类型,更换匹配函数
#define MAXN 10000
#define _match(a,b) ((a)==(b))
typedef char elem_t;
int pat_match(int ls,elem_t* str,int lp,elem_t* pa
www.eeworm.com/read/457804/7317595
txt 模式匹配(kmp).txt
//模式匹配,kmp算法,复杂度O(m+n)
//返回匹配位置,-1表示匹配失败,传入匹配串和模式串和长度
//可更改元素类型,更换匹配函数
#define MAXN 10000
#define _match(a,b) ((a)==(b))
typedef char elem_t;
int pat_match(int ls,elem_t* str,int lp,elem_t* pa
www.eeworm.com/read/197077/8031999
txt 模式匹配(kmp).txt
//模式匹配,kmp算法,复杂度O(m+n)
//返回匹配位置,-1表示匹配失败,传入匹配串和模式串和长度
//可更改元素类型,更换匹配函数
#define MAXN 10000
#define _match(a,b) ((a)==(b))
typedef char elem_t;
int pat_match(int ls,elem_t* str,int lp,elem_t* pa
www.eeworm.com/read/197075/8032385
dsw 括号匹配检验.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################