RP:逆波兰

“逆波兰表示法”(Reverse Polish Notation,简称RPN)在计算机科学领域中被广泛使用,为便于书写和应用,常缩写为RP。该记法摒弃了传统的括号和运算符优先级规则,采用后缀表达式形式,使计算过程更清晰高效,在编程语言解释器、计算器设计及表达式求值等相关场景中尤为常见。

Reverse Polish具体释义

  • 英文缩写:RP
  • 英语全称:Reverse Polish
  • 中文意思:逆波兰
  • 中文拼音:nì bō lán
  • 相关领域rp 常用

Reverse Polish的英文发音

例句

  1. Remember struggling with reverse Polish notation on your first scientific calculator?
  2. 还记得在您的第一台科学计算器上用逆波兰(RP)表示法奋斗的经历吗?
  3. Postfix notation is also known as reverse Polish notation ( RPN ) and is commonly used because it enables easy evaluation of expressions.
  4. 后缀表示法也称逆波兰(RP)表示法(reversePolishnotation,RPN),因其使表达式求值变得轻松,所以被普遍使用。
  5. Many basic concepts and algorithms, such as finite automata, regular expression, context-free grammar, operator precedence algorithm, Reverse Polish(RP) Expression, etc, are be introduced and given the appropriate instance to illustrate.
  6. 同时介绍了有穷状态机,正则表达式,上下文无关文法,算符优先算法,逆波兰(RP)式等基本概念及算法,并给出了适当的实例加以说明。
  7. This note gives a survey of the algorithms which recreate infix forms of general arithmetic expressions from their corresponding reverse Polish forms.
  8. 本文综述了从算术表达式的逆波蓝形式重建为通常算术表达式中缀形式之算法。
  9. A note on recreating source code from reverse Polish form
  10. 关于从逆波兰(RP)形式重建源程序的注记