代码搜索:模版匹配

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

代码结果 3,092
www.eeworm.com/read/211952/15169954

cpp p2221_二分图匹配.cpp

#include #include #define MAXN 500 struct TNode { int time , x1 , y1 , x2 , y2 , finish; } Data [MAXN]; int N , Line [MAXN] [MAXN] , Len [MA
www.eeworm.com/read/211952/15170294

cpp p1231_二分图匹配.cpp

#include #include #include #include #define MAXN 120 #define eps 1e-8 #define sqr(a) ((a)*(a)) using namespace std; int N , Link [MAXN] , m
www.eeworm.com/read/210370/15200345

sql 生成查询的模糊匹配字符串.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[f_Sql]') and xtype in (N'FN', N'IF', N'TF')) drop function [dbo].[f_Sql] GO if exists (select * from dbo.sysobjects where id
www.eeworm.com/read/290357/3977520

sql 生成查询的模糊匹配字符串.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[f_Sql]') and xtype in (N'FN', N'IF', N'TF')) drop function [dbo].[f_Sql] GO if exists (select * from dbo.sysobjects where id