搜索资源列表
逆波兰.rar
- 逆波兰式的转换
逆波兰式.rar
- 逆波兰式源码
逆波兰表达式
- 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix
逆波兰计算器
- 数据结构经典常用算法,采用逆波兰式编制的小型计算器-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 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到
safasfds
- 同学的一个java 程序, 是我们的作业 包括三元试和四元试和逆波兰试-students a java process, our operations include three yuan and four yuan test test test and inverse Poland
BOLANSHI
- 编译原理\转逆波兰式-compiler theory \ to reverse Polish
nibol
- 一个逆波兰式的生成程序-an inverse Polish generation procedures
逆波兰表达式
- 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix
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
NIBOLAN
- 利用简单优先法输出逆波兰式 将中缀式转化成逆波兰式-priority method using simple inverse Polish exports of Chinese-grade into reverse Polish
功能强大的计算器
- 功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedur
pp编译
- 自己编的逆波兰市 看看再说!-own series of the inverse look at the city of Portland say!
5.8&5.9
- 逆波兰表达式,分解输入的字符,进行语意分析,生成表达式-Reverse Polish expression, decomposition of input characters, for semantic analysis, to generate expression
huahua
- 逆波兰式的求解,输入表达式,然后转化成逆波兰式,当输入字母的值,可求出表达式的值.-inverse Polish Solution, the importation of expression, and then into reverse Polish, when the value of imported alphabet, can be derived the value of the expression.