代码搜索:MATCHING

找到约 3,451 项符合「MATCHING」的源代码

代码结果 3,451
www.eeworm.com/read/493206/6398535

m boyer_moore_string_matching.m

function sh = Boyer_Moore_String_Matching(text, x) % Boyer-Moore string matching: Find the location of the string x in text 'text' % % Inputs: % text - Text vector % x - Search string %
www.eeworm.com/read/410924/11264933

m boyer_moore_string_matching.m

function sh = Boyer_Moore_String_Matching(text, x) % Boyer-Moore string matching: Find the location of the string x in text 'text' % % Inputs: % text - Text vector % x - Search string %
www.eeworm.com/read/263158/11373177

txt maximum matching on general graph.txt

#include // total is the maximum cardinality,p[1..n] means a match : i p[i] #define maxn 10 int g [maxn][maxn],p[maxn],l[maxn][3],n,total,status[maxn],visited[maxn]; void upgrade(int
www.eeworm.com/read/405069/11472230

m boyer_moore_string_matching.m

function sh = Boyer_Moore_String_Matching(text, x) % Boyer-Moore string matching: Find the location of the string x in text 'text' % % Inputs: % text - Text vector % x - Search string %
www.eeworm.com/read/131588/14136312

m boyer_moore_string_matching.m

function sh = Boyer_Moore_String_Matching(text, x) % Boyer-Moore string matching: Find the location of the string x in text 'text' % % Inputs: % text - Text vector % x - Search string %
www.eeworm.com/read/129915/14217724

m boyer_moore_string_matching.m

function sh = Boyer_Moore_String_Matching(text, x) % Boyer-Moore string matching: Find the location of the string x in text 'text' % % Inputs: % text - Text vector % x - Search string %
www.eeworm.com/read/386597/2570160

m boyer_moore_string_matching.m

function sh = Boyer_Moore_String_Matching(text, x) % Boyer-Moore string matching: Find the location of the string x in text 'text' % % Inputs: % text - Text vector % x - Search string %
www.eeworm.com/read/474600/6813481

m boyer_moore_string_matching.m

function sh = Boyer_Moore_String_Matching(text, x) % Boyer-Moore string matching: Find the location of the string x in text 'text' % % Inputs: % text - Text vector % x - Search string %
www.eeworm.com/read/359187/6841971

m boyer_moore_string_matching.m

function sh = Boyer_Moore_String_Matching(text, x) % Boyer-Moore string matching: Find the location of the string x in text 'text' % % Inputs: % text - Text vector % x - Search string %