月亮词典
首页
查询
parenthesized
带括号的
常用释义
词性释义
将……加上括弧(parenthesize 的过去式和过去分词)
例句
全部
带括号的
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)。
1·On the other hand, it can be used within a parenthesized expression or within the second expression of a conditional operator in such contexts.
另一方面,它可以使用在一个带括号的表达式或在第二个表达式在这样的环境条件操作符。