这个程序自己写的有些局限,可惜只能对0~9的四则运算起作用,我正在对它进行改进,希望各位能提出好的意见,谢谢!!#include<stdio.h>#include<math.h>#include<stdlib.h>#include<ctype.h>#define maxism 15typedef struct stack{char stack;int...
阅读全文
2006
09-27