What is the translation of " INITIALIZERS " in Chinese?

Noun
初始化器
初始化
初始化函数

Examples of using Initializers in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Static Data Member Initializers.
Ztstatic数据成员初始化.
Initializers can also reject objects.
初始器也可以拒绝对象。
Variable declarations without initializers.
没有初始化的变量声明。
Using object initializers, we could do it a bit shorter:.
利用对象初始化器,我们可以来得简短一点:.
We can have multiple static initializers in a class.
我们可以在类中有多个静态初始化器
Initializers are used to initialize the network's variables before training.
初始化器被用于在训练之前初始化网络的变量。
A var declaration can include initializers, one per variable.
Var声明可以包含初始化器,每个变量一个。
Any remaining initializers are left to initialize the next array element:.
任何剩下的初始化器留待初始化下个结构体成员:.
The subclass in this figure has two designated initializers and one convenience initializer.
这个图中的子类有两个指定初始化器和一个便捷初始化器。
Initializers are controllers that can modify objects before they are created.
初始器是可以在创建对象之前修改对象的控制器。
UTF16View has no public initializers and few mutating functions.
UTF16View没有公共的构造方法,并且只有很少几个转换方法。
Initializers are now able to access self and can modify its properties, call its instance methods, and so on.
初始化器现在能够访问self并且可以修改它的属性,调用它的实例方法等等;.
Local variable declarations typically have initializers, or are initialized immediately after declaration.
本地变量声明通常伴随着初始化,或声明后马上被初始化。
Initializers set up the starting state for each particle that is created, initializing the fields within each particle.
初始化器设置每个粒子的初始状态,以及每个粒子的属性领域。
Single String property called name and provides two initializers for creating Food instances:.
Food类引入了一个叫做name的String类型属性,并且提供了两个构造器来创建Food实例:.
For static fields, variable initializers correspond to assignment statements that are executed when the class is loaded.
对于静态域,变量初始化函数与在类被加载时执行的赋值语句相应。
Single String property called name and provides two initializers for creating Food instances:.
Food类引入了一个叫做name的String类型的属性,并且提供了两个构造器来创建Food实例:.
Initializers only set up starting properties of each particle as it is created, after which they have no effect on each particle.
初始化器只在每个粒子创建时对其进行初始化,之后他们对每个粒子再没有影响。
Of course, it's limited; you can't overload instance initializers, so you can have only one of these constructors.
当然它受到了限制:你不能重载实例初始化,所以你只能有一个构造器。
Enum members have the type of their containingenum type(except within other enum member initializers: see§14.2).
枚举成员有它们所在的枚举类型的类型(除非在另一个枚举成员初始化函数中:看§14.2)。
The convenience initializer must call one of the two designated initializers, because it can only call another initializer from the same class.
便捷初始化器必须调用这两个指定初始化器之一,因为它只能从同一个类中调用初始化器。
Both initializers convert their single argument into a value in the Celsius scale and store this value in a property called temperatureInCelsius.
这两个初始化器都把它们的实际参数转换为了摄氏度并且把这个值储存到了名为temperatureInCelsius的属性里。
The Food class introduces a single String property called name andprovides two initializers for creating Food instances:.
Food类引入了一个叫做name的String类型的属性,并且提供了两个构造器来创建Food实例:.
If your subclass doesn't define any designated initializers, it automatically inherits all of its superclass designated initializers.
如果你的子类没有定义任何指定初始化器,它会自动继承父类所有的指定初始化器
This example defines a hierarchy of three classes called Food, RecipeIngredient, and ShoppingListItem,and demonstrates how their initializers interact.
这个例子定义了包含三个类Food、RecipeIngredient以及ShoppingListItem的类层次结构,并将演示它们的构造器是如何相互作用的。
Infered types will be restricted to local variables with initializers, indexes in the enhanced for-loop, and locals declared in a traditional for-loop;
推断类型将被限制在局部变量的初始化,增强的for循环索引,以及传统的for循环中声明;
It introduces an Int property called quantity(in addition to the name property it inherits from Food)and defines two initializers for creating RecipeIngredient instances:.
它引入了Int类型的属性quantity(以及从Food继承过来的name属性),并且定义了两个构造器来创建RecipeIngredient实例:.
Other than this circularity restriction, enum member initializers may freely refer to other enum member initializers, regardless of their textual position.
不同于这个循环限制,枚举成员初始化函数可以自由地指向其他枚举成员初始化函数,而不管他们的文字位置。
Between consecutive members(or initializers) of a class: fields, constructors, methods, nested classes, static initializers, instance initializers.
在一个类的连续的成员(或初始化器)之间:字段、构造函数、方法、内部类、静态初始化器、实例初始化器
This treatment would be restricted to local variables with initializers, indexes in the enhanced for-loop, and locals declared in a traditional for-loop;
推断类型将被限制在局部变量的初始化,增强的for循环索引,以及传统的for循环中声明;
Results: 41, Time: 0.0277

Top dictionary queries

English - Chinese