代码搜索:模式匹配

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

代码结果 10,000
www.eeworm.com/read/401642/11552566

c algo4-2.c

/* algo4-2.c 实现算法4.6、4.8的程序 */ #include"c1.h" #include"c4-1.h" #include"bo4-1.c" void get_nextval(SString T,int nextval[]) { /* 求模式串T的next函数修正值并存入数组nextval。算法4.8 */ int i=1,j=0; n
www.eeworm.com/read/401642/11552575

c algo4-1.c

/* algo4-1.c 实现算法4.6、4.7的程序 */ #include"c1.h" #include"c4-1.h" #include"bo4-1.c" void get_next(SString T,int next[]) { /* 求模式串T的next函数值并存入数组next 算法 4.7 */ int i=1,j=0; next[1]=0;
www.eeworm.com/read/158516/11605331

txt index.txt

4.html Jini设备及其应用实例 5.html 分布式编程模式中的租约、事务和分布式事件机制 6.html Jini技术介绍 index.html Getting 'Jini' with it! 1.html Jini技术综述 2.html Jini技术素描 3.html Jini技术基础结构
www.eeworm.com/read/262111/11605913

cpp algo4-2.cpp

// algo4-2.cpp 实现算法4.6、4.8的程序 #include"c1.h" #include"c4-1.h" #include"bo4-1.cpp" void get_nextval(SString T,int nextval[]) { // 求模式串T的next函数修正值并存入数组nextval。算法4.8 int i=1,j=0; nex
www.eeworm.com/read/262111/11605945

cpp algo4-1.cpp

// algo4-1.cpp 实现算法4.6、4.7的程序 #include"c1.h" #include"c4-1.h" #include"bo4-1.cpp" void get_next(SString T,int next[]) { // 求模式串T的next函数值并存入数组next 算法 4.7 int i=1,j=0; next[1]=0;
www.eeworm.com/read/262111/11606510

c algo4-2.c

/* algo4-2.c 实现算法4.6、4.8的程序 */ #include"c1.h" #include"c4-1.h" #include"bo4-1.c" void get_nextval(SString T,int nextval[]) { /* 求模式串T的next函数修正值并存入数组nextval。算法4.8 */ int i=1,j=0; n
www.eeworm.com/read/262111/11606526

c algo4-1.c

/* algo4-1.c 实现算法4.6、4.7的程序 */ #include"c1.h" #include"c4-1.h" #include"bo4-1.c" void get_next(SString T,int next[]) { /* 求模式串T的next函数值并存入数组next 算法 4.7 */ int i=1,j=0; next[1]=0;
www.eeworm.com/read/347738/11639423

c 10_3_2.c

//单片机发送和接收字符的程序实例: #include unsigned idata rx[10]; unsigned idata tx[10]; unsigned receive(unsigned addrs); unsigned send(); main() { TMOD=0x20; //定时器T1定义为模式2 TL1=0xE6;TH1=0
www.eeworm.com/read/347458/11664208

c algo4-2.c

/* algo4-2.c 实现算法4.6、4.8的程序 */ #include"c1.h" #include"c4-1.h" #include"bo4-1.c" void get_nextval(SString T,int nextval[]) { /* 求模式串T的next函数修正值并存入数组nextval。算法4.8 */ int i=1,j=0; n
www.eeworm.com/read/347458/11664241

c algo4-1.c

/* algo4-1.c 实现算法4.6、4.7的程序 */ #include"c1.h" #include"c4-1.h" #include"bo4-1.c" void get_next(SString T,int next[]) { /* 求模式串T的next函数值并存入数组next 算法 4.7 */ int i=1,j=0; next[1]=0;