1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

OBJECT CLASSの部分一致の例文一覧と使い方

該当件数 : 331



例文

object class 例文帳に追加

オブジェクトクラス - Python

a class object: 例文帳に追加

クラスオブジェクトのとき: - Python

A class definition defines a class object (see section3.2): 例文帳に追加

クラス定義は、クラスオブジェクトを定義します (3.2 節参照): - Python

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

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

例文

the class of the object to remove 例文帳に追加

削除するオブジェクトのクラス。 - PEAR


例文

Create a new instance of a specific class without calling it'sconstructor. class is the class of new object. 例文帳に追加

特定クラスの新たなインスタンスを生成します。 class は新たに作成するオブジェクトのクラスです。 - Python

Description The class of this object is a private, implementation dependent, subclass of Object.The hook object has no parent.例文帳に追加

このフックオブジェクトは親を持たない。 - XFree86

Python supports weak references as first-class objects. 例文帳に追加

Python は 弱参照 を第一級オブジェクト (first-class object)としてサポートします。 - Python

A class instance is created by calling a class object (see above).A class instance has a namespace implemented as a dictionary which is the first place in which attribute references are searched.例文帳に追加

クラスインスタンスはクラスオブジェクト (上記参照) を呼び出して生成します。 - Python

例文

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

例文

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

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

Returns the name of the error class of the object. 例文帳に追加

オブジェクトのエラークラス名を返します。 - PEAR

Possible types are: string, integer, float, boolean, array, and object. _ATTRIBUTE_CLASS 例文帳に追加

可能な型は、string, integer, float, boolean, 配列もしくはオブジェクトです。 - PEAR

Creates a new class object. 例文帳に追加

新しいクラスオブジェクトを作成します。 - Python

Type object for class instances. 例文帳に追加

クラスインスタンスの型オブジェクトです。 - Python

policy is an object implementing the CookiePolicyinterface.The CookieJar class stores HTTP cookies. 例文帳に追加

CookieJar クラスには HTTP クッキーを保管します。 - Python

The tuple of base classes of a class object. 例文帳に追加

クラスオブジェクトの基底クラスからなるタプルです。 - Python

DATA PROCESSING TERMINAL, CLASS, OBJECT, PROGRAM AND SERVER例文帳に追加

データ処理端末、クラス、オブジェクト、プログラム及びサーバ - 特許庁

REAL CLASS DETERMINATION OF OBJECT IN EXECUTION例文帳に追加

実行時におけるオブジェクトの実クラス決定 - 特許庁

METHOD OF ARRANGING MEMORY AND METHOD OF DESIGNING OBJECT CLASS例文帳に追加

メモリ配置方法、及びオブジェクトクラス設計方法 - 特許庁

SYSTEM FOR DETECTING NETWORK MANAGEMENT OBJECT CLASS CANDIDATE例文帳に追加

ネットワーク管理対象クラス候補検出システム - 特許庁

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

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

When a class object is called,a new class instance (also described below) is created and returned.例文帳に追加

クラスオブジェクトが呼び出されると、新たにクラスインスタンス (後述) が生成され、返されます。 - Python

A class object can be called (see above) to yield a class instance (seebelow). 例文帳に追加

クラスオブジェクトを呼び出す (上記を参照) と、クラスインスタンスを生成します (下記を参照)。 - Python

The class name is bound to this class object in the original local namespace.例文帳に追加

最後に、もとのローカルな名前空間において、クラス名がこのクラスオブジェクトに束縛されます。 - Python

A SingleThreadFlowController class 450 is a class to define processing contents required by each job object.例文帳に追加

SingleThreadFlowControllerクラス450は、各ジョブオブジェクトで必要とする処理内容を定義するクラスである。 - 特許庁

METHOD FOR SELECTING SPECIFIC MODEL OF CLASS OF OBJECT FROM SET OF LOW DIMENSIONAL MODEL IN THIS CLASS例文帳に追加

オブジェクトのクラスの低次元モデルの集合から該クラスの特定のモデルを選択する方法 - 特許庁

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

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

Class designing is separated into a maintenance management class 1 for holding class information of a process, a maintenance object class 2 being the super class of a class to perform maintenance and a sub class 3 for obtaining actual maintenance information.例文帳に追加

プロセスのクラス情報を保持するメンテナンス管理クラス1と、メンテナンスを行うクラスのスーパークラスになるメンテナンス対象クラス2と、実際のメンテナンス情報を取得するサブクラス3に分離したクラス設計を行う。 - 特許庁

Thus, for object-oriented programming, a unit is a class, and may be a base class, super class, abstract class, or derived (or child) class. 例文帳に追加

そのため、オブジェクト指向プログラミングでは、ユニットはクラスであり、また基底クラス、スーパークラス、抽象クラス、または派生クラス (子クラス) であることもあります。 - NetBeans

To prevent occurrence of invalid class object information by deleting a class object at the time of unloading DLL.例文帳に追加

DLLのアンロードの際にクラスオブジェクトの削除処理を行い、無効なクラスオブジェクト情報を発生させないようにする。 - 特許庁

The object (or instance) of the WishDB class is stored in the instance variable. 例文帳に追加

WishDB クラスのオブジェクト (または「インスタンス」) は、instance 変数に格納されます。 - NetBeans

class to use when fetch mode object is used 例文帳に追加

フェッチモードオブジェクトを使用する場合に用いるクラスです。 - PEAR

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

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

A real Python list object used to store the contents of the UserList class.例文帳に追加

UserListクラスの内容を保存するために使われる実際のPythonリストオブジェクト。 - Python

Class that simulates a string or a Unicode string object.例文帳に追加

文字列またはユニコード文字列オブジェクトをシミュレートするクラス。 - Python

Base class of ComponentItem and NProperty, a generalOSA Object Specifier. 例文帳に追加

ComponentItem と NProperty の基底クラスで、汎用の OSA オブジェクト指定子を表します。 - Python

Declares that function should be used as a ``reduction''function for objects of type type; type must not be a``classic'' class object. 例文帳に追加

typeは``標準的な''クラスオブジェクトであってはいけません。 - Python

The module class object represents an arbitrary process entity.例文帳に追加

モジュール・クラス・オブジェクトは、任意のプロセス・エンティティを表わす。 - 特許庁

The program performs object modeling corresponding to an addition-type accounting device and a substraction-type accounting device by object oriented design and achieves the accounting process by cooperation relationships by objects in an accounting book class, a slip class, a charge table class, a counter value class, a transaction table class, an input amount class, a billing amount class and a billing destination class.例文帳に追加

また、オブジェクト指向設計により、加算式課金装置および減算式課金装置に対応したオブジェクトモデリングをおこない、帳簿クラス、伝票クラス、料金表クラス、対価クラス、取引表クラス、投入金額クラス、請求金額クラスおよび請求先クラスのオブジェクトによる協調関係により課金処理を実現する。 - 特許庁

The object of a second class succeeding a first class consists of a first object including the method of the first class and a hook for calling a hook function being another method and a second object including the hook function.例文帳に追加

第1のクラスを継承する第2のクラスのオブジェクトを、第1のクラスのメソドと他のメソドであるフック関数を呼び出すためのフックとを含む第1のオブジェクトと、フック関数を含む第2のオブジェクトとから構成する。 - 特許庁

At that time, a run time routine 2 registers information of the class object including information of the DLL 3, to which the class object is created, with a management table 4a of a class object management area.例文帳に追加

このとき、ランタイムルーチン2はクラスオブジェクトの生成を行ったDLL3の情報を含むクラスオブジェクトの情報を、クラスオブジェクト管理領域の管理テーブル4aに登録する。 - 特許庁

Defines whether the tag name should be used as the class name if complexType is set to 'object'. 例文帳に追加

complexType が 'object' に設定されている場合、タグ名をクラス名として使用するかどうか、を定義します。 - PEAR

Defines the class that is used to create objects, if the complexType option is set to 'object'. _ATTRIBUTE_KEY 例文帳に追加

complexType が 'object' に設定されている場合、オブジェクトを生成するために使用されるクラスを定義します。 - PEAR

Disassemble the bytesource object. bytesource can denoteeither a module, a class, a method, a function, or a code object. 例文帳に追加

bytesourceはモジュール、クラス、関数、あるいはコードオブジェクトのいずれかを示します。 - Python

An object recovery section 30 does not eliminate an object of a class of which attribute is defined as "pool".例文帳に追加

オブジェクト回収部30は、属性が“プール”となっているクラスのオブジェクトは消去しない。 - 特許庁

METHOD FOR SELECTING PARTICULAR MODEL OF CLASS OF OBJECT FROM SET OF MODEL OF THE OBJECT例文帳に追加

オブジェクトのクラスのモデルの集合からオブジェクトのクラスの特定のモデルを選択する方法 - 特許庁

An object factory registers the original class, the super class or the interface and the new class as a set and generates an object in either one class according to the super class or the interface specified when the code is executed.例文帳に追加

オブジェクトファクトリは、元のクラスと、スーパークラス若しくはインターフェースと、新しいクラスとを組にして登録し、コード実行時に指定されたスーパークラス若しくはインターフェースに従っていずれか一方のクラスのオブジェクトを生成する。 - 特許庁

The module class object can be a unit module class object reflecting a physical unit within the plant, an equipment module class object reflecting physical piece of equipment, a control module class object reflecting a control module, or a display module class object reflecting a display routine for providing information.例文帳に追加

モジュール・クラス・オブジェクトは、プラント内の物理的なユニットを反映したユニットモジュール・クラス・オブジェクト、物理的な一設備を反映した設備モジュール・クラス・オブジェクト、制御モジュールを反映した制御モジュール・クラス・オブジェクト、情報を提供する表示ルーチンを反映した表示モジュール・クラス・オブジェクトであることが可能である。 - 特許庁

例文

A class method object, like a static method object, is a wrapper around another object that alters the way in which that object is retrieved from classes and class instances.例文帳に追加

クラスメソッドオブジェクトは、静的メソッドオブジェクトに似て、別のオブジェクトを包むラッパであり、そのオブジェクトをクラスやクラスインスタンスから取り出す方法を代替します。 - Python

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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.
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS