10 2024 档案
摘要:#include<stdio.h>#include<stdlib.h> typedef int ElemType; typedef struct{ ElemType *base; ElemType *top; int ssize; }sq; void createS(sq &S) { S.base=
阅读全文
摘要:#include<stdio.h>#include<malloc.h> #define SIZE 100#define INCREMENT_SIZE 10 #define TRUE 1#define FALSE -1#define OK 1#define ERROR -1 typedef int S
阅读全文
摘要:#include<stdio.h>#include<malloc.h> #define SIZE 100#define INCREMENT_SIZE 10 #define TRUE 1#define FALSE -1#define OK 1#define ERROR -1 typedef int S
阅读全文
浙公网安备 33010602011771号