搜索资源列表
C语言编写的通用堆栈计算器算法
- 支持实数(包括负数)的四则运算(包括加减乘除,括号等),对所有输入进行语法检测,可以重复计算,稍微扩展一下即可支持乘方,开方等扩展函数;内存占用小,可以支持windows,unix,以及linux各种操作系统等。
calculator
- 用C语言通过堆栈算法实现的一个简单的计算器.可是实现四则运算。-a calculator
calcu
- 一个使用递归算法和堆栈结构实现的计算器。将中缀表达式转化为后缀表达式后再使用递归和堆栈实现。-A stack structure using a recursive algorithm and implementation of the calculator. The infix expression into postfix expression before using recursion and stack implementation
calculator
- 运用堆栈算法实现的可执行计算器,能够计算除 函数外的计算。-Executable stack algorithm using calculator can calculate calculate except outside the function.