1153万例文収録!

「Instantiate」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Instantiateの意味・解説 > Instantiateに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Instantiateを含む例文一覧と使い方

該当件数 : 31



例文

class to instantiate 例文帳に追加

生成するクラス。 - PEAR

call are used to instantiate the formal parameters declared in the function. 例文帳に追加

受け渡されます。 - JM

what class to instantiate for the object. 例文帳に追加

インスタンスを作成するクラス。 - PEAR

The type of container to instantiate.例文帳に追加

インスタンスを作成するコンテナの型。 - PEAR

例文

exception class to instantiate if in PHP 5 例文帳に追加

PHP 5 の場合に生成される例外クラス。 - PEAR


例文

instantiate an object from this class 例文帳に追加

このクラスからオブジェクトのインスタンスを生成する - 研究社 英和コンピューター用語辞典

Do not instantiate Optiondirectly.) 例文帳に追加

従って、Option を直接インスタンス化しないでください。 ) - Python

The first step to work with the class is to instantiate a Date object. 例文帳に追加

まずは Dateオブジェクトのインスタンスを作成するところからです。 - PEAR

You can instantiate a Textbox object as follows: 例文帳に追加

以下のような Textbox オブジェクトをインスタンス生成することができます: - Python

例文

Primitive widgets that instantiate children are responsible for realizing those children themselves.例文帳に追加

子をインスタンス化する Primitive ウィジェットは、その子をリアライズする責任がある。 - XFree86

例文

To instantiate a database object you have several methods available using MDB2. 例文帳に追加

データベースオブジェクトを作成するには、MDB2のいくつかのメソッドを使用します。 - PEAR

Now you have all data needed to instantiate the driver itself. 例文帳に追加

これで、ドライバを作成するために必要なデータはすべてそろいました。 - PEAR

initiates the array that holds the beans, it does not instantiate the beans themselves. 例文帳に追加

この行は、Bean を保持する配列を開始しますが、Bean 自体をインスタンス化しません。 - NetBeans

This function can be used to instantiate the class in that case.例文帳に追加

この関数はそのような場合にそのクラスをインスタンス化するために使われます。 - Python

That means that this is the only class you should include and instantiate yourself. 例文帳に追加

つまり、あなた自身がインクルードしてインスタンスを作成すべきクラスはこれだけだということです。 - PEAR

Also, see the warning about how to instantiate objects if you want to use the destructor. 例文帳に追加

また、デストラクタを使用する場合は、オブジェクトのインスタンス生成に関する警告 も参照してください。 - PEAR

Note: Both class methods are static; you do not need to instantiate an object. 例文帳に追加

注意どちらのメソッドも静的メソッドなので、オブジェクトのインスタンスを作成する必要はありません。 - PEAR

'''.splitlines(1) Next we instantiate a Differ object: 例文帳に追加

注意:Differオブジェクトをインスタンス化するとき、``junk.''である列と文字をフィルタリングす関数を渡すことができます。 - Python

Second, you must instantiate one of the server classes, passing it the server's address and the request handler class.例文帳に追加

次に、サーバクラスのうち一つをインスタンス化して、サーバのアドレスと要求処理クラスを渡さなければなりません。 - Python

You can instantiate your own instances of Random to get generators that don't share state.例文帳に追加

内部状態を共有しない生成器を取得するため、自分で Random のインスタンスを生成することができます。 - Python

A clever method which loads and instantiate data source drivers.Can be called in various ways: 例文帳に追加

データソースドライバの読み込みとインスタンス作成を行う、賢いメソッドです。 さまざまな方法でコールすることができます。 - PEAR

The linguists could not instantiate this sense of the noun that he claimed existed in a certain dialect 例文帳に追加

言語学者は、彼が特定の方言の中に存在すると主張した名詞のこの意味を具体例をあげて示すことができなかった - 日本語WordNet

You may instantiate the AddressList helper class using a single string parameter, a comma-separated list of RFC 2822 addresses to be parsed.例文帳に追加

RFC 2833 アドレスをカンマで区切ったものとして解釈される単一の文字列パラメタを使って、AddressList ヘルパークラスをインスタンス化することができます。 - Python

To provide a computer implemented method, apparatus, and computer program product for receiving a request from a client to instantiate an electronic document.例文帳に追加

電子文書をインスタンス化するよう求めるクライアントからの要求を受信するための、コンピュータ実施方法、装置、およびコンピュータ・プログラム製品を提供すること。 - 特許庁

You basically instantiate one of the classes, begin your script (or portion of code that you want to profile) and analyze the results afterward. 例文帳に追加

基本的に、まずいずれかのクラスのインスタンスを作成してからスクリプト (あるいはプロファイルを取得したいコード片)の処理を開始し、後で結果を解析します。 - PEAR

To generate the code for all of the tables in a database named $database, instantiate a DB or MDB2 object named $conn that connects to the database of interest, and execute the following code: Example 39-1.例文帳に追加

データベース $database の全テーブル用のコードを生成するには、まず DB あるいはMDB2 のオブジェクトを $connという名前で接続してデータベースに接続し、次のコードを実行します。 - PEAR

As the getInstance function is called to instantiate the class, it must be static.The double-colon (::), called the Scope Resolution Operator, and the self keyword are used to access static functions. 例文帳に追加

getInstance 関数はクラスをインスタンス化するために呼び出されるので、static である必要があります。 ダブルコロン (::) はスコープ解決演算子と呼ばれ、静的関数にアクセスするために self キーワードが使用されます。 - NetBeans

The controller servlet uses a struts-config.xml file to map incoming requests to Struts Action objects, and instantiate any ActionForm objectsassociated with the action to temporarily store form data.例文帳に追加

このコントローラサーブレットは struts-config.xml ファイルを使用して、受信要求を Struts の Action オブジェクトにマップし、アクションに関連付けられた ActionForm オブジェクトがある場合は、そのオブジェクトをインスタンス化して、一時的にフォームデータを保存します。 - NetBeans

Applications should not instantiate the classes themselves; they should use the creator functions available on the Document object.Derived interfaces support all operations (and attributes) from the base interfaces, plus any new operations.例文帳に追加

アプリケーション自身から、クラスをインスタンス化してはなりません;Document オブジェクト上で利用可能な生成関数 (creator function)を使わなければなりません。 導出インタフェースでは基底インタフェースの全ての演算 (および属性) に加え、新たな演算をサポートします。 - Python

The proposedusage of the Chunk class defined here is to instantiate an instance at the start of each chunk and read from the instance until it reaches the end, after which a new instance can be instantiated.At the end of the file, creating a new instance will fail with a EOFError exception.例文帳に追加

このモジュールで定義されるChunkクラスの使い方として提案しているのは、それぞれのチャンクの始めにインスタンスを作り、終わりに達するまでそのインスタンスから読み取り、その後で新しいインスタンスを作るということです。 ファイルの終わりで新しいインスタンスを作ろうとすると、EOFErrorの例外が発生して失敗します。 - Python

例文

The functional block is stored to a machine readable medium so as to be used by the process control system and includes a basic functional block for having a machine execute an algorithm related to the process control system and at least one attribute in the basic functional block for having the machine delete or instantiate at least one dynamic modifier functional block.例文帳に追加

本発明の機能ブロックは、プロセス制御システムでの使用に向けて機械可読媒体に格納され、プロセス制御システムと関連したアルゴリズムを機械に実行させる基礎機能ブロックと、少なくとも一つの動的モディファイア機能ブロックを機械に削除又はインスタンス化させる該基礎機能ブロックの中にある少なくとも一つの属性を含む。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS