infix operator
基本解释
- [计] 插入算符;[计] 中缀运算符
英汉例句
- Expressions use the same infix operators.
表达式使用 同样的 中缀运算符。 - This is the opposite of the infix to postfix translation algorithm, where operators were stored on the stack.
和中缀转换后缀的算法相反,那是把操作符存储在栈里。 - The conversion process involves reading the operands, operators, and parentheses of the infix expression using the following algorithm
转换过程包括用下面的算法读入中缀表达式的操作数、操作符和括号