搜索资源列表
功能强大的计算器
- 功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedures have been tested successful
ScientificCalculator
- DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
nibolan
- 基于C++的有关数据结构的逆波兰表达式算法-Based on C++, data structures related to Reverse Polish Notation algorithm
lab1
- 实现了逆波兰式和数学表达式之间的转换的算法-Achieved Reverse Polish Notation and mathematical algorithm for conversion between the expression
12313as
- 编译程序之逆波兰式的实现,有逆波兰式输出-Compiler implementation of the Reverse Polish Notation, a Reverse Polish Notation Output
uCalc
- 自己写的利用逆波兰式进行四则运算的类,目前仅支持四则及括号运算-Write their own use Reverse Polish Notation for arithmetic class, currently only supports four operations and parentheses
1
- 【课题】若某算术表达式采用后置法表示(即逆波兰表达式),请编程计算该表达式的值。如:表达式(a+b*c)/d-e用后置法表示为abc*+d/e-。 -[ Topic ] If an arithmetic expression using the post method representation (i.e., inverse Poland expression ), please programming calculation of the value of the expression.
Reverse-Polish
- 将中缀表达式转换成逆波兰表达式. 目前只可以处理 + - * / 和小括号的表达式 -Translate the Arithmetic expression to the Reverse Polish expression.
math
- 用逆波兰表达式实现计算器功能的数学头文件及源文件.支持四则运算,括号,负号,三角函数,求余,求幂和阶乘.但未处理大数,所以数值大小有限.-Math header file and source file with Reverse Polish expression calculator function. Supports four operations, brackets, negative numbers, trigonometric functions, modulo exponentia
Calculator
- 基于逆波兰法的计算器程序,该计算器支持小数输入和正负数输入,支持四则运算以及指数运算,也支持括号的使用。-Reverse Polish law based calculator program, the calculator supports input and negative decimal number input, support four operations and index calculation, and also supports the use of parentheses
reversepolandnotation
- 用C来实现逆波兰表示法 例: Please enter a numerical expression (2-1)/(3+2*8) 21-328*+/=0.052632 -reverse Polish notation in C language Example: Please enter a numerical expression (2-1)/(3+2* 8) 21-328*+/= 0.052632