中綴算式轉後綴算式

#include<stdio.h> #include<string.h> #include<stdlib.h> #ifndef _Stack_h struct StackRecord; typedef struct StackRecord *Stack; int IsEmpty(Stack s); int IsFull(Stack s); Stack CreateStack(int MaxEl
相關文章
相關標籤/搜索