说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 构造函数
1.
Constructor/Destructor allowed in class/struct only
仅在类/结构中允许构造函数/析构函数
2.
Constructor/Destructor must not return any value
构造函数/析构函数不可返回任何值
3.
The default constructor invoked the no-arg constructor of the superclass.
默认构造函数调用父类的无参数构造函数.
4.
Strudure Function and Make Use of Function Property to Prove Inequation;
构造函数,利用函数性质证明不等式
5.
Discussion about the Methods of Using Constructor Function to Construct Data Members of Class;
C++构造函数构造类成员的方法剖析
6.
Structs cannot contain explicit parameterless constructors
结构不能包含显式的无参数构造函数
7.
Column '{0}': Type '{1}' does not have parameterless constructor.
列“{0}”: 类型“{1}”没有无参数构造函数
8.
Error: Type constructor must have no arguments.
错误:类型构造函数必须没有参数。
9.
Attribute '{0}' has a non-constant constructor parameter
属性“{0}”具有非常量构造函数参数
10.
No parameterless constructor defined for this object.
没有为该对象定义无参数的构造函数
11.
Application of Constructive Method in Mathematics;
浅谈构造函数法在数学解题中的应用
12.
Construction methods of function in advanced mathematics
谈在高等数学解题中构造函数的方法
13.
Constructor call is valid only as the first statement in an instance constructor.
构造函数调用仅作为实例构造函数中的第一条语句有效。
14.
Parent does not have a default constructor. The default constructor must be explicitly defined.
父级不具有默认构造函数。必须显式定义默认构造函数
15.
No constructor could take the source type, or constructor overload resolution was ambiguous
构造函数可以接受源类型,或构造函数重载决策不明确
16.
The specified provider class does not have a default constructor.
指定的提供程序类没有默认构造函数
17.
Do classes that should not be instantiated have a private constructor?
不需要实例化的类有私有构造函数吗?
18.
Constructor must have standard calling convention.
构造函数必须具有标准调用约定。