代码搜索:匹配方式
找到约 10,000 项符合「匹配方式」的源代码
代码结果 10,000
www.eeworm.com/read/161836/10366745
txt 括号匹配.txt
definition
===========================
#define INIT_SIZE 100 //存储空间初始分配量
#define INCREMENT 10 //存储空间分配增量
typedef char ElemType;
typedef struct{
ElemType *top, *base; //栈顶指针和栈底指针
unsigned s
www.eeworm.com/read/161613/10392020
c 模式匹配.c
# include
# include
# define MAX 100
int next[100];/*定义全局变量数组next[]*/
typedef struct
{
char *ch;
int length;
}string;
void creat(string *s) /*创建一个串*/
{
c
www.eeworm.com/read/145448/12723761
txt 模式匹配.txt
/* 模式匹配问题的无回溯算法*/
#include
#define MAXNUM 100 /* 串允许的最大字符个数 */
struct SeqString /* 顺序串的类型 */
{
char c[MAXNUM];
int n; /* 串的长度,n
www.eeworm.com/read/243219/12954639
c 括号匹配.c
#include
#include
#include
#define MaxStackSize 100
typedef char DataType;
#include "SeqStack.h"
int main()
{
int len;
char exp[MaxStackSize];
int Chec
www.eeworm.com/read/305932/13756095
ppt 模式匹配.ppt
www.eeworm.com/read/319080/6328400
txt 匹配结果.txt
2007-07-20 09:50:18 开始运行!
2007-07-20 09:50:48 结束运行!
2007-07-20 11:04:49 开始运行!
2007-07-20 11:05:09 开始运行!
2007-07-20 11:05:48 开始运行!
2007-07-20 11:07:33 开始运行!
2007-07-20 11:11:16 结束运行!
2007-07-20
www.eeworm.com/read/490196/6460559
frx 匹配亲本.frx
www.eeworm.com/read/408549/11383002
bmp 特征匹配.bmp
www.eeworm.com/read/408549/11383020
bmp 边缘匹配.bmp
www.eeworm.com/read/261720/11626493
cpp 所有匹配.cpp
#include
#include
#include
using namespace std;
class NoMem{};
class OutOfBounds{};
class String{
public:
String(char *s="");
String(const String& s);
~Str