代码搜索:SString

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

代码结果 985
www.eeworm.com/read/146173/12666284

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/246592/12718085

h c4-1.h

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

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/246401/12730220

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/246401/12730223

h c4-1.h

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

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/329948/12925488

h c4-1.h

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

h c4-1.h

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

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/326973/13107401

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;