rules of operator precedence的意思|示意
运算符优先级规则
rules of operator precedence的网络常见释义
运算符优先级规则 ... syntax error 语法错误 rules of operator precedence 运算符优先级规则 translator program 翻译器程序 ...
rules of operator precedence相关例句
Creating complex expressions such as the one in the preceding example requires a thorough understanding of the rules of operator precedence.
创建前面示例中这样的复杂表达式要求彻底理解运算符优先级的规则。
This type of expression uses one pair of parentheses for each operator. Theparentheses dictate the order of operations; there is no ambiguity. There isalso no need to remember any precedence rules.
有一种书写表达式的方法叫做“完全括号”,这种表达式把每一个操作符都加了括号,表达完全精确,也不必记忆优先级规则。