网页
图片
视频
学术
词典
地图
更多
航班
笔记本
initializer
美 [ɪ'nɪʃəlaɪzə]
英 [ɪ'nɪʃəlaɪzə]
n.
初始程序
网络
初始化器;初始化程序;初始化式
英汉
网络释义
n.
1.
初始程序
1.
初始化器
如果
初始化器
(
initializer
)是一个字符串,那么就必须提供一种编码。如果初始化器是一个 bytes literal,则无须指定编码类型…
www.ibm.com
|
基于170个网页
2.
初始化程序
超全的英语短句汇集 - ξσ Dicky σξ - 博客园 ... initialize 初始化
initializer
初始化程序
initiate 启动 ...
www.cnblogs.com
|
基于131个网页
3.
初始化式
③ 没有
初始化式
(
initializer
),不可对数组初始化。 6. 指针数组和数组指针 指针类型: ⑴.new 运算符返回的是一个指向所分 …
blog.csdn.net
|
基于89个网页
4.
初始器
接下来,我们需要设置一个叫数据库
初始器
(
initializer
),它能确保当用户修改数据模型实体的时候,数据库中的数据表能跟随变化,否 …
tech.it168.com
|
基于31个网页
5.
初始设定式
计算机与网络用语中英翻译(三) ... initialized 初始化
initializer
初始设定式
initializing fax 初始化传真 ...
www.zftrans.com
|
基于31个网页
6.
初始化子
C++0X提供了auto 关键字, 这会依据该
初始化子
(
initializer
)的具体型别产生变量.以前的C++也有一个auto关键字的,但是意义 …
www.cnblogs.com
|
基于30个网页
7.
初始化函数
我们还给这个类写了个
初始化函数
(
initializer
),这样我们就可以在创建实例时,方便地设定虫子的名字和恐怖值。打开ScaryB…
www.dapps.net
|
基于13个网页
8.
初始化方法
不要在
初始化方法
(
Initializer
)和dealloc方法里使用Accessor Methods不要在初始化方法里使用accessor methods的原因可能 …
yul100887.blog.163.com
|
基于7个网页
更多释义
收起释义
例句
释义:
全部
全部
,
初始程序
初始程序
,
初始化器
初始化器
,
初始化程序
初始化程序
,
初始化式
初始化式
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
As
with a
normal
aggregate
initializer
,
missing
values
are
treated
as though
they
'd
been
given
0 as an
initializer
.
使用
普通
的
聚合
初始
化
程序
时
,
缺少
的
值
会
被
认为
它们
已经
被
初始
化
程序
指定
为
0来
处理
。
www.ibm.com
2.
The
designated
initializer
syntax
allows
you
to
initialize
members
by
name
,
without
regard to the
order
in
which
they
appear
in
an
object
.
指定
的
初始
化
程序
语法
允许
您
通过
名字
初始
化
成员
,
不用
理会
它们
在
对象
中
出现
的
顺序
。
www.ibm.com
3.
This
error
is
also
produced
when
you
try
to
use
the
short
form
of
an
array
initializer
nested
inside
a
collection
initializer
.
如果
尝试
使用
嵌套
在
集合
初始
值
设定
项
中
的
数组
初始
值
设定
项
的
缩写
形式
,
也
会
生成
此
错误
。
harmony.us.kg
4.
Metadata
about
operations
,
references
,
and
basic
attributes
are
initialized
in
a
static
block
initializer
,
as
shown
in
Listing
3
.
有关
操作
、
引用
以及
基本
属性
的
元数据
在
一个
静态
初始
程序
块
中
被
初始
化
,
如
清单
3
所
示
。
www.ibm.com
5.
In
standard
C
,
the
effect
of
this
is
to
forbid
the use of the
address
of a
thread
local
variable
as
an
initializer
for an
object
or
pointer
.
在
标准
C
中
,
这种
作法
的
效果
是
禁止
将
线程
本地
变量
的
地址
用作
对象
或
指针
的
初始
值
设定
项
。
technet.microsoft.com
6.
Whenever
a
particular
type
is
required
, the
initializer
for that
type
is transparently lifted into the
type
itself
.
每当
需要
一个
特殊
类型
时
,
该
类型
的
初始
化
器
就
很
明显
地
被
提升
成
类型
本身
。
www.ibm.com
7.
Implicitly
typed
arrays
,
a
form
of
array
creation
and
initialization that
infers
the
element
type
of the
array
from
an
array
initializer
.
隐
型
数组
,
数组
创建
和
初始
化
的
形式
,
它
从
数组
初始
化
器
推导出数
组
的
元素
类型
。
www.diybl.com
8.
Instead
of
a
constructor
,
the
body
of the
class
contains
the
class
initializer
.
方法
来
表示
。
类
的
主体
包含
类
初始
设定
项
,
而不是
构造函数
。
www.ibm.com
9.
A
member
initializer
that
specifies a
collection
initializer
after
the
equals sign
is
an initialization
of
an embedded
collection
.
成员
构造
者
特指
等号
后面
的
集合
构造
者
是
,
内嵌
集合
的
初始
化
。
www.jukuu.com
10.
In
addition
,
both
fields
and
settable
properties
can
be
assigned
within
the
body
of
the
object
initializer
.
此外
,
字段
和
可
设置
的
属性
均
可
在
对象
初始
值
的
主体
内部
进行
赋
值
。
msdn.microsoft.com
1
2
3
4
5