Vocab Bloom Hub

postfix notation

/ˈpoʊstfɪks noʊˈteɪʃən/

Tradução: Notação matemática em que o operador segue seus operandos, também conhecida como notação polonesa reversa (RPN), usada em cálculos com pilha e em linguagens de programação.

1 verbete

phrase

C1formalcommontechnical/ˈpoʊstfɪks noʊˈteɪʃən/

A mathematical notation in which the operator follows its operands, also known as Reverse Polish Notation (RPN), commonly used in stack-based calculations and programming languages.

ptNotação matemática em que o operador segue seus operandos, também conhecida como notação polonesa reversa (RPN), usada em cálculos com pilha e em linguagens de programação.ruМатематическая нотация, в которой оператор следует за своими операндами, также известная как обратная польская запись (ОПЗ), обычно используемая в стековых вычислениях и языках программирования.esNotación matemática en la que el operador se coloca después de sus operandos, también conocida como notación polaca inversa (RPN), utilizada comúnmente en cálculos basados en pilas y en algunos lenguajes de programación.frNotation mathématique dans laquelle l'opérateur suit ses opérandes, également appelée notation polonaise inverse (NPI), couramment utilisée en calcul par pile et dans certains langages de programmation.deMathematische Notation, bei der der Operator seinen Operanden folgt, auch bekannt als umgekehrte polnische Notation (UPN), die häufig in Stack-basierten Berechnungen und Programmiersprachen verwendet wird.zh一种数学和计算机记法,其中运算符写在其操作数之后,也称为逆波兰表示法,常用于栈式计算和编程语言中。arترميز رياضي يُكتب فيه المؤثر بعد مُعاملاته، ويُعرف أيضًا بالترميز البولندي المعكوس، ويُستخدم عادة في الحساب بالمكدس ولغات البرمجة.

  1. Reverse Polish Notation C2 formal

    A mathematical notation in which operators follow their operands, eliminating the need for parentheses to define operation order.

    • In postfix notation, the expression '3 4 +' is equivalent to '3 + 4' in standard notation.
    • Postfix notation is commonly used in stack-based programming languages and calculators.
    • The algorithm evaluates postfix notation by scanning from left to right and using a stack.

    ptNotação polonesa inversaruОбратная польская записьesnotación posfijafrnotation postfixéedeUmgekehrte polnische Notationzh逆波兰表示法arالترميز البولندي المعكوس