鏈棧的基本操作 三(中綴表達式 完整版)

#include<stdio.h> #include<malloc.h> #include<string.h> #define ElemType char #define MAXSIZE 100 typedef struct OptrStack{//定義運算符鏈棧 char otr; struct OptrStack *next; }OPtrStack; typedef struct OPndSt
相關文章
相關標籤/搜索