n.[语] 后缀;词尾;
vt.加字尾于;
英文例句/中文翻译:
in postfix notation, the operator comes after its operands.
在后缀表示法中,操作符位于操作数后面。
postfix notation is also known as reverse polish notation (rpn) and is commonly used because it enables easy evaluation of expressions.
后缀表示法也称逆波兰表示法(reversePolishnotation,RPN),因其使表达式求值变得轻松,所以被普遍使用。
in postfix notation , the need for parentheses is eliminated and the priority of the operators is no longer relevant.
在后缀表达式中,不需要括号,而且操作符的优先级也不再起作用了。