网页
图片
视频
学术
词典
地图
更多
航班
笔记本
constructor
美 [kənˈstrʌktər]
英 [kənˈstrʌktə(r)]
n.
(尤指汽车或飞机的)建造者
复数:
constructors
权威英汉双解
英汉
英英
constructor
n.
1.
(尤指汽车或飞机的)建造者,制造者,建造商
a person or company that builds things, especially cars or aircraft
n.
1.
建造者,建设者
2.
【海】造船技师
n.
1.
a
company
or
person
that
builds
things
,
especially
racing
cars
例句
释义:
全部
全部
,
建造者
建造者
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
constructor
function
has
no
parameters
and
returns
an
instance
of
the
type
with
all
of its
attributes
set
to
null
values
.
构造
函数
没有
参数
,
并且
返回
的
类型
实例
中
的
所有
属性
都
为
空
。
www.ibm.com
2.
Constructor
,
where
the
name
of
each
value
is
converted
to
a
string
,
and
the
ordinal
setting
represents
a
one-up
value
for
each
setting
.
构造
函数
中
,
在
这里
,
每个
值
的
名称
都被
转换
成
一个
字符串
,
并且
序数
设置
表示
了
每个
设置
的
优先
值
。
www-128.ibm.com
3.
This
version
of
the
constructor
allows
you
to
specify
the
group
to which an
item
belongs
.
此
版本
的
构造
函数
允许
您
指定
项
所属
的
组
。
msdn2.microsoft.com
4.
The
*
at
the
end
of
the
CONSTRUCTOR
production
signifies
that
there
can
be zero or more occurrences of that
production
.
CONSTRUCTOR
产品
尾部
的
*
意味
着
该
产品
可以
不
存在
,
也
可以
存在
更多
。
www.ibm.com
5.
Unlike
destructors
,
it is
often
the case that
something
done
inside
a
constructor
might
throw
an
exception
.
与
析
构
函数
不同
,
构造
函数
内部
所
做
的
事情
经常
会
抛出
异常
。
dictsearch.appspot.com
6.
The
best
way
to
make
sure
this
doesn't
happen
is
to initialize
variables
where you
declare
them
instead
of
in
the body of
every
constructor
.
确保
这些
不会
发生
的
最好
的
方法
是
在
声明
变量
的
时候
就
初始
化
,
而不是
在
每个
构造
函数
中
进行
初始
化
。
www.diybl.com
7.
The
programming
language
compiler
added
a
default
static
constructor
to
your
type
and
did
not
make
it
private
.
编程
语言
编译
器
已
向
您
的
类型
中
添加
默认
静态
构造
函数
,
但
未
将
其
设置
为
私有
。
technet.microsoft.com
8.
Notice
that
this
constructor
takes
the $idsadmin
object
as
a
parameter
and
stores
it
in
its
own
$idsadmin
class
variable
.
注意
,
这个
构造
函数
使用
$idsadmin
对象
作为
参数
并
将
它
保存
在
自己
的
$idsadmin
类
变量
中
。
www.ibm.com
9.
This
constructor
returns
a
value
,
however
,
which
means
that
this
value
takes
the
place
of
the
regular
Object
, which itself
is
thrown
away
.
但是
,
这个
构造
函数
返回
一个
值
,
这
意味
着
这个
值
取代
常规
的
Object
,
而后者
将
被
抛弃
。
www.ibm.com
10.
Any
constructors that you
define
for
structures
must
have
at least
one
argument
so
that they do
not
conflict
with
the
default
constructor
.
为
结构
定义
的
任何
构造
函数
都
必须
至少
有
一个
参数
,
以便
不会
与
默认
构造
函数
冲突
。
technet.microsoft.com
1
2
3
4
5