您要查找的是不是:
- Return the constructed function of appoint class. 返回指定类的构造函数。
- This shouldn't come as a surprise since the name of the constructor function is effectively the name of the class. 这不应当让人感到吃惊,因为构造函数的名称实际上是类的名称。
- If we need multiple objects with the same type, then we have to use a constructor function and the ''new'' keyword. 如果我们需要使用同一个类型的多个对象,我们必须使用一个构造器函数和''new''关键字。
- This article discusses the wide application of the function's monotonicity in the teaching of mathematics and the skills of using constructed functions and derivative to solve mathematics problems. 摘要论述函数的单调性在数学教学中的广泛应用,以及运用构造函数、导数等方法解题的常用技巧。
- Classesare data types that you can create to define a new type of object. To define a class of object, you create a constructor function. 可以用来建立一个新对象定义功能的数据类型。定义一个对象的数据类型,你可以建立一个功能结构。
- This way, all instances of Dog (that is, all instances created with the constructor function Dog) can share just one instance of the method respondTo. 这样,所有Dog实例(即用构造函数Dog创建的所有实例)都可以共享respondTo方法的一个实例。
- The building color of south hill path Chinese beautiful hospital is successful, but is to exist loophole in constructing function. 南山路中国美院的建筑色彩是成功的,但在建筑实用性上是存在漏洞的。
- The transformation of second category and the change of the sentence construction function caused the grammaticalization of locative. NP的次类变换和句法功能的改变引起了方位词的语法化。
- As the construction function has three kinds of different conditions, assignment operator overriding must be given attention. 构造函数有三种情况,在重载赋值运算符时一定要分清楚。
- What really constitutes the type name is the fully qualified name of this variable, which is equally inaccessible and of which the constructor function itself knows nothing. 实际构成类型名称的是此变量的完全限定名称,它同样不可访问,并且构造函数本身对它一无所知。
- The spokesman says WTO director general Pascal Lamy visited China last year and has spoked highly of the country's constructive function for the World Trade Organization. 发言人说世贸组织总干事去年访问中国的时候对中国在世贸组织中的建设性作用给予了高度评价。
- A superhighway will be constructed next year. 明年将要修建一条超级高速公路。
- Conclusions are made that the modern Chinese entertainment lexis is affected by society, culture and psychology.At the same time, it also has constructional function to them. 本文认为,现代汉语娱乐词汇一方面受到社会、文化与大众心理的影响,同时又对社会、文化与大众心理具有建构功能。
- Introduction of constructional function of these two cores,the ignitor circuit developed based on these two cores and its Eorking princile are presented in this papar. 介绍了两芯片的结构功能、基于两芯片开发的点火器电路及其工作原理。
- This factory was constructed by our company. 这家工厂是由我们公司建设的。
- We riddled her carefully constructed lie. 我们把她精心编造的谎言问得漏洞百出。
- A constant, variable, function name, or expression. 一种常数、变量、函数名或表达式。
- It took them two years to construct the bridge. 他们用了两年时间建这座桥。
- One might program polymorphic constructor functions, perhaps by providing multiple type signatures to the constructors. 您可能通过为构造器提供多个类型说明来编写多态构造器函数。
- OK, you've seen how constructor functions and prototype objects allow you to simulate classes in JavaScript. 到这里,我们已经了解了构造函数和原型对象如何使您在JavaScript中模拟类。