instantiated

实例化

常用释义

词性释义

v.

实例化,具现化,实体化;举例说明(instantiate 的过去式和过去分词)
例句
  • 全部
  • 实例化
A Realizer object, called internally by the XUI object, is instantiated and made ready to perform the next step.
Realizer对象(在内部由XUI对象调用)被实例化并准备执行下一步。
当一个模板被实例化时,它通常是相对于一个当前节点和一个当前节点list而被实例化。
As the comment suggests, this method is called by the Objective-C runtime after the Application is instantiated, and is ready to run.
正如注释所建议的,这个方法在Application实例化后且已经准备好运行之时,由Objective-C运行时来调用。
Scala combined with Spring makes it quite easy to transparently inject services into all kind of objects instantiated at runtime.
Scala与Spring的整合可以在运行期轻松将服务透明地注入到各种对象中。
Unlike all other class loaders , the bootstrap class loader (also known as the primordial class loader) cannot be instantiated by Java code.
与其他类装入器不同,引导类装入器(也称作基本(primordial)类装入器)不能由Java代码实例化。
Furthermore, the services can be instantiated at start-up and then bound to a proxy, which can change over time.
未来,服务可以在启动时实例化并绑定到代理上,之后还可以进行改变。
And a closed constructed type otherwise . A generic type can be instantiated only if it is closed .
则该类型为开放构造类型,否则为封闭构造类型。
该语句将导致与MainFrame对象共享新实例化的JFrame对象的属性和方法。
A clone of a virtual machine can be instantiated in a way that guarantees that it is on a separate physical node from another.
在实例化虚拟机的克隆时,可以保证它位于不同的独立物理节点上。
可以实例化该对象,把请求转发给任何一个库。
该委托只是返回刚刚实例化的对象,而将构建逻辑留待提供该委托的客户端完成。
这个方法在容器实例化过滤器时被调用,它主要设计用于使过滤器为处理做准备。
Notice that the constraint specifies that the generic type can only be instantiated with a value type.
请注意,该约束指定泛型类型只能使用值类型进行实例化。
The core can be instantiated in the HDL capture of the FPGA design between the native waveform logic and the system bus.
核心可以用HDL来具化,HDL实现了本地波形逻辑和系统总线之间的FPGA设计。
特别是,即使父代类别在其子代后实例化,但它可以查找并链接其子代。
Here, three different bugs, each with its own position, image, direction, and strength, are instantiated from the Bug class.
这儿,有三只从臭虫类里创建的臭虫,它们各有各的位置、图象、方向和强度(强度,我猜大概是耐打的程度)。
此时会识别、实例化和调用适当的IHttpHandler实现。
At this point, the SOAP server can be instantiated and the SOAP methods can be invoked through CSoapTransportHandler: : InvokeSoapMethod.
现在可实例化SOAP服务器,并且可通过CSoapTransportHandler::InvokeSoapMethod调用SOAP方法。
直到中间层能隐藏分布式技术以后,显示一个对象真正实例化可能变得困难了!
The infoPanel is added to the tabbed pane with the name given to it by the ID member of the newly instantiated GeneralInfoPanel.
infoPanel被添加到表中,名字是由新实例化的GeneralInfoPanelID成员提供的。
When factories are used to create a new instance of a grid service, the factory returns the identity of the newly instantiated service.
当工厂创建网格服务的一个新实例时,工厂会返回新实例化的服务标识。
源代码之后,我们发现实例化和初始化一个JDBC连接很容易,但是所必需的方法不是公共的。
此类无法实例化,其方法必须直接调用。
根据特定上下文的要求,可以用不同的父类实例化mixin。
Such assets are considered to be complete implementations, and can be instantiated as-is, without modification.
这样的资产示完全被实现的,并且可以在不被修改的情况下按照现在的样子被例示。
Scroll through the log to see how intermediate objects are instantiated.
滚动日志,查看中间对象的实例化情况。
接口象类一样被声明,但不能直接被实例化,也不能拥有其自身的方法定义。
Use this method to ensure that the templates are instantiated to allow programmatic access to the instantiated contents of a template.
使用此方法可以确保已对模板进行了实例化,以允许对模板的实例化内容进行编程访问。
When a Thread object is instantiated, it requires an argument in the form of a ThreadStart object.
当Thread对象实例化时,它要求一个ThreadStart对象形式的参数。
Class. This is instantiated with an argument that specifies the type of host that this unit test will run in.
这是使用参数实例化的,此参数指定主机类型,此单元测试将在该主机上运行。
1·Any object instantiated from that class belongs to that type by definition.
从该类实例化的任何对象属于该类定义的类型。
2·In this latter case, the object would be instantiated to report some information and then would not be required anymore.
在后面一种情况下,将对象实例化以报告某些信息之后,就再也不需要该对象了。
3·Another use of abstract classes is to create a single base class for multiple derived classes in which that base class should never be instantiated.
抽象类的另一个用途是为多个派生类创建一个基类,在这些派生类中,基类决不会被实例化。
4·This properties object provides configuration for the instantiated client.
此属性对象提供实例化客户机的配置。
5·If the same temporary table may be instantiated from multiple locations in application code, the definition of the table is centralized at one place.
如果在应用程序代码中的多个位置实例化相同的临时表,该表的定义可以集中在一个地方。