parentheses
英 [pəˈrɛnθɪsiːz]
美 [pəˈrɛnθəˌsiz]
n. 插入语
parenthesis的复数
柯林斯词典
- 圆括号
Parenthesesare a pair of curved marks that you put around words or numbers to indicate that they are additional, separate, or less important. (This sentence is in parentheses.) - 插入语
Aparenthesisis a remark that is made in the middle of a piece of speech or writing, and which gives a little more information about the subject being discussed. - PHRASE 插一句
You say 'in parenthesis' to indicate that you are about to add something before going back to the main topic.- In parenthesis, I'd say that there were two aspects to writing you must never lose sight of.
插一句,关于写作,我认为有两个方面你绝不能忽视。
- In parenthesis, I'd say that there were two aspects to writing you must never lose sight of.
双语例句
- The second method does the same, but this time the enclosing parentheses are omitted.
第二种方法与第一种相同,但这次省去了括号。 - When parsing expressions written in infix notation, you need parentheses and precedence rules to remove ambiguity.
对以中缀表示法书写的表达式进行语法分析时,需要用括号和优先规则排除多义性。 - Parentheses() indicate page number ranges in textbook.
括号()中的数字为课本页次。 - You might be wondering what happens if you omit the parentheses from the constructor call.
您可能想知道如果省略了构造函数调用中的圆括号将会发生什么。 - You can omit the parentheses only if you are not supplying any arguments.
只有在不提供任何参数时,才可以省略括号。 - A regular expression can be enclosed in parentheses() for grouping.
正则表达式可以放到圆括号()中进行分组。 - So, what would have happened, had I failed to type that pair of parentheses?
所以如果我没有,打这一对儿括号的话会怎么样呢? - Consider using parentheses to improve readability and avoid mistakes because of logical operator precedence.
考虑使用括号来改善可读性和避免由于逻辑操作符的优先级导致的错误。 - Parameters are declared in the procedure declaration in the parentheses that follow the procedure name.
在过程声明中,参数在紧跟着过程名的括号中声明。 - Do not add parentheses to a method or constructor name unless you want to specify a particular signature.
不要对方法或构造函数名增加括号,除非你想表示特定的签名。