instantiation

instantiation

 英

  • 网络实例化;例示;具现化

例句

Constructors enable the programmer to set default values, limit instantiation, and write code that is flexible and easy to read.

构造函数使得程序员设置默认限制实例以及编写灵活便于阅读代码

Parameter means that modifying the properties of this instantiation is possible only for those in the grid map file .

参数意味修改这个实例属性可能只是针对网格映射文件那些实体

It is recommended that you do not specify a calling convention on an explicit instantiation.

建议不要显式实例指定调用约定

Either way, the combination of hardware and software is a concrete instantiation of an algorithm, allowing it to be studied.

无论如何硬件软件结合一种算法实例应当得到研究

Finally, parametric design technique is used to facilitate the instantiation of the general template-module.

最后应用参数化设计技术实现通用模板模块实例

These bounds could specify the set of available constructors that must be present in any instantiation of the parameter.

这些界限可以指定可用构造函数它们必须出现参数一个实例

As you can see, template instantiation can affect not only compilation speed, but whether your program compiles at all!

看到一样模板实例能够不仅影响编译速度而且一样影响程序编译

Each instantiation of a mixin is compiled to a separate Java class; no sharing of bytecode occurs across copies.

mixin每个实例编译独立Java各个副本存在任何共享字节码

These virtual systems are the running instantiation of WebSphere middleware environments represented by WebSphere CloudBurst patterns.

这些虚拟系统就是WebSphereCloudBurst模式表示WebSphere中间件环境运行实例

No methods of your class (regardless of inlining) can use types where the instantiation in the EXE and DLL have static data differences.

如果EXEDLL实例具有静态数据差异任何方法无论是否不能使用类型

Instantiation of a generic type or calls to existing generic methods can be added , deleted, or changed .

可以添加删除更改型类型实例现有方法调用

Every annotation has an associated annotation type, and the annotation is an instantiation of the corresponding annotation structure.

每个注释一个相关注释类型并且这个注释相应注释结构实例

Also notice that the type checker can't even check that every instantiation of a mixin will result in valid super-constructor calls.

而且注意类型检查甚至不能检查是否每个mixin实例都会产生有效超级构造函数调用

In Java code you can declare multiple overloaded constructors to enable the instantiation of the class by a variety of different signatures.

Java代码可以通过使用各种不同签名声明多个重载构造函数从而支持实例

The term grid service instance refers to a particular instantiation of a grid service at run time.

这个术语服务某个特定实例

Amazing space reduction can be achieved , conserving computing resources and reducing instantiation times .

惊人减少占用空间同时节省计算资源减少实例次数

Note: previously translated translation units and instantiation units can be preserved individually or in libraries.

已经翻译翻译单元实例单元可以独自保存

In the simplest instantiation of this model, you directly wire the proxy listener to a remote endpoint.

这个模型简单实例过程可以直接代理侦听器连接远程端点

This instantiation involves the default constructor for the class being called, with the injection of dependencies happening afterwards.

这种实例涉及到调用默认构造函数随后注入依赖关系

So far, I've looked at solutions that involve configuring objects immediately after their instantiation.

迄今为止介绍解决方案对象初始之后立即配置对象

Before you proceed, though, you need to understand two aspects of C#: a generic declaration and a generic instantiation.

但是进行之前需要明白C#通用类型申明通用类型实例两个方面

Declaration of variables and object instantiation for nested types should not be required in common scenarios.

常见方案要求嵌套类型进行变量声明对象实例

Throw an exception whenever a run-time instantiation of the generic class does not include a needed constructor.

只要型类运行实例没有包括构造函数抛出异常

During instantiation of a composite application, community roles are mapped to domain roles.

复合应用程序实例过程社区角色映射角色

Static class methods and properties are accessible without the need for an instantiation of the class.

现在无需实例便可访问静态方法属性

This particular instantiation will also be used later with a sample ProbeVue script.

后面ProbeVue示例脚本使用这种形式

Server virtualization provides the capability to rapidly provision new environments by creating template images for quick instantiation.

服务器虚拟化通过快速实例创建模板映像提供了快速供给环境能力

Prepares a method for inclusion in a constrained execution region (CER) with the specified instantiation.

准备一个包含约束执行区域CER具有指定实例方法

Instantiation of a new guest operating system is provided by a utility called kvm.

客户操作系统实例一个kvm工具提供

Activate is at the end of the instantiation phase in order to activate the business component for usage.

Activate实例结尾调用激活业务组件使用

Custom validators need to be added to the form at the time of form instantiation.

定制验证器需要表单实例时候添加

After you've connected to the remote server (part of the instantiation of the Client class), you write your request.

连接远程服务器之后包括Client部分初始),可以编写请求

The simplest possible class that can be declared in shown in Listing 4, and its instantiation in Listing 5.

清单4展示简单声明方式清单5展示实例

The annotation-based configuration for iBATIS requires slightly different instantiation.

iBATIS基于注释配置要求实例稍微不同

Decorators do not currently let you modify class instantiation per se, but they can massage the methods that are attached to the class.

decorator目前并不允许修改实例本身但是它们可以修改依附方法

Even in the case when objects update their state, object instantiation should be carefully considered.

即使对象更新它们状态情况应该谨慎考虑对象实例

This placeholder class should represent the instantiation of List by binding the template parameter T to the template parameter of X.

可以通过模板参数T模板参数X绑定实例

After the node is located, the accessor factory passes a node reference to the accessor or accessor controller during their instantiation.

定位节点访问工厂节点引用传递访问或者如果处于初始阶段传递访问控制器)。

The maps are maintained in parallel and are constructed as part of the class instantiation process.

这些映射可以并行进行维护并且可以构建实例过程一部分

CustomerWithConstructor is a modification of Customer that includes a constructor that sets all three properties during instantiation.

CustomerWithConstructorCustomer修改形式包括实例过程设置全部三个属性构造函数