What is the translation of " 构造器 " in English? S

Noun
constructor
构造函数
构造器
一个构造函数
车队
一个constructor
initializers
初始化器
构造器
初始化
初始化函数
的初始化
constructors
构造函数
构造器
一个构造函数
车队
一个constructor

Examples of using 构造器 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
常量表达式函数或构造器可以用非constexpr参数来调用。
A constant expression function or constructor can be called with non-constexpr parameters.
缺省构造器.
Default constructors.
通过构造器注入.
Through constructor injection.
方法和构造器引用的语法将在稍后讨论。
Method and constructor references will be covered later.
构造器不具有任何显性返回类型。
Constructor does not have a return type.
解释私有构造器的作用。
Explain the impact of private constructor.
初始名称由构造器设定。
The initial name is set by the constructor.
这个构造器因此也被RecipeIngredient继承。
This initializer is therefore inherited by RecipeIngredient.
函数与构造器的目的相同,但不增加语言的复杂度。
Functions serve the same purpose as constructors without adding language complexity.
CF是一个构造器(也是一个对象)。
CF is a constructor(and also an object).
与其他全局对象不同的是,Math不是一个构造器
Unlike other global objects, Math is not a constructor.
与其他全局对象不同的是,Math不是一个构造器
Unlike the other worldwide objects, Math isn't a constructor.
参考constructor或者newoperator来了解什么是构造器
See constructor or the new operator for more information on what a constructor is.
不接收任何参数的构造器被称作“无参数构造器”。
The constructor taking no parameter is known as non-parameterized constructor.
与其他全局对象不同的是,Math不是一个构造器
Contrary to other worldwide objects, Math isn't a constructor.
Generatorfunctions也不能作为构造器来使用。
Generator functions cannot be used as constructors either.
不过按照约定,数据类型和构造器的名字通常以大写字母开头。
By convention, however, data types and constructor names typically begin with a capital letter.
也就是说,构造器并不是非要对构造的对象的全部或任何属性命名或赋值。
That is, Constructor It is not necessary to name or assign all or any of the attributes of the constructed object.
这个例子定义了包含三个类Food、RecipeIngredient以及ShoppingListItem的类层次结构,并将演示它们的构造器是如何相互作用的。
This example defines a hierarchy of three classes called Food, RecipeIngredient, and ShoppingListItem,and demonstrates how their initializers interact.
静态工厂和构造器有个共同的局限性:它们都不能很好地扩展到大量的可选参数。
Static factories and constructors share a limitation, they do not scale well for large number of optional parameters.
类型构造器list(seq)可将任意序列或可迭代对象转换为具有相同排列顺序的相同条目的列表。
The type constructor list(seq) converts any sequence or iterable into a list with the same items in the same order.
Food类引入了一个叫做name的String类型属性,并且提供了两个构造器来创建Food实例:.
Single String property called name and provides two initializers for creating Food instances:.
静态工厂和构造器有个共同的局限性:它们都不能很好地扩展到大量的可选参数。
Static factories and constructors have a limitation; they do not scale very well when there a large number of optional parameters.
Person()构造器定义了'this'指针,指向了其实例本身.
The Person() constructor defines'this' as an instance of itself.
Food类引入了一个叫做name的String类型的属性,并且提供了两个构造器来创建Food实例:.
The Food class introduces a single String property called name andprovides two initializers for creating Food instances:.
编程人员通常知道如何避开这一限制:通过提供两个构造器,它们的参数列表只在参数类型的顺序上有所不同。
Programmers have been known to get around this restriction by providing two constructors whose parameter lists differ only in the order of their parameter types.
它引入了Int类型的属性quantity(以及从Food继承过来的name属性),并且定义了两个构造器来创建RecipeIngredient实例:.
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:.
注意:你无法在不使用'new'关键字的情况下,在Strict模式下从构造器创建一个新的对象。
Note: You will notbe able to create a new object from constructor in strict mode without using‘new' keyword.
Results: 28, Time: 0.0223

Word-for-word translation

S

Synonyms for 构造器

Top dictionary queries

Chinese - English