constructor
英式音标:[kənˈstrʌktə(r)] 美式音标:[kən\'strʌktə]
constructor基本解释 n. 构造函数;构造器;建造者 constructor的意思释义 n.构造器;变形 复数:con
constructor怎么读
英式音标:[kənˈstrʌktə(r)]
美式音标:[kən\'strʌktə]
constructor基本解释
n. 构造函数;构造器;建造者
constructor的意思释义
n.
构造器;
变形
复数:constructors
英英释义
constructor[ kɔn\'strʌktə ]n.someone who contracts for and supervises construction (as of a building)
同义词:builder
constructor用法及例句
双语例句
用作名词(n.)
There are two forms of the Date constructor.
Date构造函数有两种形式。
Now the constructor can be correctly inherited by a derived class.
现在构造器可以正确的通过继承而得到一个子类。
例句参考
Constructor-based conditional narrowingConstructor: a system for the induction of probabilistic models
Completeness of Combinations of Constructor Systems
Feature Generation Using General Constructor Functions
A system of constructor classes: overloading and implicit higher-order polymorphism
ANNOTATIONS FOR ENTERPRISE WEB APPLICATION CONSTRUCTOR
A system of constructor classes: overloading and implicit higher-order polymorphism†
Completeness of Combinations of Conditional Constructor Systems
INTELLIGENT JOB ARTIFACT SET ANALYZER, OPTIMIZER AND RE-CONSTRUCTOR
Order-Sorted Algebra Solves the Constructor-Selector, Multiple Representation, and Coercion Problems
constructor相关例句
1. Why not constructor of super class invoked when we declare the object of sub class?
为什么不超类构造函数的调用,当我们申报接头类的对象?。
3. To deal with this, you can generate a stack trace in the constructor of the exception object during the throw exception statement.
为了解决这一问题,可以在抛出异常语句期间,在异常对象的构造函数中生成一个堆栈跟踪。
zuci.chaziwang.com
4. Thee next constructor creates an integer with the value of 100, as specified.
第二个构造函数根据规定创建了一个值为100的整数。 。
m.bipin.org
5. Check Constraints in Object Constructor or Factory?
检查约束在对象构造函数或工厂?。
8. Since you can declare a copy constructor in two ways in C++ which is the right way?
因为你可以在C++中的哪一个是正确的两种方式声明一个复制构造函数?
16. In addition to resolving the ambiguity of multiple simple values, specifying an index resolves ambiguity where a constructor has two arguments of the same type.
除了要解析多个简单值的歧义性之外,当构造函数有两个相同类型的的参数时,指定索引可以解决歧义问题。
17. The two constructors both need a reference of an object, and the second constructor needs one more, a parameter of boolean type to indicate whether we need to track the resurrection of the object.
此二构造函数都需要一个对象的引用,第二个构造函数还需要一个布尔值参数来表示我们是否需要跟踪对象的重生。
18. Does \"use strict\" in the constructor extend to prototype methods?
并在构造函数中“使用严格”延伸至原型方法吗?。
23. C# syntax to initialize custom class/objects through constructor params in array?
语法来初始化对象的构造函数的参数,通过自定义类/阵列?
28. Why? Upper camel case is conventional for identifying objects that can be instantiated using a constructor.
为何?大驼峰命名法用于标识可以通过构造函数实例化的对象。
angular.cn
29. Why? Upper camel case is conventional for identifying objects that can be instantiated using a constructor.
为何?大驼峰命名法用于标识可以通过构造函数实例化的对象。
angular.cn
30.The constructor insisted on his device being tested under operating conditions .
制造师坚持把他们装置在工作条件下进行试验。
32.ship constructor
造船师;船舶设计师
34.naval constructor
造舰师;舰艇设计师
36.cloth constructor
织物花纹设计员,织物设计员
37.Procedure FAIL only allowed In constructor
过程FAIL只允许在constructor方法中
38.If it is a reference to an object, you must initialize that reference to connect it to an actual object (using new, as seen earlier) in a special function called a constructor (described fully in Chapter 4).
如果是指向对象的一个句柄,则必须初始化那个句柄,用一种名为“构建器”(第4章会对此详述)的特殊函数将其与一个实际对象连接起来(就象早先看到的那样,使用new关键字)。