代码搜索:模版匹配

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

代码结果 3,092
www.eeworm.com/read/473168/6857115

txt 二分图最大匹配(hungary邻接表形式,邻接阵接口).txt

//二分图最大匹配,hungary算法,邻接表形式,邻接阵接口,复杂度O(m*e)s //返回最大匹配数,传入二分图大小m,n和邻接阵 //match1,match2返回一个最大匹配,未匹配顶点match值为-1 #include #include #define MAXN 310 #define _clr(x) memset(x,0xff,
www.eeworm.com/read/473191/6857980

txt 二分图最大匹配(hungary邻接表形式,邻接阵接口).txt

//二分图最大匹配,hungary算法,邻接表形式,邻接阵接口,复杂度O(m*e)s //返回最大匹配数,传入二分图大小m,n和邻接阵 //match1,match2返回一个最大匹配,未匹配顶点match值为-1 #include #include #define MAXN 310 #define _clr(x) memset(x,0xff,
www.eeworm.com/read/315560/13540741

txt 使用帮助.txt

此模版来自http://BestMoban.Com(【最好模版】) 买空间请找【九网互联 Www.Ninedns.com】,支持绑定域名到目录,最好模版旗下站点,信誉品质都有保证。QQ:4596836 电话:028-85919141 最好模版(http://Bestmoban.com)拥有上万个网页模版,每日更新(电信、网通双下载点)。 模版使用帮助请进http://Imstyl
www.eeworm.com/read/302548/13832410

txt 使用帮助.txt

此模版来自http://BestMoban.Com(【最好模版】) 买空间请找【九网互联 Www.Ninedns.com】,支持绑定域名到目录,最好模版旗下站点,信誉品质都有保证。QQ:4596836 电话:028-85919141 最好模版(http://Bestmoban.com)拥有上万个网页模版,每日更新(电信、网通双下载点)。 模版使用帮助请进http://Imstyl
www.eeworm.com/read/131670/14133542

c glob.c

/* glob 命令 -- glob params 在 params 中的 "*" 匹配正则表达式 ".*" 在 params 中的 "?" 匹配正则表达式 "." 在 params 中的 "[...]" 匹配字符类 在 params 中的 "[!...]" 匹配字符类的补集。 在 params 中的 "[...a-z...]" 匹配 a 到
www.eeworm.com/read/273880/10895676

txt 正则表达式 .txt

匹配双字节字符(包括汉字在内):[^\x00-\xff] 匹配空行的正则表达式:\n[\s| ]*\r 匹配HTML标记的正则表达式:/.*|/ 匹配首尾空格的正则表达式:(^\s*)|(\s*$) 匹配Email地址的正则表达式:\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* 匹配网
www.eeworm.com/read/469850/1478742

java myclassfilter.java

package one; /** * 实现了ClassFilter。业务是否匹通过匹配 * 1.true 通过匹配,在进行方法匹配 * 2.false 没有通过匹配,结束不进行下一不。 */ import org.springframework.aop.ClassFilter; public class MyClassFilter implements ClassFilt
www.eeworm.com/read/259500/11786321

html 2164swf.html

www.eeworm.com/read/432144/8624164

c 16.6 磁盘随机文本文件的字符串匹配 fkmp.c

#include "math.h" #include "stdlib.h" #include "string.h" int fkmp(fp,p) FILE *fp; char p[]; { int i,j,k,jt,*flink; char s; void qflink(); k=strlen(p); flink=