代码搜索:模版匹配
找到约 3,092 项符合「模版匹配」的源代码
代码结果 3,092
www.eeworm.com/read/336808/12414687
awk运算符
运算符 描述
= += -= *= /= %= ^= *= 赋值
?: C条件表达式
|| 逻辑或
&& 逻辑与
~ ~! 匹配正则表达式和不匹配正则表达式
< >= != == 关系运算符
空格 连接
+ - 加,减
* / & 乘,除与求余
+ - !
www.eeworm.com/read/215903/15034459
txt 使用说明.txt
用VB与数据库相连接实现中
文分词的程序,采用了正向
最大匹配算法。
为提高分词效率,在数据库中
按词长把所有的词汇分别存
入了数据库中的表1,2,3,
4,5,6,7,8_11,13_14,18
中。但是程序执行还是有点慢,
如果是较长的句子分词,可能
需要较长时间。
www.eeworm.com/read/189078/8490712
txt 字符串匹配查找的实现.txt
字符串匹配/查找的实现[原创]
该程序查找second字符串在first字符串中的位置,如果不存在,则返回-1。另外,这个程序还有很大的可优化余地,以后有时间慢慢补充。
#i nclude
int AtPos(char *p,char *q)/* to judge whether the second string exists int the f
www.eeworm.com/read/289658/8536629
txt 匹配滤波器的原理.txt
www.eeworm.com/read/386027/8770968
jpg lfm信号的匹配滤波1.jpg
www.eeworm.com/read/361638/10040894
doc 图象的检测及模板匹配.doc
www.eeworm.com/read/162301/10316478
jpg lfm信号的匹配滤波1.jpg
www.eeworm.com/read/279550/10421378
txt pku 1451 普通字符串匹配.txt
#include
#include
#include
#include
#include
using namespace std;
#define PB push_back
#define PO pop_back
#define LENGTH 105
#define WOR
www.eeworm.com/read/419514/10863698