1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > instance of an objectに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

instance of an objectの部分一致の例文一覧と使い方

該当件数 : 125



例文

Returns true if p is a dict object or an instance of a subtype of the dict type.Changed in version 2.2:Allowed subtypes to be accepted.例文帳に追加

引数が PyDictObject のときに真を返します。 - Python

Returns true if the object o is a string object, but not an instance of a subtype of the string type.New in version 2.2.例文帳に追加

o が文字列型で、かつ文字列型のサブタイプでないときに真を返します。 - Python

parser.values the object where option values are by default stored (an instance of optparse.OptionValues).例文帳に追加

[parser.values]オプションの値がデフォルトで保存されるオブジェクト (optparse.OptionValuesのインスタンス です。 - Python

If object is not a class instance or an object of the given type, the function always returns false.例文帳に追加

object がクラスインスタンスや与えられた型のオブジェクトでない場合、この関数は常に偽を返します。 - Python

例文

A server process generates an instance of an object having multiple interfaces.例文帳に追加

サーバプロセスは多数のインターフェイスを有するオブジェクトをインスタンス生成する。 - 特許庁


例文

From the application object, you can get an instance of the Navigation Handler. 例文帳に追加

アプリケーションオブジェクトから、ナビゲーションハンドラのインスタンスを取得できます。 - NetBeans

With an array, it will set the table schema for the instance of the object. 例文帳に追加

配列を渡した場合、そのオブジェクトが扱うテーブルスキーマをセットします。 - PEAR

When you create a decorator, you pass its constructor an instance of an existing calendar object. 例文帳に追加

デコレータを作成するときは、そのコンストラクタにカレンダーオブジェクトのインスタンスを渡します。 - PEAR

the table you want to load ([From Version 1.7.2] if blank, and called on an an instance of a data object, it will create a new instance of that object)例文帳に追加

ロードするテーブルを指定します([バージョン1.7.2から]ブランクかつデータオブジェクトのインスタンスがコールされた場合、そのオブジェクトの新しいインスタンスが生成されます) 。 - PEAR

例文

A cache control part 15 of a portable terminal 10 receives a request to access an instance of an object which defines data which the application 13 refers to, and if the instance of the object does not exist, generates the instance of the object and a counter.例文帳に追加

携帯端末10のキャッシュ制御部15は、アプリケーション13が参照するデータを規定したオブジェクトのインスタンスへのアクセス要求を受け、該オブジェクトのインスタンスが存在しない場合は、オブジェクトのインスタンスと、カウンタを生成する。 - 特許庁

例文

Note that the term for creating an object of a class is instantiating that class, and that another word for an object is an instance of a class. 例文帳に追加

クラスのオブジェクトの作成に対する用語は、クラスの「インスタンス化」です。 オブジェクトを別の言葉で言うと、クラスの「インスタンス」です。 - NetBeans

At the time of saving the input data, an instance (object) of a keyword class is saved in the resource file.例文帳に追加

入力データの保存時に、キーワード・クラスのインスタンス(オブジェクト)が、リソース・ファイルに保存される。 - 特許庁

Each of call sequences is then executed by using a new instance of an object 105.例文帳に追加

次に、各コールシーケンスは、オブジェクト105の新しいインスタンスを使用して実行される。 - 特許庁

Return true if the object argument is an instance of theclassinfo argument, or of a (direct or indirect) subclass thereof.例文帳に追加

引数 object が引数 classinfo のインスタンスであるか、(直接または間接的な) サブクラスのインスタンスの場合に真を返します。 - Python

The method will be passed the type object as the first parameter rather than an instance of the type.例文帳に追加

メソッドの最初の引数には、型のインスタンスではなく型オブジェクトが渡されます。 - Python

An arrangement generation part 17 arranges the input music as an object to be arranged according to the relation among the test piece of a searched-for instance, the arrangement instance of the instance corresponding to it, and the object item of the input music.例文帳に追加

編曲作成部17は,検索した事例の課題曲とそれに対応する事例の編曲例と入力楽曲とのオブジェクト項間の関係に基づいて編曲対象となる入力楽曲を編曲する。 - 特許庁

For class exceptions,this object must be an instance of the exception class being raised. 例文帳に追加

例外がクラスの場合、オブジェクトは送出された例外クラスのインスタンスでなければなりません。 - Python

In this invention, the aging value of an object instance formed in a memory can be determined, and when the object instance is referred to in an execution process, the aging value is reset.例文帳に追加

本発明では、メモリ内に作成されたオブジェクト・インスタンスのエージング値を確定でき、実行プロセスでオブジェクト・インスタンスを参照した場合はエージング値をリセットする。 - 特許庁

Returns true if the object o is a Unicode object, but not an instance of a subtype.New in version 2.2.例文帳に追加

o が Unicode 文字列型で、かつ Unicode 文字列型のサブタイプでないときに真を返します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python

To easily manage an object (a used car, for instance) exhibited at a plurality of auctions.例文帳に追加

複数のオークションへ出品した対象(例えば中古車輌)の管理を容易にできるようにする。 - 特許庁

The actual type parameters are inferred at runtime based on the use of an object which is the instance of the raw type.例文帳に追加

生のタイプのインスタンスであるオブジェクトの使用に基づいてランタイムで実型パラメータが推測される。 - 特許庁

Return the class object from which the method meth was created; if this was created from an instance, it will be the class of the instance.例文帳に追加

メソッドオブジェクト meth を生成したクラスオブジェクトを返します;インスタンスがメソッドオブジェクトを生成した場合、戻り値はインスタンスのクラスになります。 - Python

An object, such as a widget, in a graphical user interface comprises an instance of a widget class with defined properties and/or methods which control operation of the object; and an associated instance of a look object class with defined properties and/or methods which control the look of the object.例文帳に追加

グラフィックユーザインタフェース内のウィジェットなどのオブジェクトが、オブジェクトの動作を制御する定義されたプロパティ及び/またはメソッドがあるウィジェットクラスのインスタンス、及びオブジェクトの外観を制御する定義されたプロパティ及び/またはメソッドがある外観オブジェクトクラスの関連付けられたインスタンスを備える。 - 特許庁

An object (for instance, a card) includes a symbol in which components of light received by an imaging section vary according to an imaging position.例文帳に追加

対象物(例えば、カード)は、撮像位置に応じて撮像部が受光する光の成分が変化するシンボルを含む。 - 特許庁

To facilitate the graphic input and output interface construction of an instance in an object directional design supporting system.例文帳に追加

オブジェクト指向設計支援システムなどにおける、インスタンスの図形入出力インタフェース構築を容易にする。 - 特許庁

This class constructor creates an instance of a ``statistics object''from a filename (or set of filenames). 例文帳に追加

このコンストラクタは filename で指定した(単一または複数の)ファイルから``統計情報オブジェクト''のインスタンスを生成します。 - Python

An object (for instance, a card) includes a symbol in which components of light received by an imaging section vary according to the settings of a light source.例文帳に追加

対象物(例えば、カード)は、光源の設定に応じて撮像部が受光する光の成分が変化するシンボルを含む。 - 特許庁

When an object of one of the electronic apparatus 1 is changed, an instance list and a class list are quickly updated so that a current object of each electronic apparatus 1 is accurately known.例文帳に追加

各電気機器1のオブジェクトに変更があると、インスタンスリストとクラスリストを迅速に更新するようにしたため、各電気機器1の現在のオブジェクトを正確に把握できる。 - 特許庁

The primary must evaluate to an object of a type that supportsattribute references, e.g., a module, list, or an instance. 例文帳に追加

一次語の値評価結果は、例えばモジュール、リスト、インスタンスといった、属性参照をサポートする型でなければなりません。 - Python

The shortcut of the document has a pair of an instance ID of the document, the service ID of the document management server, and the owner ID of the owner object as link destination information.例文帳に追加

文書のショートカットは、文書のインスタンスID、文書管理サーバのサービスID、オーナオブジェクトのオーナIDの組をリンク先情報として持つ。 - 特許庁

To provide a new lighting system for exhibition in which the generation of an ultraviolet ray is nearly zero, and is suitable for illumination of an exhibition object using a lot of medium colors, for instance, an art object, a craft object, food stuff, or clothing.例文帳に追加

紫外線の発生がほぼゼロの、例えば美術品や工芸品、食料品や衣料などの中間色が多用された非展示物の照明に好適な、新規な展示用照明装置を提供する。 - 特許庁

If exc is a class object, this also returns true when given is an instance of a subclass.例文帳に追加

これはexcがクラスオブジェクトである場合も真を返します。 これはgivenがサブクラスのインスタンスであるときも真を返します。 - Python

To provide a holding device capable of more excellently holding an object to be held such as micro machine parts, for instance.例文帳に追加

例えば微小機械部品などの被把持物を、より良好に把持することが可能な把持装置を提供する。 - 特許庁

Returns true if the object o is a Unicode object or an instance of a Unicode subtype.Changed in version 2.2:Allowed subtypes to be accepted.例文帳に追加

o が Unicode 文字列型か Unicode 文字列型のサブタイプであるときに真を返します。 バージョン 2.2 で 変更 された仕様:サブタイプを引数にとれるようになりました - Python

This ensures that if, say, the Finder returns an object specifier for a window you get an instance of Finder.Window and not a genericaetypes.Window.例文帳に追加

これは、例えば、ファインダがウィンドウに対してオブジェクト指定子を返す場合、Finder.Window のインスタンスが得られ、aetypes.Window が得られないことを保証します。 - Python

Each element in Figure is defined as an object comprising an aggregate of multiple attributes each determining a plotting situation; and the object is provided with priority corresponding to the strength of connection of an element plotted by the object to an actual object (for instance, land).例文帳に追加

図の各要素はそれぞれ描画状況を決定する多数の属性の集合体からるオブジェクトとして定義され、かつ、そのオブジェクトはオブジェクトが描画する要素と実際の対象(例えば土地)との結び付きの強さに応じた優先順位が付けられている。 - 特許庁

To provide a robot hand using slip sense sensors, in which the robot hand can carry out an action of gripping an object by means of three finger mechanisms, for instance, and thereafter can re-grip the object by means of the two finger mechanisms.例文帳に追加

滑り覚のセンサを利用するロボットハンドにおいて、例えば3本の指機構で物体を把持した後、2本の指機構に持ち替えるなどの動作を行うことができるようにする。 - 特許庁

To provide a method for preparing an additional attribute if necessary in the case of preparing an object type instance by using an instruction from a tool kit.例文帳に追加

ツールキットからの命令を使用してオブジェクト型のインスタンスを作成するにあたり、必要あれば追加属性を作成する方法を提供する。 - 特許庁

A polling object manager 114 generates a polling object 111 by referring to security information and operation information of a DB 115, extracts a pollable MIB instance, and adds (or deletes) the MIB object instance 113 to an MIB iterator object 112.例文帳に追加

ポーリングオブジェクトマネージャ114は、DB115のセキュリティ情報、運用情報を参照して、ポーリングオブジェクト111を生成し、ポーリング可能なMIBオブジェクトインスタンスを抽出してMIBイテレータオブジェクト112へMIBオブジェクトインスタンス113を追加(又は削除)する。 - 特許庁

To enable the management of instances to be efficient performed by enabling the read and overwrite of every instance from an object-oriented data base.例文帳に追加

オブジェクト指向データベースから個々のインスタンスの読み出し、上書きを可能とすることで、インスタンスの効率的な管理を可能とする。 - 特許庁

Return true if p is a tuple object, but not an instance of a subtype of the tuple type.New in version 2.2.例文帳に追加

p がタプルオブジェクトで、かつタプル型のサブタイプのインスタンスでない場合に真を返します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python

For the detection of the main object, a person detected by face recognition or an area selected by scene assist is used for instance.例文帳に追加

主要被写体の検出は、例えば顔認識により検出された人、シーンアシストで選択されたエリアを用いる。 - 特許庁

To express a state of affairs when or after an object is divided by shock (attack, for instance) or the like realistically.例文帳に追加

衝撃(例えば攻撃)等によりオブジェクトが分断される場合の分断時や分断後の様子をリアルに表現すること。 - 特許庁

To provide an icon type file management method for supporting the efficient utilization of a computer file by relating generated respective message objects to an individual message object instance by control table specifying data.例文帳に追加

本発明は、コンピュータファイルの効率的な利用を支援する新しいアイコン形ファイル管理方法の提供を目的とする。 - 特許庁

For instance, for the object M1 closest to the view point, on the surface of the three-dimensional object by a polygon, an image for indicating the contents of the data is stuck by texture mapping.例文帳に追加

例えば、視点に最も近いオブジェクトM1は、ポリゴンによる3次元オブジェクトの表面に、データの内容を表わす画像がテクスチャマッピングによって貼られている。 - 特許庁

Return true if p is a dict object, but not an instance of a subtype of the dict type.New in version 2.4.例文帳に追加

p が辞書型オブジェクトであり、かつ辞書型のサブクラスのインスタンスでない場合に真を返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python

For example, an instance of a SessionBean1 object does not exist for the user's session until the user accesses a page that references a SessionBean1 property. 例文帳に追加

たとえば、ユーザーが SessionBean1 のプロパティーを参照するページにアクセスするまで、SessionBean1 オブジェクトのインスタンスは、ユーザーのセッションに存在しません。 - NetBeans

An instance retrieval part 15 searches for instances similar to the input music from an instance data base 2 wherein test pieces of instances and polyphonic melodies of arrangement instances are represented by object items and stored.例文帳に追加

事例検索部15によって,事例の課題曲と事例の編曲例の多声旋律をあらかじめオブジェクト項で表現して蓄積している事例ベース20から入力楽曲に類似する事例を検索する。 - 特許庁

The interaction management part relates the name of an object indicated by it or the like for instance to the fetch image 1 reported by an image recognition part and stores it as the object viewed in the past.例文帳に追加

対話管理部は、画像認識部により通知された、取り込み画像1に、例えば、それに示される物体の名前などを関連づけ、それをを過去に見たことがあるものとして、記憶する。 - 特許庁

例文

In such a case, for instance, a plurality of bet expressions and/or a plurality of races can be designated and recorded with respect to a combination of numbers to be an object.例文帳に追加

この場合、マークカード10には、例えば対象とする組番に対して複数の賭式及び/又は複数のレース等を指定して記録することができる。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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 - 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 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