• The constructor function begins on line 12.

    构造函数从第12开始

    youdao

  • Define a constructor function which initializes the required data.

    定义一个构造器函数初始所需的数据。

    youdao

  • The constructor function has the same name as the structured type with which it is associated.

    构造函数关联结构化类型相同名称

    youdao

  • Once I have a constructor function, I can use the new operator to create objects, as shown below

    拥有构造函数之后,可以使用new操作符创建对象了,如下所示

    youdao

  • It can also detect if a constructor function of a schema-type is supported; more about that in a moment.

    可以检查是否支持模式类型构造器函数,特别是当时

    youdao

  • The code for the MainFrame constructor function and for the instantiation and display of the frame is provided in Listing 2.

    清单2提供了用于MainFrame构造函数、实例显示画面所使用代码

    youdao

  • The constructor function has no parameters and returns an instance of the type with all of its attributes set to null values.

    构造函数没有参数并且返回类型实例中的所有属性都为空。

    youdao

  • The instance of the <ui:button> is passed as a parameter to the constructor function and I keep a reference to it as this.element.

    <ui:button>实例作为参数传递给构造函数,使用 this.element保持引用

    youdao

  • Illustrates how to use inheritance to add a common set of properties and methods to objects created with a given constructor function.

    阐释如何使用继承通用属性方法添加给定构造函数创建对象

    youdao

  • The constructor function is invoked immediately prior to main being called; and the destructor function is called when your application exits.

    constructor函数调用main函数之前调用的,destructor 函数则是在应用程序退出时调用的。

    youdao

  • Therefore, it might be worthwhile to restructure your spatial query to ensure just a single call to the constructor function using common table expressions.

    因此可能必要使用公共表表达式重新构造空间查询确保调用构造函数。

    youdao

  • The core of the listing is the defnode macro that takes a node type and a vector of field names, and creates a constructor function for creating maps of that type.

    这个清单核心defnode宏,它获取节点类型一个字段矢量创建一个构造函数创建该类型的映射

    youdao

  • When you want to create an atomic value of one of the time-oriented data types, use a type-constructor function and provide the string representation as an argument.

    如果需要创建时间相关数据类型的单个,可以使用类型构造函数提供时间字符串表示形式作为参数。

    youdao

  • If you are familiar with the basics of object-oriented programming, you will know that when an object is instantiated, the class constructor function is automatically called.

    如果面向对象编程语言基本原理比较熟悉,您知道一个对象被实例化时构造函数自动调用。

    youdao

  • When you create a structured type, DB2 automatically creates a constructor function for the type and creates both mutator and observer methods for the attributes of the type.

    创建结构化类型时,DB 2类型自动创建一个构造函数,为类型属性创建mutator方法observer方法。

    youdao

  • In the constructor function, a new trace file is opened into which the profiling address trace will be written; within the destructor function, the trace file is closed (see Listing 3).

    constructor函数中,会打开一个新的跟踪文件分析数据的地址跟踪就是写入这个文件的;在destructor函数,会关闭这个跟踪文件(参见清单3)。

    youdao

  • If the record is not found, I create a new Employee prototype by invoking the Employee constructor function with the appropriate fields from the panel. Here's the Employee constructor function.

    如果没有找到记录使用面板适当字段调用Employee构造函数创建一个新的Employee原型

    youdao

  • When invoked with the new operator, the constructor function creates what is known as a prototype for an object; that is, it creates a template from which to build objects of the given kind.

    调用new操作符时,构造函数就为对象创建个所谓的原型(prototype);也就是说创建了一个模板(template),从中构建给定类型的对象

    youdao

  • Fortunately, Rhino provides another way to create objects, using the constructor function. For example, the following function might serve as a constructor function for an object of type person.

    幸运的是,Rhino提供了另外一种创建对象方法使用构造函数(constructor function)。

    youdao

  • The function simply converts the element identifier into a pointer and then calls the constructor, passing the remaining arguments unchanged.

    这个函数简单地元素标识符转换为一个指针然后调用构造函数,将其他参数不加修改地传递给构造函数。

    youdao

  • You can give it a name (that is, a class name), specify parameters (as in a constructor), and even use the .this keyword, which basically means referencing a variable within the scope of the function.

    可以名称(也就是一个),指定参数构造函数中一样),甚至可以使用关键字 .this,意味着在函数范围内引用变量

    youdao

  • The RequiredValidator() constructor (see Listing 6) takes the same parameters as the Validator() function.

    RequiredValidator()构造函数参见清单6参数Validator()函数相同

    youdao

  • And, because every function in the Student controller touches the template view, you need to load the URL Helper as part of the Student constructor (see Listing 14).

    并且由于Student控制器每个函数都会接触模板视图所以需要加载urlHelper作为Student构造函数一部分(参见清单14)。

    youdao

  • The LotteryFactory's constructor seeds the rand function used by our lottery classes.

    LotteryFactory构造函数将构造我们彩票使用rand函数

    youdao

  • The range function is simply a list constructor, very similar to the range function in Python, or the..

    range函数只是一个list构造函数非常类似Python中的range函数,或者是Haskell或Perl中的. .。

    youdao

  • We specify the callback for the Scale widget not in its constructor, but later, using the configure function.

    我们没有构造函数指定Scale窗口小部件回调而是稍后使用configure来指定。

    youdao

  • The constructor is used to form a delegate over a target object and a function pointer.

    构造器用通过目标对象一个函数指针形成一个委托

    youdao

  • Making it private is the "old" way of doing it. The constructor still exists, but it is private, and can only be invoked from within another class member function.

    使私人方式这样做。构造函数仍然存在私人的,只能内部调用另一个成员函数

    youdao

  • Making it private is the "old" way of doing it. The constructor still exists, but it is private, and can only be invoked from within another class member function.

    使私人方式这样做。构造函数仍然存在私人的,只能内部调用另一个成员函数

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定