constructors
- n.(尤指汽车或飞机的)建造者,制造者,建造商
- constructor的复数
-
The great stone circles were probably of religious as well as practical significance to their constructors .
这些巨大的石圈对其建造者来说不但有实用意义,可能还有宗教意义。
-
Next , there are the constructors of all the implements of transport ; ships , barges , carts , locomotives , & c. , to which must be added roads , canals , and railways .
其次,还有所有运输工具的制造者,即轮船、驳船、车、车等,此外还应加上道路、河与铁路。
-
The change from project manager quality management system to the constructor qualification system
浅谈项目经理资质管理向建造师制度的转变
-
The object 's constructor and its render method look like this
对象的构造函数和render方法看上去是这样的
-
The most commonly implemented of these methods is the constructor method .
最常实现的方法是构造函数方法。
-
Research and Improvement for Constructor Cost Model
结构型软件成本估算模型的研究与改进
-
First , add a constructor to the Product class .
首先,添加构造函数至Product类。
-
This new document is passed to the constructor of the order class .
新文档被传递给该订单类的客户。
-
However , you 're not expected to call the constructor directly .
但是,您不需要直接调用构造函数。
-
The rest of the class is just some basic constructors .
类的剩余部分就是一些基本的构造器。
-
The new wrapper type must have an empty constructor .
新包装类型必须具有一个空的构造函数。
-
The event object data field will be the field constructor of the intermediate object .
事件对象数据字段将成为中间对象的字段构造器。
-
Each Worker object takes a single string for its constructor .
每个Worker对象都为其构造函数获取了一个单一字符串。
-
Constructor for class resources . construction .
课堂资源的建构者;
-
This constructor is not intended to be used directly from your code .
不应直接在您的代码中使用此构造函数。
-
Colleges train qualified social constructor for our society .
高等院校担负着向社会培养和输送合格社会建设者的历史重任。
-
The actual values are injected when the constructor is called .
实际的值是在调用构造函数时插入的。
-
You might notice that its constructor accepts three parameters .
我们注意到该类的构造函数接受三个参数,第一个参数指定了存储索引文件的路径。
-
The constructor insisted on his device being tested under operating conditions .
制造师坚持把他们装置在工作条件下进行试验。
-
Constructors are also easy using the init block .
构造函数也可以方便地使用init块。
-
You must have a public default constructor .
您必须具有公共缺省构造器。
-
Provide at least one constructor .
至少提供一个构造函数。
-
Many options can be passed to this constructor .
许多选项可以被传送到这个构造函数。
-
The next few lines introduce the int class constructor .
后面的几行介绍int类的构造函数。
-
The callback handle must have a constructor , which takes a Map
该回调处理方法必须有一个构造函数,该函数将Map
-
Introduce About Establishment of Constructor Qualification System
建造师执业资格制度的创建
-
Constructor injection uses a constructor to determine what type of concrete object to return .
构造函数注入利用构造函数判断要返回的具体对象类型。
-
Do this by passing the properties to the constructor .
通过将属性传递给构造函数完成这一操作。
-
Second , the userName property is not a parameter in the constructor .
其次,构造函数的参数中没有userId属性。
-
The main thing to notice is that you have added an explicit constructor .
主要的注意点是添加了一个显式构造函数。