搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
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.
构造函数
构造函数
(
constrUCtor
)在对象创建时初始化。它与它的类同名,它的语法与方法类似。
www.knowsky.com
|
基于4763个网页
2.
构造器
点
构造器
(
Constructor
) 点构造器(Point Constructor) 点构造器( Constructor) 点构造器(Point Constructor) Offset 偏 …
wenku.baidu.com
|
基于2963个网页
3.
建构子
在
建构子
(
constructor
)的定义中Call 对话式的输入窗口为了资料安全,附有一警告标示,表示这是个 applet 视窗 输入的数值指定给 …
www.csie.ntu.edu.tw
|
基于1294个网页
4.
建构函式
建构函式:产生的具型别 ResultSet 含有两个
建构函式
(
Constructor
)。预设建构函式是同时用於设计阶段和基本执行阶段的案例。
msdn.microsoft.com
|
基于831个网页
5.
构造方法
构造方法
(
CONSTRUCTOR
):网格类也有构造函数,唯一的必要参数是I_PARENT,做为一个指针的形式指向以存在的容器实 …
jiahongguang12.blog.163.com
|
基于596个网页
6.
建构式
计算机与网络用语中英翻译(二) ... construction 建构
constructor
建构式
constructs 构图 ...
zftrans.com
|
基于472个网页
7.
建造者
英语词汇的奥秘 ... debtor 负债人
constructor
建造者
elector 选举者 ...
word.langfly.com
|
基于275个网页
更多释义
收起释义
例句
释义:
全部
全部
,
建造者
建造者
,
构造函数
构造函数
,
构造器
构造器
,
建构子
建构子
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
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