搜索资源列表
Maths_expr215140542009
- This a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functions. The code consists of three simple classes: 1) Calc - which does the main calculations, 2) Stack - which is used t
reversed_Polish_notation
- 逆波兰算法,用以实现四则混合运算,可以支持加,减,乘,除,括号的优先级判断,得到运算结果。-RPN algorithm to achieve four hybrid operation, to support add, subtract, multiply, divide, to determine the priority of parentheses to get the results of operations.
Rpn
- 逆波兰算法的实现算法,已经用类封装,专门用于计算逆波兰表达式,稍加修改可以增加更多运算方法。-Reverse Polish Algorithm algorithm, has been with the class package, specifically used to calculate the Reverse Polish Notation, slightly modified to add more computing methods.
CSC323-LAB-1-RPN-Calculator
- University of New Brunswick. Engineering CSC323. Programing and Algorithm. LAB # 1: RPN Calculator. Written in C Program.
rpn
- 中缀式变后缀式的代码。经典逆波兰式算法。-Reverse Polish notation
main
- This file is the main file of RPN algorithm (reverse polish notation). I am pretty sure it is 100 bug less. File was checked on Wroclaw Univerity of Technology servers.-This file is the main file of RPN algorithm (reverse polish notation). I am prett
RPN-Calculator-master(xd)
- mathimatics numerical algorithms