代码搜索:SqStack

找到约 774 项符合「SqStack」的源代码

代码结果 774
www.eeworm.com/read/222762/14675207

cpp check.cpp

//Check.cpp //Check round brackets fucntion #include #include #include #include #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #define O
www.eeworm.com/read/122479/14687853

cpp stack.cpp

#include"Stack.h" #include #include status InitSqStack(SqStack &s) { s.base =(ElementType*)malloc(sizeof(ElementType)*STACKINITSIZE); if(!s.base ) return 0; s.top=s.bas
www.eeworm.com/read/122474/14687950

cpp stack.cpp

#include"common.h" #include"Stack.h" #include #include status InitSqStack(SqStack &s) { s.base =(ElementType*)malloc(sizeof(ElementType)*STACKINITSIZE); if(!s.base ) ret
www.eeworm.com/read/122473/14687979

cpp stack.cpp

#include"Stack.h" #include #include status InitSqStack(SqStack &s) { s.base =(ElementType*)malloc(sizeof(ElementType)*STACKINITSIZE); if(!s.base ) return 0; s.top=s.bas
www.eeworm.com/read/118860/14851893

cpp mw.cpp

#include "mowang.h" void main(int argc,char* argv[]) { int n; coutn; cout
www.eeworm.com/read/219100/14894504

cpp intcalculate.cpp

#include #include #include #define IS 100 //定义栈的初始分配量 #define C 10 //定义栈的分配增量 typedef struct{ int *base;
www.eeworm.com/read/394834/8205426

txt sfyx.txt

typedef int SElemType; typedef struct SqStack { char *base; char *top; char stacksize; }SqStack; 程序 void InitStack (SqStack &S) {
www.eeworm.com/read/369421/9649012

cpp check.cpp

//Check.cpp //Check round brackets fucntion #include #include #include #include #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #define O
www.eeworm.com/read/335076/12550870

c check_if.c

#include #include #include //#include #define MAX 13 #define OK 1 #define TRUE 1 #define FALSE 0 #define ERROR 0 #define OVERFLOW -2 #define OPSETSIZE 7
www.eeworm.com/read/335076/12550876

c check_if_not.c

#include #include #include //#include #define MAX 13 #define OK 1 #define TRUE 1 #define FALSE 0 #define ERROR 0 #define OVERFLOW -2 #define OPSETSIZE 7