簡單的中綴轉前綴表達式並計算的程序

#include <stdio.h> #include <stdlib.h> #include<math.h> #define Max 100 typedef char ElementType; typedef double ElementType1;//用於計算前綴表達式 typedef struct stk { ElementType data; struct stk* ne
相關文章
相關標籤/搜索