What is the translation of " CONSTRUCTOR " in English?

Noun
constructor
构造函数
构造器
一个构造函数
车队
一个constructor

Examples of using Constructor in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
柬埔寨协会Constructor.
Cambodia Constructors Association.
类成员constructor现在是构造函数.
Nationwide are now members of Constructionline.
目标类型必须拥有defaultconstructor.
The base classes must have only default constructors.
每个valueconstructor可以有0个或多个参数。
A constructor can have zero or more parameters.
或者,也可以手动重新创建constructor属性:.
Or, alternatively, recreate the constructor property manually:.
具体可以通过constructor或者通过open函数来完成。
You can do this either via the constructor or its open function.
一个类只能拥有一个名为“constructor”的特殊方法。
A class may have a special method called a constructor.
搜索船SeabedConstructor于1月23日开始搜索.
The search vessel, the Seabed Constructor, began its search on Jan. 23.
注意如果你想要使用一个注解,我们需要声明关键词constructor:.
Note that if you want to use an annotation, we need the keyword constructor too:.
Constructor属性是每个具有原型的对象的原型成员。
The constructor property is a member of the prototype of every object that has a prototype.
对于Python的类,我们可以使用constructor方法初始化公开实例变量:.
For the Python class,we can initialize a public instance variable in our constructor method.
Constructor属性,为了向后兼容,那就称它为constructor吧。
Constructor property anyway, for backwards compatibility, let's call that method constructor.
AccessibleObject类是Field、Method和Constructor对象的基类。
The AccessibleObject class is the base class for Field,Method and Constructor objects.
Constructor方法是一个特殊的方法,这种方法用于创建和初始化一个由class创建的对象。
The constructor method is a special method for creating and initializing an object created with a class.
还值得一提的是,Dateconstructor还假定它规定的参数为UTC值。
It is also worth mentioning that the Date constructor also assumes that its argument in specified in UTC time.
如果主构造器没有任何的annotation或可见性修饰符,则可以省略constructor关键字:.
If the primary constructor doesn't have any annotations or visibility modifiers, the constructor keyword can be omitted:.
但即使在“两天”结束后,SeabedConstructor仍留在该地区,并没有表现出准备离开的迹象。
But those“last two days” have passed and Seabed Constructor has shown no sign of preparing to leave the area.
Prototype={constructor:F},所以我们可以通过访问它的"constructor"属性来获得对象的构造函数。
Prototype={ constructor: F}, so we can get the constructor of an object by accessing its"constructor" property.
如果类包含多个constructor的方法,则将抛出一个SyntaxError。
Having more than one occurrence of a constructor method in a class will throw a SyntaxError error.
Constructor方法是一个特殊的方法,这种方法用于创建和初始化一个由class创建的对象。
A constructor is a special method that is designed to create and initialize an instance of a class.
当然,如果我们什么都不做,constructor属性可以通过[[Prototype]]给所有rabbits对象使用:.
Naturally, if we do nothing, the constructor property is available to all rabbits through[[Prototype]]:.
当Java的constructor中存在多个可选参数时,代码会变得冗长,难读且容易出错。
When you have a lot of optional parameters for a constructor in Java, the code becomes verbose, hard to read and error-prone.
根据规范,如果一个类继承了另一个类并且没有constructor,那么将生成以下“空”constructor:.
According to the specification, if a class extends another class and has no constructor, then the following constructor is generated:.
当函数是被当作constructor来调用(使用new关键字)时,this被绑定到新分配的对象上。
When a function is used as a constructor(with the new keyword), its this is bound to the new object being constructed.
海底调查和海洋勘探公司OceanInfinity宣布其船只SeabedConstructor从开普敦启航,开始寻找丢失的韩国船只StellarDaisy。
Exploration company Ocean Infinity's vessel Seabed Constructor has departed Cape Town to begin the search for the lost South Korean ship, Stellar Daisy.
这个建构子(constructor)是一个标准的Qtwidget建构子,当您建立widget时,你应该包含一个类似的建构子。
The constructor is a standard Qt widget constructor; you should always include a similar constructor when you create widgets.
我们传递ARGV到Qt::Application建构子(constructor),使之能够处理某些标准的命令行参数(如X11的-display)。
We pass ARGV to the Qt::Application constructor so that it can process certain standard command-line arguments(such as-display under X11).
Results: 27, Time: 0.0173

Top dictionary queries

Chinese - English