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修改形式包括實例過程設置全部三個屬性構造函數