单词查询

parenthesized

美[pəˈrɛnθəˌsaɪzd],英[pəˈrenθisaizd],

释义

v. 把…括入圆括号内;在…插入插句[插话];把…作为插入语; 网络释义: 中最左的圆括号中的;括号型式;

例句

A delegate object is called by using the name of the delegate object, followed by the parenthesized arguments to be passed to the delegate.
委派物件是使用委派物件的名称,跟随著传递给委派的括号引数来呼叫。
The iPod touch user string differs in that the beginning of the parenthesized expression is iPod, rather than iPhone.
Ipodtouch用户字符串的不同之处在于括号表达式的开头为ipod,而不是iphone。
S- expressions are fully parenthesized expressions with only one form of parenthesis .
S表达式是仅用一种形式的括号完全括起来的表达式。
The parenthesized series of commands is called a subshell.
命令中带圆括号的部分称为subshell。
If the expression would evaluate to a tuple, it must be parenthesized.
如果希望表达式推导出一个元组,就必须使用括号。
The parenthesized list following the RESULT keyword defines the result column names and types.
RESULT关键字后面括在括号内的列表定义结果的列名和类型。
Eric : I notice that you've just introduced new syntax; nowhere in C# previously did we have a parenthesized, comma-separated list of types.
Eric:我注意到你引进新语法;之前在C#中我们从未把类型括起来,再用逗号分开排列。
To test the recursive path for parenthesized expressions, try the following test.
要测试带括号表达式的递归路径,请尝试以下测试。
A normal character, a character class, or a parenthesized regular expression.
You can add values by specifying a parenthesized list of values: $ declare -a myarray=(tom dick harry).
您可以通过指定带括号的值列表来添加值:$declare-amyarray=(tomdickharry)。