网站首页  词典首页

请输入您要查询的英文单词:

 

单词 be instantiated
释义

be instantiated

例句

释义:
1.
Unlike all other class loaders , the bootstrap class loader (also known as the primordial class loader) cannot be instantiated by Java code.
与其他类装入器不同,引导类装入器(也称作基本(primordial)类装入器)不能由Java代码实例化。
www.ibm.com
2.
Furthermore, the services can be instantiated at start-up and then bound to a proxy, which can change over time.
未来,服务可以在启动时实例化并绑定到代理上,之后还可以进行改变。
www.infoq.com
3.
And a closed constructed type otherwise . A generic type can be instantiated only if it is closed .
则该类型为开放构造类型,否则为封闭构造类型。
www.bing.com
4.
A clone of a virtual machine can be instantiated in a way that guarantees that it is on a separate physical node from another.
在实例化虚拟机的克隆时,可以保证它位于不同的独立物理节点上。
www.ibm.com
5.
The object can be instantiated to forward a request to any of the libraries.
可以实例化该对象,把请求转发给任何一个库。
www.ibm.com
6.
Notice that the constraint specifies that the generic type can only be instantiated with a value type.
请注意,该约束指定泛型类型只能使用值类型进行实例化。
207.46.16.251
7.
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设计。
dictsearch.appspot.com
8.
At this point, the SOAP server can be instantiated and the SOAP methods can be invoked through CSoapTransportHandler: : InvokeSoapMethod.
现在可实例化SOAP服务器,并且可通过CSoapTransportHandler::InvokeSoapMethod调用SOAP方法。
msdn2.microsoft.com
9.
This class cannot be instantiated, and its methods must be called directly.
此类无法实例化,其方法必须直接调用。
msdn2.microsoft.com
10.
Mixins can be instantiated with different parent classes depending on the requirements of a particular context.
根据特定上下文的要求,可以用不同的父类实例化mixin。
www.ibm.com
1.
Such assets are considered to be complete implementations, and can be instantiated as-is, without modification.
这样的资产示完全被实现的,并且可以在不被修改的情况下按照现在的样子被例示。
www.ibm.com
2.
To this end, you store with each pattern the assumptions under which the pattern can be instantiated in a consistency-preserving way.
为此,您在可以用一致性维护的方式实例化模式的假设下存储每个模式。
www.ibm.com
3.
Frequently, objects need to be instantiated in a coordinated fashion, usually because of certain dependencies or other requirements.
常常,因为某些确定的依赖性或者其它需求,对象需要以一种协调的方式被实例化。
blog.163.com
4.
The SQL Native Client OLE DB provider cannot be instantiated out of process.
不能在进程外实例化SQLNativeClientOLEDB访问接口。
msdn2.microsoft.com
5.
Each of these classes is a template, and can be instantiated to contain any type of object.
这些类都是模板,它们的实例都可以容纳任何类型的对象。
www.cnblogs.com
6.
Allows specific implementations of this abstract class to be instantiated.
允许实例化此抽象类的特定实现。
msdn2.microsoft.com
7.
Demonstrates that reference types and value types can only be instantiated on the managed heap, not on the stack or on the native heap.
演示只能在托管堆上而不能在堆栈或本机堆上初始化引用类型和值类型。
msdn2.microsoft.com
8.
A static class is basically the same as a non-static class, but there is one difference: a static class cannot be instantiated.
静态类与非静态类基本相同,但存在一个区别:静态类不能实例化。
technet.microsoft.com
9.
Even if you program to an interface the implementation class still needs to be instantiated somewhere.
即使您按接口编程,仍然需要在某个地方实例化实现类。
www.ibm.com
10.
If the time zone cannot be instantiated, the code retrieves it from the embedded resource file.
如果无法实例化时区,该代码则从嵌入的资源文件中检索该时区。
msdn2.microsoft.com
1.
This will be performed within the organization where the SOA reference architecture will be instantiated.
这将在组织中被执行,这也是SOA参考架构将被实施的地方。
www.infoq.com
2.
Do not use nested types if they need to be instantiated by client code.
如果需要由客户端代码实例化类型,则不要使用嵌套类型。
msdn2.microsoft.com
3.
In the constructor, the PBBroadcast class can be instantiated with a reference to the data model.
在构造器中,可以使用指向数据模型的引用实例化PBBroadcast类。
www.ibm.com
4.
Class is an abstract class that cannot be instantiated.
类是一个不能进行实例化的抽象类。
msdn2.microsoft.com
5.
First, the OpenLayers. Protocol. SQL. Gears class must be instantiated and given a database and table name.
首先,OpenLayers.Protocol.SQL.Gears类必须被实例化并被给定一个数据库和表名。
www.ibm.com
6.
Class is an abstract class and cannot be instantiated.
类是一个抽象类,不能进行实例化。
msdn2.microsoft.com
7.
Option to specify whether OLE Automation objects can be instantiated within Transact-SQL batches.
选项可指定是否可以在Transact-SQL批处理中实例化OLEAutomation对象。
msdn2.microsoft.com
8.
A class with abstract members cannot be instantiated with the new operator.
具有抽象成员的类不能使用new运算符来实例化。
msdn2.microsoft.com
9.
These exceptions are created dynamically by using the Error type extension functions and cannot be instantiated or invoked.
这些异常是使用Error类型扩展函数动态创建的,因此不能实例化或调用。
msdn2.microsoft.com
10.
A generic type can be instantiated only if it is closed.
只能实例化封闭的泛型类型。
msdn2.microsoft.com
1.
An interface cannot be instantiated directly.
不能直接实例化接口。
msdn2.microsoft.com
2.
Requirements in SysML are abstract classifiers -- that is, they cannot be instantiated -- with no operations or attributes.
SysML中的需求是抽象类别的——就是说,它们不能被实例化——不包括操作或属性。
www.ibm.com
3.
A concrete type is a type that has a complete implementation and therefore can be instantiated.
具体类型是指具有一个完整实现因此可以实例化的类型。
technet.microsoft.com
4.
Class itself is abstract and cannot be instantiated.
类本身是抽象类,不能实例化。
msdn2.microsoft.com
5.
Open generic types cannot be instantiated.
不能将开放式泛型类型实例化。
msdn2.microsoft.com
6.
This Notes session can be instantiated with either user name and password or an LTPA token.
这个Notes会话可以使用用户名和密码来实例化,也可以用LTPA令牌来实例化。
www.ibm.com
7.
The ProcessModelInfo class is not meant to be instantiated in your own code.
ProcessModelInfo类不宜在您自己的代码中进行实例化。
msdn2.microsoft.com
8.
A class that is not a MustInherit class, one that can be instantiated, is called a concrete class.
非MustInherit类可以实例化,称为“具体”类。
msdn2.microsoft.com
9.
Another problem with the MVVM design pattern that's seldom discussed is where and when the ViewModel instances should be instantiated.
MVVM设计模式很少讨论的另一个问题是应该在何处以及何时实例化ViewModel实例。
harvey8819.blog.163.com
10.
As explained, constraint patterns can be instantiated from this view using each item's context menu.
如说明,在此视图中可以利用每项的环境菜单实例化约束模式。
www.ibm.com
1.
The history stack object will need to be instantiated and loaded from cache.
需要实例化历史堆栈对象并从缓冲区加载它们。
www.ibm.com
2.
You want to advise fine grained objects, which may not be instantiated by the Spring container.
你想要通知细粒度的对象,它们可能不会被Spring容器实例化。
www.infoq.com
3.
Unlike classes, structs can be instantiated without using the new operator.
与类不同,结构的实例化可以不使用new运算符。
msdn2.microsoft.com
4.
Such assets are considered partial implementations, but require additional elements before they can be instantiated.
这样的资产考虑过部分的实现,但是在它们被例示之前需要额外的元素。
www.ibm.com
5.
After the selection, the selected base model artifacts will be instantiated to become the configured model.
选择之后,所选基础模型构件将被实例化为配置的模型。
www.ibm.com
6.
Finally, the leaf labels in the Patterns Explorer contain patterns that can be instantiated.
最后,PatternsExplorer中的叶标签包含可以实例化的模式。
www.ibm.com
7.
These images can be instantiated as base middleware for running business processes such as process servers, event servers, or rule servers.
这些镜像可以作为运行时业务流程的基础中间件进行实例化,例如,进程服务器、事件服务器、或者规则服务器。
www.ibm.com
8.
The reason: a mixin's parameters may be instantiated with type parameters bound in some other context.
其原因是:在某些其它上下文中,mixin的参数可能用类型参数界限实例化了。
www.ibm.com
9.
This is an abstract class that cannot be instantiated.
这是一个不能进行实例化的抽象类。
msdn2.microsoft.com
10.
So only classes can be instantiated as objects.
因此,只能将类实例化为对象。
msdn2.microsoft.com
1.
Generic type parameters can't be instantiated with primitive types.
不能用基本类型实例化泛型类型参数。
www.ibm.com
2.
Custom OLE automation servers must be registered before they can be instantiated using sp_OACreate.
必须先注册自定义OLE自动化服务器,才能使用sp_OACreate将其实例化。
technet.microsoft.com
3.
It needs to be instantiated so it can listen for debug events and thus be notified of process termination.
它需要被初始化,才可以监听调试事件并据此获得进程的终止信息。
www.ibm.com
4.
Class as one representing a template that will be instantiated a single time.
类的实例创建为表示会实例化一次的模板的实例。
msdn2.microsoft.com
5.
In Listing 8, template class A may be instantiated only if type T is signed.
在清单8中,仅当T有符号时,模板类A才能进行实例化。
www.ibm.com
6.
The icons are different for the leaf patterns to indicate they can be instantiated.
叶模式的图标是不同的,以表示可以实例化它们。
www.ibm.com
7.
Multiple Resource Monitors can be instantiated at the same time.
可以同时实例化多个资源监视器。
technet.microsoft.com
8.
So that it can be instantiated in its own app domain.
因此可以在其自己的应用程序域中进行实例化。
msdn2.microsoft.com
9.
The sorted list will be instantiated to store information on books.
该排序后的表将用作储存关于书籍的相关信息。
www.ibm.com
10.
The IDS instance can be instantiated by using the oninit -i command.
可以使用oninit-i命令对IDS实例进行实例化。
www.ibm.com
1.
This is the first class to be instantiated.
它是需要使用的第一个类。
www.ibm.com
2.
For example, to quickly switch between two threads, the register hardware needs to be instantiated twice.
例如,如果要快速切换两个线程,登记册硬件需要实例两次。
blog.sina.com.cn
3.
The VariablePersister class is designed to be instantiated either for a single string value
VariablePersister类被设计成为单个字符串值的实例
www.ibm.com
4.
The MustInherit modifier on a class declaration indicates a class that cannot be instantiated
类声明上的MustInherit修饰符指出类不能被实例化
msdn2.microsoft.com
5.
This service run-time binding could be instantiated using any of the following mechanisms
可以利用下列任意一种机制来演示这个服务运行时绑定
www.ibm.com
6.
Allowing a template class or function to be instantiated with only certain data types
允许模板类或函数仅使用某些数据类型来进行实例化
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 16:54:03