「object class」を含む例文一覧(329)

1 2 3 4 5 6 7 次へ>
  • object class
    オブジェクトクラス - Python
  • a class object:
    クラスオブジェクトのとき: - Python
  • what class to instantiate for the object.
    インスタンスを作成するクラス。 - PEAR
  • the class of the object to remove
    削除するオブジェクトのクラス。 - PEAR
  • Type object for class instances.
    クラスインスタンスの型オブジェクトです。 - Python
  • Description The class of this object is a private, implementation dependent, subclass of Object.The hook object has no parent.
    このフックオブジェクトは親を持たない。 - XFree86
  • A class definition defines a class object (see section3.2):
    クラス定義は、クラスオブジェクトを定義します (3.2 節参照): - Python
  • Create a new instance of a specific class without calling it'sconstructor. class is the class of new object.
    特定クラスの新たなインスタンスを生成します。 class は新たに作成するオブジェクトのクラスです。 - Python
  • Creates a new class object.
    新しいクラスオブジェクトを作成します。 - Python
  • Python supports weak references as first-class objects.
    Python は 弱参照 を第一級オブジェクト (first-class object)としてサポートします。 - Python
  • Returns the name of the error class of the object.
    オブジェクトのエラークラス名を返します。 - PEAR
  • policy is an object implementing the CookiePolicyinterface.The CookieJar class stores HTTP cookies.
    CookieJar クラスには HTTP クッキーを保管します。 - 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
  • REAL CLASS DETERMINATION OF OBJECT IN EXECUTION
    実行時におけるオブジェクトの実クラス決定 - 特許庁
  • instantiate an object from this class
    このクラスからオブジェクトのインスタンスを生成する - 研究社 英和コンピューター用語辞典
  • The tuple of base classes of a class object.
    クラスオブジェクトの基底クラスからなるタプルです。 - Python
  • SYSTEM FOR DETECTING NETWORK MANAGEMENT OBJECT CLASS CANDIDATE
    ネットワーク管理対象クラス候補検出システム - 特許庁
  • DATA PROCESSING TERMINAL, CLASS, OBJECT, PROGRAM AND SERVER
    データ処理端末、クラス、オブジェクト、プログラム及びサーバ - 特許庁
  • 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
  • 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
  • METHOD OF ARRANGING MEMORY AND METHOD OF DESIGNING OBJECT CLASS
    メモリ配置方法、及びオブジェクトクラス設計方法 - 特許庁
  • 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
  • Disassemble the bytesource object. bytesource can denoteeither a module, a class, a method, a function, or a code object.
    bytesourceはモジュール、クラス、関数、あるいはコードオブジェクトのいずれかを示します。 - Python
  • CLASS GENERATION METHOD, OBJECT GENERATION METHOD, INTERFACE OBJECT GENERATION METHOD AND OBJECT EXECUTION SYSTEM
    クラス生成方法、オブジェクト生成方法、インタフェースオブジェクト生成方法及びオブジェクト実行システム - 特許庁
  • If object is not a class instance or an object of the given type, the function always returns false.
    object がクラスインスタンスや与えられた型のオブジェクトでない場合、この関数は常に偽を返します。 - Python
  • The module class object represents an arbitrary process entity.
    モジュール・クラス・オブジェクトは、任意のプロセス・エンティティを表わす。 - 特許庁
  • class to use when fetch mode object is used
    フェッチモードオブジェクトを使用する場合に用いるクラスです。 - PEAR
  • 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に分離したクラス設計を行う。 - 特許庁
  • METHOD FOR SELECTING SPECIFIC MODEL OF CLASS OF OBJECT FROM SET OF LOW DIMENSIONAL MODEL IN THIS CLASS
    オブジェクトのクラスの低次元モデルの集合から該クラスの特定のモデルを選択する方法 - 特許庁
  • A SingleThreadFlowController class 450 is a class to define processing contents required by each job object.
    SingleThreadFlowControllerクラス450は、各ジョブオブジェクトで必要とする処理内容を定義するクラスである。 - 特許庁
  • 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
  • An image of an object from a known object class is synthesized by first obtaining reflectance fields for various training objects from the object class.
    最初に、物体クラスからの様々なトレーニング物体の反射フィールドを得ることによって既知の物体クラスからの物体の画像が合成される。 - 特許庁
  • MODULE CLASS OBJECT IN PROCESS PLANT CONFIGURATION SYSTEM
    プロセス・プラント・コンフィギュレーション・システムにおけるモジュール・クラス・オブジェクト - 特許庁
  • The first step to work with the class is to instantiate a Date object.
    まずは Dateオブジェクトのインスタンスを作成するところからです。 - PEAR
  • 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
  • To prevent occurrence of invalid class object information by deleting a class object at the time of unloading DLL.
    DLLのアンロードの際にクラスオブジェクトの削除処理を行い、無効なクラスオブジェクト情報を発生させないようにする。 - 特許庁
  • 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.
    オブジェクトファクトリは、元のクラスと、スーパークラス若しくはインターフェースと、新しいクラスとを組にして登録し、コード実行時に指定されたスーパークラス若しくはインターフェースに従っていずれか一方のクラスのオブジェクトを生成する。 - 特許庁
  • 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に登録する。 - 特許庁
  • 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.
    モジュール・クラス・オブジェクトは、プラント内の物理的なユニットを反映したユニットモジュール・クラス・オブジェクト、物理的な一設備を反映した設備モジュール・クラス・オブジェクト、制御モジュールを反映した制御モジュール・クラス・オブジェクト、情報を提供する表示ルーチンを反映した表示モジュール・クラス・オブジェクトであることが可能である。 - 特許庁
  • The path stack offers a list of class hierarchical structures between the target object and the solved class.
    パス・スタックは、ターゲット・オブジェクトと解決済みクラスの間のクラス階層構造のリストを提供する。 - 特許庁
  • When the mounting is not found, the super class of the target object class is searched for mounting.
    実装が見つからない場合、ターゲット・オブジェクト・クラスのスーパークラスが実装のためにサーチされる。 - 特許庁
  • 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.
    また、オブジェクト指向設計により、加算式課金装置および減算式課金装置に対応したオブジェクトモデリングをおこない、帳簿クラス、伝票クラス、料金表クラス、対価クラス、取引表クラス、投入金額クラス、請求金額クラスおよび請求先クラスのオブジェクトによる協調関係により課金処理を実現する。 - 特許庁
  • When a static method object is retrieved from a class or a class instance, the object actually returned is the wrapped object,which is not subject to any further transformation.
    静的メソッドをクラスやクラスインスタンスから取得すると、実際に返されるオブジェクトはラップされたオブジェクトになり、それ以上は変換の対象にはなりません。 - Python
  • METHOD FOR SELECTING PARTICULAR MODEL OF CLASS OF OBJECT FROM SET OF MODEL OF THE OBJECT
    オブジェクトのクラスのモデルの集合からオブジェクトのクラスの特定のモデルを選択する方法 - 特許庁
  • An object recovery section 30 does not eliminate an object of a class of which attribute is defined as "pool".
    オブジェクト回収部30は、属性が“プール”となっているクラスのオブジェクトは消去しない。 - 特許庁
  • The generic class includes a generic method for calling the specific method of the specific class of the object which is the instance of the specific class.
    ジェネリック・クラスは特定クラスのインスタンスであるオブジェクトに対し特定クラスの特定メソッドを呼び出すジェネリック・メソッドを含む。 - 特許庁
1 2 3 4 5 6 7 次へ>

例文データの著作権について

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