C语言表达式计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.n,f#Px.p6X:z|'F0F h程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)=%H{~1{/c\3e
/**************表达式计算器************/}Lx8g7C+\ ^I
#include <stdio.h>
#include <stdlib.h>G+S8_!Q*A3lUNB*\
#include <string.h>ro/u!wBF
#include <conio.h>