polish notation
polish notation什么意思,polish notation翻译
基本解释
un.: 〔计〕波兰表示法
网络: 波兰记法;波兰记号法;波兰表达式
英汉解释
〔计〕波兰表示法
例句
Remember struggling with reverse Polish notation on your first scientific calculator?
还记得在您的第一台科学计算器上用逆波兰表示法奋斗的经历吗?
Postfix notation is also known as reverse Polish notation (RPN) and is commonly used because it enables easy evaluation of expressions.
后缀表示法也称逆波兰表示法(reversePolishnotation,RPN),因其使表达式求值变得轻松,所以被普遍使用。
the calculator can operate in standard algebraic mode or in RPN mode (Reverse Polish Notation).
计算器能够在标准模式或代数的RPN模式(逆波兰式)。
You can use dc, a reverse-polish notation calculator, or bc, an entire scripting language for math.
您可以使用dc(这是一种逆波兰式计算器),或者bc(这是一种用于数学运算的完整的脚本编程语言)。
Demonstration of Reverse Polish Notation expression calculation using Stacks
用栈翻转符号表达式
The transform of Polish notation and inverse Polish notation in arithmetic expression
算术运算式波兰式、逆波兰式的转换
Analysis and Program Design and Compare about Two Algorithms on Reversed Polish Notation
两种逆波兰转换算法分析、程序设计及比较
The improvement of reverse polish notation applies to the environment of network
网络环境下逆波兰算法的应用
Generating code from Polish notation
波兰表示法生成目标代码