initializer

美 [ɪ'nɪʃəlaɪzə]英 [ɪ'nɪʃəlaɪzə]
  • n.初始程序
  • 网络初始化器;初始化程序;初始化式

initializerinitializer

initializer

初始化器

如果初始化器initializer)是一个字符串,那么就必须提供一种编码。如果初始化器是一个 bytes literal,则无须指定编码类型…

初始化程序

超全的英语短句汇集 - ξσ Dicky σξ - 博客园 ... initialize 初始化 initializer 初始化程序 initiate 启动 ...

初始化式

③ 没有初始化式initializer ),不可对数组初始化。 6. 指针数组和数组指针 指针类型: ⑴.new 运算符返回的是一个指向所分 …

初始器

  接下来,我们需要设置一个叫数据库初始器(initializer),它能确保当用户修改数据模型实体的时候,数据库中的数据表能跟随变化,否 …

初始设定式

计算机与网络用语中英翻译(三) ... initialized 初始化 initializer 初始设定式 initializing fax 初始化传真 ...

初始化子

C++0X提供了auto 关键字, 这会依据该初始化子initializer)的具体型别产生变量.以前的C++也有一个auto关键字的,但是意义 …

初始化函数

我们还给这个类写了个初始化函数initializer),这样我们就可以在创建实例时,方便地设定虫子的名字和恐怖值。打开ScaryB…

初始化方法

不要在初始化方法Initializer)和dealloc方法里使用Accessor Methods不要在初始化方法里使用accessor methods的原因可能 …

1
As with a normal aggregate initializer, missing values are treated as though they'd been given 0 as an initializer. 使用普通的聚合初始化程序时,缺少的值会被认为它们已经被初始化程序指定为0来处理。
2
As you saw earlier, the code for a static field initializer executes inside an implicit type constructor. 正如您在前面看到的那样,静态字段初始值设定项的代码在隐式类型构造函数的内部执行。
3
The designated initializer syntax allows you to initialize members by name, without regard to the order in which they appear in an object. 指定的初始化程序语法允许您通过名字初始化成员,不用理会它们在对象中出现的顺序。
4
This error is also produced when you try to use the short form of an array initializer nested inside a collection initializer . 如果尝试使用嵌套在集合初始值设定项中的数组初始值设定项的缩写形式,也会生成此错误。
5
Metadata about operations, references, and basic attributes are initialized in a static block initializer, as shown in Listing 3. 有关操作、引用以及基本属性的元数据在一个静态初始程序块中被初始化,如清单3所示。
6
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中,这种作法的效果是禁止将线程本地变量的地址用作对象或指针的初始值设定项。
7
Whenever a particular type is required, the initializer for that type is transparently lifted into the type itself. 每当需要一个特殊类型时,该类型的初始化器就很明显地被提升成类型本身。
8
If you declare more than one variable with the same As clause, you cannot supply an initializer for that group of variables. 如果使用同一个As子句声明多个变量,则不能为该组变量提供一个initializer。
9
Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer. 隐型数组,数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。
10
Instead of a constructor, the body of the class contains the class initializer. 方法来表示。类的主体包含类初始设定项,而不是构造函数。
11
A member initializer that specifies a collection initializer after the equals sign is an initialization of an embedded collection. 成员构造者特指等号后面的集合构造者是,内嵌集合的初始化。
12
In addition, both fields and settable properties can be assigned within the body of the object initializer. 此外,字段和可设置的属性均可在对象初始值的主体内部进行赋值。
13
A declaration may have an initializer only if it is also a definition because only a definition allocates storage. 只有当声明也是定义时,声明才可以有初始化式,因为只有定义才分配存储空间。
14
To use them, you create a session object and pass it to the constructor or initializer for a binary XML reader or writer. 要使用动态字典,请创建会话对象并将其传递到二进制XML读取器或编写器的构造函数或初始值设定项。
15
A member initializer that specifies an object initializer after the equals sign is an initialization of an embedded object. 在等号后指定一个对象初始化器的成员初始化器是对内嵌对象的初始化。
16
Term used to describe the rules for initializing variables and array elements when no explicit initializer is given. 描述当没有给出显式初始化式时初始化变量或数组元素的规则的术语。
17
When overridden in a derived class, returns an array of initializer objects corresponding to an input array of method definitions. 在派生类中重写时,返回与方法定义的输入数组对应的初始值设定项对象的数组。
18
This error indicates that you tried to modify an initializer in a generic type. 此错误指示您尝试在泛型类型中修改初始值设定项。
19
Anonymous types must be declared with an object initializer. 匿名类型必须用对象初始值设定项加以声明。
20
Class has an initializer and keeps track of the parameter passed in to determine whether to apply XSLT to XML results. 类有一个初始化器,并记录传递的参数,决定是否对XML结果应用XSLT。
21
As with instance initialization, you can use the initializer syntax as an alternative to the static constructor. 和实例初始化一样,可以使用初始化器语法作为静态构造函数的变体。
22
In the case of PHP, the arguments to this object initializer are path, host and port. 就PHP来说,这个对象初始化器的参数是path、host和port。
23
The metaclass will create the class (as a new style one) and will pass it to the class initializer procedure. 元类将创建此类(作为一个新式类)并将其传递给类初始化器过程。
24
If you do not specify datatype, the variable takes the data type of initializer. 如果没有指定datatype,则变量采用initializer的数据类型。
25
When you create an anonymous type that contains an array, the array must be implicitly typed in the type's object initializer. 建立包含阵列的匿名型别时,在型别的物件初始设定式中阵列必须是隐含型别。
26
An object initializer consists of a sequence of member initializers, enclosed by { and } tokens and separated by commas. 对象初始化器由一系列成员初始化器组成,封闭于{和}标记内并且由逗号间隔。
27
The static initializer in Listing 2 shows the registration process for a Customer class that contains two properties: name and salary. 清单2中的静态初始化器显示了Customer类的注册过程,这个类包含两个属性:name和salary。
28
With two exceptions, using an initializer is equivalent to assigning to a non class data member both in result and in performance. 除了两个例外,对非类类型的数据成员进行赋值或使用初始化式在结果和性能上都是等价的。
29
An interface may not contain field declarations, initializer declarations, or nested class declarations. interface不能包含字段声明、初始值设定项声明或嵌套类声明。
30
The static keyword can also be used to create a static initializer block that runs only once, when the object is first loaded into memory. 关键字还可用来创建一个静态初始值设定项块,此块只在相应的对象被首次加载到内存中时运行一次。