代码搜索:匹配方式

找到约 10,000 项符合「匹配方式」的源代码

代码结果 10,000
www.eeworm.com/read/403717/11512688

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/400753/11569476

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/151940/12160104

m 模板匹配实验.m

clear %图像预处理 A=imread('3.bmp');% 读入图像 %imshow(A);%显示原始图像 B=imcrop(A,[170 15 500 540]);%剪裁图像 %imshow(B);%显示剪切后图像 C=medfilt2(B,[3 3]);% 3*3二维中值滤波 %imshow(C);%显示滤波后图像 D=imadjust(C,[0.3 0.75],[]);
www.eeworm.com/read/474589/6813327

ppt 08特征匹配.ppt

www.eeworm.com/read/473179/6857539

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/473191/6857919

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/236078/14032688

pdf 点模式匹配.pdf

www.eeworm.com/read/113571/15453161

cpp 符号匹配问题.cpp

// 符号匹配问题.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdio.h" #include "stdlib.h" #define MAX 100 //顺序栈 typedef struct { char d
www.eeworm.com/read/113571/15453162

dsp 符号匹配问题.dsp

# Microsoft Developer Studio Project File - Name="符号匹配问题" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co