搜索资源列表
jisuanqi
- c语言编译的计算器 为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的. 程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)=
calculator
- 一个基于8086汇编编写的计算器, 支持加减运算, 负数和括号, 键盘输入表达式, 屏幕输出结果.-A compilation prepared by the calculator based on 8086 to support the addition and subtraction, negative, and brackets, keyboard input expression, the screen output.
scientificCalculator
- win 32 汇编语言实现的科学计算器,支持表达式运算-win 32 assembly language to achieve a scientific calculator, support for Expressions
jisuanqi
- 现在就用这个方式再实现计算器.. 表达式一旦转换成后缀表达式再进行计算就简单的不得了.遇到一个符号就弹出离他最近的两个操作数然后进行这个操作符指定的运算就ok了...运算完成后压栈继续扫描,依次重复...等到操作符没有了.所有的运算也就结束了.结果也就出来了...不必再判断优先级的什么的了.括号什么的也一并省略..爽吧. 其实在中缀转后缀的时候就可以进行计算,表达式扫描完成,计算完成. -it is a txt file based on c++ language to
jisuanqi
- 利用堆栈实现计算器的功能,并把输入计算式表达成后缀表达式的形式-Use the calculator function stack implementation, and to enter into a form of expression formula postfix expressions