CONSTRUCTORS in Chinese translation

[kən'strʌktəz]
[kən'strʌktəz]
车队
constructors
构造方法
造器

Examples of using Constructors in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
In standard C++, constructors are not allowed to call other constructors;
在C++03中,构造函数不能调用其它的构造函数;.
There are always primary constructors that may or may not have parameters.
始终存在可能有也可能没有参数主要构造函数
Static constructors are also useful when creating wrapper classes for unmanaged code, when the constructor can call the LoadLibrary method.
静态构造函数在为非托管代码创建包装类时也很有用,此时该构造函数可以调用LoadLibrary方法。
(Remember, the first entry of the local variable table for instance methods and constructors is the this reference.).
请记住,实例方法和构造函数的局部变量表的第一位是this引用。
Winning the constructors' championships was already a huge feat, and helping me achieve this incredible accomplishment, I'm so grateful.”.
赢得车队总冠军已经是一项巨大的成就,并帮助我实现了这一令人难以置信的成就,我非常感激。
The contract was secured by IEA Constructors, a subsidiary of IEA that manages utility-scale energy and heavy civil infrastructure projects.
据了解,两份合同都由IEA旗下IEAConstructors获得,该部门负责管理公用事业规模的能源和大型民用基础设施项目。
This section describes the other kinds of function members supported by C: constructors, properties, indexers, events, operators, and finalizers.
本节介绍了C支持的其他类型的函数成员:构造函数、属性、索引器、事件、运算符和析构函数。
Mercedes won both the drivers' and constructors' championships for the third successive year, but still received $9 million less than Ferrari.
梅赛德斯连续第三年赢得了车手和车队冠军,但仍比法拉利少了900万美元。
Tappan Zee Constructors recorded these scans and was asked by the New York State Thruway to remove the material.
TappanZeeConstructors记录了这些扫描结果,并被纽约州高速公路要求取出这些材料。
A constructor can perform any action, but constructors are designed to perform initializing actions, such as initializing the data fields of objects.
构造方法本身是可以完成任何动作的,但是设计构造方法是为了完成初始化动作,例如:初始化对象域的数据域。
The other(inefficient) way to build constructors is via assignment, such as: Fred::Fred(){ x_= whatever;}.
建立构造函数的另一种(错误的)方法是通过赋值,如:Fred::Fred(){x_=whatever;}。
Mercedes won both the drivers' and constructors' championships for the third successive year, but still receives $9m less than Ferrari.
梅赛德斯连续第三年赢得了车手和车队冠军,但仍比法拉利少了900万美元。
Tappan Zee Constructors consulted with Nash, the Measutronics team and Trimble to overcome these challenges.
TappanZeeConstructors咨询了Nash,Measutronics团队和Trimble,以克服这些挑战。
Constructors that can take arguments are termed as parameterized constructors. The number of arguments can be greater or equal to one(1). For example.
接收参数的构造器被称为参数化构造器。参数的数量可以大于或等于一。例如,在C++中:.
If it becomes clear that implicit conversion would be useful, and that some constructors meet the above"safety" criteria, then convert methods can be added.
如果隐式类型转换很明显是有用的,并且某些构造函数满足上面的「安全」标准,那么可以考虑添加convert方法。
Currently, part of the revenues pot is shared out between the teams depending on their position in the constructors' championship.
目前,收入底池的一部分由团队之间分享,具体取决于他们在车队总冠军中的位置。
C++ has constructors and operator new, which deal with memory model and which are part of the language.
C++有构造函数和new操作符来对付内存模式问题,而且它们是语言的一部分。
In 2013, Tappan Zee Constructors was contracted to design and build the twin-span crossing.
年,TappanZeeConstructors签约设计并建造双跨越轨道。
A third advantage of static factory methods is that, unlike constructors, they can return an object of any subtype of their return type.
静态工厂方法的第三个优点是,与构造函数不同,它们可以返回其返回类型的任何子类型的对象。
Constructors represent a special case of the principle that you should check the validity of parameters that are to be stored away for later use.
构造方法是这个原则的一个特例,你应该检查要存储起来供以后使用的参数的有效性。
Results: 200, Time: 0.0282

Top dictionary queries

English - Chinese