代码搜索:SString

找到约 985 项符合「SString」的源代码

代码结果 985
www.eeworm.com/read/308708/13695119

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/308708/13695319

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/308708/13695320

h c4-1.h

/* c4-1.h 串的定长顺序存储表示 */ #define MAXSTRLEN 40 /* 用户可在255以内定义最大串长(1个字节) */ typedef char SString[MAXSTRLEN+1]; /* 0号单元存放串的长度 */
www.eeworm.com/read/308482/13700477

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/308482/13700478

h c4-1.h

/* c4-1.h 串的定长顺序存储表示 */ #define MAXSTRLEN 40 /* 用户可在255以内定义最大串长(1个字节) */ typedef char SString[MAXSTRLEN+1]; /* 0号单元存放串的长度 */
www.eeworm.com/read/307670/13717742

h c4-1.h

// c4-1.h 串的定长顺序存储表示 #define MAXSTRLEN 40 // 用户可在255以内定义最大串长(1个字节) typedef char SString[MAXSTRLEN+1]; // 0号单元存放串的长度
www.eeworm.com/read/307670/13717745

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/440959/6283720

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/440959/6283721

h c4-1.h

/* c4-1.h 串的定长顺序存储表示 */ #define MAXSTRLEN 40 /* 用户可在255以内定义最大串长(1个字节) */ typedef char SString[MAXSTRLEN+1]; /* 0号单元存放串的长度 */
www.eeworm.com/read/315848/6289691

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;