| 例文 |
base classesの部分一致の例文一覧と使い方
該当件数 : 63件
13.10 xml.sax.handler -- Base classes for SAX handlers 例文帳に追加
13.10 xml.sax.handler -- SAX ハンドラの基底クラス - Python
Base classes for interactive Python interpreters. 例文帳に追加
対話的Pythonインタプリタのための基底クラス。 - Python
Package containing SAX2 base classes and convenience functions.例文帳に追加
SAX2 基底クラスと有用な関数のパッケージ - Python
The following classes are used as base classes by the generated stub packages to represent AppleScript classes and properties in Python:例文帳に追加
以下のクラスは、生成されたスタブパッケージが、AppleScript のクラスやプロパティを Python で表現する上で基底クラスとして利用します。 - Python
PEAR2::Exception is used as base class for all exception classes. 例文帳に追加
PEAR2::Exception が、すべての例外クラスの基底クラスとなります。 - PEAR
This function can not be calledstatically.Classes representing form elementsTo be written Base classes 例文帳に追加
フォーム要素を表現したクラス群To be written基本クラス群 - PEAR
This module provides the abstract base class for the CCompiler classes. 例文帳に追加
このモジュールは CCompilerクラスの抽象ベースクラスを提供します。 - Python
Auto Building and Database Schema-- creating the base Classes and Database schema 例文帳に追加
自動生成とデータベーススキーマ--基底クラスの生成とデータベーススキーマ - PEAR
The Core section provides information about the base classes in PEAR PEARTable of ContentsIntroduction-- How to handle the PEAR base class (destructors, error handling) 例文帳に追加
このコアに関するセクションでは、PEAR 基底クラスについての情報を提供します。 - PEAR
TOS is the methods dictionary, TOS1the tuple of the names of the base classes, and TOS2 the class name. 例文帳に追加
TOSはメソッド辞書、TOS1は基底クラスの名前のタプル、TOS2はクラス名です。 - Python
Abstract base class for defining command classes, the ``worker bees''of the Distutils. 例文帳に追加
コマンドクラスを定義するための抽象ベースクラス -- distutilsの「働きバチ」-- です。 - Python
Note: Typically, with a Rails project, you base your model classes on database tables.例文帳に追加
注: 通常、Rails プロジェクトでは、モデルクラスをデータベース表の土台にします。 - NetBeans
Each entry is a 2-tuplecontaining a class and a tuple of its base classes. 例文帳に追加
各要素は長さ2のタプルで、クラスと基底クラスのタプルを格納しています。 - Python
The following exceptions are only used as base classes for other exceptions.例文帳に追加
以下の例外クラスは他の例外クラスの基底クラスとしてのみ使われます。 - Python
The PEAR base class provides standard functionality that is used by most PEAR classes. 例文帳に追加
PEAR 基底クラスは、ほとんどの PEAR クラスで使用される標準的な機能を提供します。 - PEAR
If you want to modify an existing renderer or write a new one, this section will be of interest to you.HTML_QuickForm_RendererHTML_QuickForm_Renderer--Abstract base class for renderers (package developer related)DescriptionDefines the abstract methods that should be implemented by child classes. 例文帳に追加
子クラスで実装する抽象メソッドを定義します。 - PEAR
The module xml.sax.saxutils contains a number of classes and functions that are commonly useful when creating SAX applications,either in direct use, or as base classes.例文帳に追加
モジュール xml.sax.saxutils には SAX アプリケーションの作成に役立つ多くの関数やクラスも含まれており、直接利用したり、基底クラスとして使うことができます。 - Python
The classes field is a pointer to an array of XInputClassInfo structures.Each element of this array contains an event type base for a class of input supported by the specified device.例文帳に追加
classes フィールドは XInputClassInfo 構造体の配列へのポインタである。 この配列の各要素は、指定したデバイスがサポートしている入力のクラスに対するイベント型ベースを持つ。 - XFree86
The abstract base class CCompiler defines the interface that must be implemented by real compiler classes. 例文帳に追加
抽象ベースクラス CCompilerは実際のコンパイラクラスで実装される必要のあるインタフェースを定義しています。 - Python
To a link expressing a relation between two objects to which classes are set, a link/relevance setting section 6 sets up a relevance which becomes this base from a relevance between classes to become a base of two objects.例文帳に追加
リンク/関連設定部6はクラス設定された2つのオブジェクト間の関係を表現するリンクに対して、このベースとなる関連を2つのオブジェクトのベースとなるクラス間の関連から設定する。 - 特許庁
The factory functions must return objects providing the interfaces defined by the base classes StreamWriter and StreamReader, respectively.例文帳に追加
ファクトリ関数は、基底クラスの StreamWriter やStreamReader が定義しているインタフェースを提供するオブジェクトを返さねばなりません。 - Python
A class identification section identifies a class to which retrieved content belongs on the basis of base point content as a base point for retrieval, from predetermined classes.例文帳に追加
クラス識別部は、所定のクラスの中から、検索の基点となる基点コンテンツに基づいて検索されたコンテンツが属するクラスを識別する。 - 特許庁
It consists of a set of base classes and a library of flexible and extensible megawidgets built on this foundation.例文帳に追加
基本クラスとこの基礎の上に構築された柔軟で拡張可能なメガウィジェットから構成されています。 - Python
Inspect the members and hierarchy of any Java class in a convenient popup window that displays base classes, derived classes, and interfaces.Use filters to control the level of detail that is displayed.例文帳に追加
基本クラス、派生クラス、およびインタフェースを表示する便利なポップアップウィンドウで、任意の Java クラスのメンバーと階層を検査できます。 フィルタを使用して、表示する詳細レベルを制御できます。 - NetBeans
In user defined base classes, abstract methods should raise this exception when they require derived classes to override the method.New in version 1.5.2.例文帳に追加
ユーザ定義の基底クラスにおいて、そのクラスの導出クラスにおいてオーバライドすることが必要な抽象化メソッドはこの例外を送出しなくてはなりません。 バージョン 1.5.2 で 新たに追加 された仕様です。 - Python
The high speed retrieval method of the data base is constituted by dividing a plurality pieces of data into a plurality of classes by performing self-organization of a data base DB using a true value as a reference in the case of classification and having a representative estimation amount representing estimation amount of each of the plurality of pieces of data included in the plurality of classes to the plurality of classes.例文帳に追加
データベースDBを、真値をクラス分けの際の基準として自己組織化を行って複数のデータを複数のクラスに分け、且つ複数のクラスに含まれる複数のデータのそれぞれの推定量を代表する代表推定量を複数のクラスに対してそれぞれ有している構成とする。 - 特許庁
Some daimyo established bunkokuho as a base for mediating disputes among persons in the kokujin and hikan classes and other disputes in their territories. 例文帳に追加
また、国人・被官層及び在地社会における紛争を調停する基準として分国法を制定する者もいた。 - Wikipedia日英京都関連文書対訳コーパス
Handler implementations should inherit from the base classes provided in the module xml.sax, so that all methods get default implementations.例文帳に追加
ハンドラはすべてのメソッドがデフォルトで実装されるように、xml.sax で提供される基底クラスを継承しなくてはなりません。 - Python
A class object is then created using the inheritance list for the base classes and the saved local namespace for the attribute dictionary.例文帳に追加
次に、基底クラスの継承リストを使ってクラスオブジェクトが生成され、ローカルな名前空間を属性値辞書として保存します。 - Python
Warning:While using a hierarchy ofTestcase-derived classes can be convenient in sharingfixtures and helper functions, defining test methods on base classes that are not intended to be instantiated directly does not play well with this method.例文帳に追加
警告: Testcaseクラスを基底クラスとしてクラス階層を構築するとfixtureや補助的な関数をうまく共用することができますが、基底クラスに直接インスタンス化できないテストメソッドがあると、このloadTestsFromModuleを使うことができません。 - Python
To provide a base station device for optimizing the allocation of radio resources to respective classes in accordance with the number of users of each user class.例文帳に追加
各ユーザクラスのユーザ数に応じて、各クラスへの無線リソースの割り当てを最適化することができる基地局装置を提供する。 - 特許庁
Return a tuple of class cls's base classes, including cls, in method resolution order.例文帳に追加
clsクラスの基底クラス(cls自身も含む)を、メソッドの優先順位順に並べたタプルを返します。 結果のリスト内で各クラスは一度だけ格納されます。 - Python
Whether the virtual function of the classes redefines a virtual function of a base class or not is analyzed and virtual function redefinition information 114 is obtained (S105).例文帳に追加
クラスの仮想関数が基底クラスの仮想関数を再定義しているか否かを解析し、仮想関数再定義情報114を得る(S105)。 - 特許庁
There are various server methods that can be overridden by subclasses of base server classes like TCPServer; these methods aren'tuseful to external users of the server object.例文帳に追加
TCPServer のような基底クラスのサブクラスで上書きできるサーバメソッドは多数あります; これらのメソッドはサーバオブジェクトの外部のユーザにとっては役にたたないものです。 - Python
The optional exception parameter, if given,should be None or an exception that was caught by the parsing code and is being passed along as information. This is the base class for the other SAX exception classes.例文帳に追加
オプションの exception パラメータは None もしくはパース用コードで補足、渡って来る情報でなければなりません。 このクラスはSAX 例外の基底クラスになります。 - Python
Thus, a plurality of RF parts can be connected to one base band part to constitute the mobile phone base station that freely changes the number of RF parts, their position, and frequency band classes, when necessary.例文帳に追加
これにより1つのベースバンド部に対して複数のRF部が接続可能となり、必要に応じてRF部の数と位置、周波数バンドクラスを自由に変更することが可能な携帯電話基地局を構成する。 - 特許庁
It is a useful base class for your own dictionary-like classes, which can inherit from them and override existing methods or add new ones.例文帳に追加
独自の辞書に似たクラスのために役に立つ基底クラスで、これを継承し既存のメソッドをオーバーライドしたり、あるいは、新しいものを追加したりすることができます。 - Python
It is a useful base class for your own list-like classes, which can inherit from them and override existing methods or add new ones.例文帳に追加
独自のリストに似たクラスのために役に立つ基底クラスで、これを継承し既存のメソッドをオーバーライドしたり、あるいは、新しいものを追加したりすることができます。 - Python
It is a useful base class for your own string-like classes,which can inherit from them and override existing methods or add new ones.例文帳に追加
独自の文字列に似たクラスのために役に立つ基底クラスで、これを継承し既存のメソッドをオーバーライドしたり、あるいは、新しいものを追加したりすることができます。 - Python
The HTMLParser class is designed to be used as a base class for other classes in order to add functionality, and allows most of its methods to be extended or overridden.例文帳に追加
HTMLParser クラスは、機能を追加するために他のクラスの基底クラスとして利用するように設計されており、ほとんどのメソッドが拡張したり上書きしたりできるようになっています。 - Python
A framework that includes an extensible cache dependence base class that can be used to derive custom cache dependence classes for invalidating cache entries on some custom condition is disclosed.例文帳に追加
あるカスタム条件でキャッシュエントリを無効化するカスタムキャッシュ依存関係クラスを派生するのに使用することができる拡張可能キャッシュ依存関係ベースクラスを含むフレームワークを開示する。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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-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. |
| 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/ ). |
| © 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会員(無料)になると
|