parenthesize
基本解釋
- v. 將 ... 加上括弧
英漢例句
- When in doubt, parenthesize expressions to force the grouping that the logic of your program requires.
如果有懷疑,則在表達(dá)式上按程序邏輯要求使用圓括號強(qiáng)制操作數(shù)的組合。 - The short description must include the function name with only the parenthesize '()'.
短描述必須包括只帶括號'()'的函數(shù)名字。 - We fully parenthesize this initialization in case struct Object is changed later on.
以后當(dāng)'''struct Object'''變動時(shí),我們會經(jīng)常引用其初始化。 - Parenthesize the following expression to indicate how it is evaluated. Test your answer by compiling the expression and printing its result.
在下列表達(dá)式中,加入適當(dāng)?shù)膱A括號以標(biāo)明其計(jì)算順序。編譯該表達(dá)式并輸出其值,從而檢查你的回答是否正確。 - The expressions in the previous exercise evaluate in an order that is likely to be surprising. Parenthesize these expressions to evaluate in an order you imagine is intended.
習(xí)題5.;25中的表達(dá)式的計(jì)算次序與你的意圖不同,給它們加上圓括號使其以你所希望的操作次序求解。