搜索资源列表
RPN
- 反波兰计数法的计算器, 按照格式输入数字和操作符后就可以得出, 总共一个头文件, 两个c-Reverse Polish Notation calculator, just follow the instruction in the console window and you can do it. (one header file and two .cpp files inluded)
calculator
- 桌面计算器小程序,运用逆波兰算法实现四则运算。也可以运算正弦余弦。背景是白底黑字-Desktop calculator applet, using RPN algorithm four operations. You can also SineCosine operation. The background is black and white
niPorland
- 使用逆波兰法计算四则运算。输入待计算的字符串,输出逆波兰序的字符串。-Reverse Polish calculated using four operations. Enter the string to be calculated, RPN string output sequence.
nibolan
- 用c语言实现的逆波兰计算器,用栈结构实现-Using c language RPN calculator with a stack structure to achieve
CalculationwirhRPN
- 使用逆波兰式进行四则运算的小例子,加深对数据结构栈的理解。首先将标准四则运算表达式转化为逆波兰式,再进行计算,用到了栈的实现。Codeblocks编辑环境下,使用GCC编译成功-Calculation with RPN(Reverse Polish Notation) on the platform Code:Blocks & GCC
ReversePolish
- 逆波兰算法的实现,主要使用stringstream完成。-Algorithm realization RPN
LocalGitHub-master
- rpn calculator in c# language
ReversePolishCalculator-master
- Reverse Polish Calculator master best c# calculator rpn
RPNSharpCalculator-master
- a visual studio c# code of rpn calculator