搜索资源列表
逆波兰.rar
- 逆波兰式的转换
逆波兰式.rar
- 逆波兰式源码
逆波兰表达式
- 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
Java写的泥波兰式
- Java写的泥波兰式 A栈中存放的是逆波兰式结果。 B栈中存放的是操作符 B栈初始状态为@-Reverse Polish Notation by Java.In the A stack deposits goes against the Polish type result. In the B stack deposits is the instruction character B stack original state is @
逆波兰计算器
- 数据结构经典常用算法,采用逆波兰式编制的小型计算器-data structure used classical algorithm, using inverse Polish establishment of small calculators
表达式求值(逆波兰算法,javascript实现).rar
- 表达式求值(逆波兰算法,javascr ipt实现)
波兰式计算器
- 网上有很多逆波兰式编程代码,但波兰式很少,我就传了一个。
逆波兰式
- 逆波兰式源码-Reverse Polish-type source
逆波兰
- 逆波兰式的转换- Goes against the Poland-like transformation
源文件
- 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到相应的结果) I 二进制及八进制的计算器 j十六进制转化为十
nibolan
- 用逆波兰式实现个位数字的混合运算,并有差错功能-Using Reverse Polish-style to achieve a single-digit hybrid computing, and error function
biaodashi
- 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
2694
- poj 2964 逆波兰表达式 递归问题-Reverse Polish expression poj 2964 recursive problem
ReversePolishNotation
- 逆波兰表达式求解,算法中很重要的。方便输入输出。-Reverse Polish Notation solving, algorithm is very important. Facilitate the input and output.
2
- 中缀表达式转换逆波兰式 -23
逆波兰计算器的实现
- 逆波兰计算器的实现。是C++学习的基础。主要用到了堆栈数据结构-Inverse Polish calculator realization. Learning the basis C++. Mainly used in a stack data structure
calculator
- 基于逆波兰表达式的表达式计算器,支持计算加减乘除以及包含任意级数括号的表达式(An expression calculator based on an inverse Polish expression that supports the expression of addition, subtraction, multiplication and division, and parentheses)
计算器
- 输入一串数学计算式子即可得出答案,采用了逆波兰的办法(Enter a string of mathematical calculation formula can be obtained.)
Reverse Polish Notation
- 逆波兰表达式求值 C++实现,数据结构使用的是栈(Reverse Polish notation)