1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

derived classの部分一致の例文一覧と使い方

該当件数 : 78



例文

In turn, this class is derived from and extends the SGMLParser class defined in module例文帳に追加

さらにこのクラスは - Python

Class derived from Error. 例文帳に追加

Error から導出されたクラスです。 - Python

Returns 1 if the class derived is identical to or derived from the class cls, otherwise returns 0.例文帳に追加

クラス derived が cls と同じクラスか、cls の導出クラスの場合に 1 を返し、それ以外の場合には 0 を返します。 - Python

The Message class is derived from mimetools.Message. Subsections例文帳に追加

メッセージクラスは mimetools.Message から導出されています。 - Python

例文

This class is derived from EnvironmentError and is used primarily as the例文帳に追加

このクラスは EnvironmentError から導出されており、主に - Python


例文

In this case, the main class is derived from java.awt.Frame. 例文帳に追加

この例では、主クラスは java.awt.Frame から派生しています。 - NetBeans

In this case, the main class is derived from jp.co.ricoh.dsdk.xlet.Xlet.例文帳に追加

この例では、主クラスは jp.co.ricoh.dsdk.xlet.Xlet から派生しています。 - NetBeans

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

CHITINASE GENE OF FAMILY 19, CLASS IV DERIVED FROM YAM例文帳に追加

ヤマイモ由来のファミリー19、クラスIVのキチナーゼ遺伝子 - 特許庁

例文

a derived class 例文帳に追加

派生クラス subclass 《プログラミングで, あるクラスから派生して定義されたクラス; cf. inheritance》 - 研究社 英和コンピューター用語辞典

例文

All built-in exceptions are derived from this class.例文帳に追加

全ての組み込み例外はこのクラスから導出されています。 - Python

It is intended to be overridden by a derived class; the base class implementation does nothing.例文帳に追加

導出クラスで上書きするためのメソッドです; 基底クラスの実装では何も行いません。 - Python

Derived class of ConfigParser that implements a more-sanevariant of the magical interpolation feature. 例文帳に追加

ConfigParserの派生クラスでより安全な値の置換を実装しています。 - Python

Return a suite of all tests cases contained in the TestCase-derived class testCaseClass.例文帳に追加

TestCaseの派生クラスtestCaseClassに含まれる全テストケースのスイートを返します。 - Python

The base class for all built-in exceptions exceptStopIteration and SystemExit.StandardError itself is derived from the root class Exception.例文帳に追加

StopIteration および SystemExit 以外の、全ての組み込み例外の基底クラスです。 StandardError 自体はルートクラス Exceptionから導出されています。 - Python

This class, derived from Generator walks through all the subparts of a message.例文帳に追加

このクラスは Generator から派生したもので、メッセージの subpart をすべて渡り歩きます。 - Python

Earlier versions of Python did not attempt to create instances of the derived class.例文帳に追加

Pythonの初期のバージョンでは、導出クラスのインスタンスを作成しようとはしません。 - Python

The DocXMLRPCServer class is derived fromSimpleXMLRPCServer.SimpleXMLRPCServer and provides a means of creating self-documenting, stand alone XML-RPC servers.例文帳に追加

DocXMLRPCServer はSimpleXMLRPCServer.SimpleXMLRPCServer の派生クラスで、セルフ- ドキュメンティングの手段と XML-RPC サーバ機能を提供します。 - Python

This class is derived from the UserString above and redefinesstrings to be mutable. 例文帳に追加

このクラスは上のUserStringから導出され、変更可能になるように文字列を再定義します。 - Python

It is derived from the standard Exception class and defines no additional methods.例文帳に追加

これは標準の Exception クラスから派生しており、追加のメソッドはまったく定義されていません。 - Python

A content type depending on the analysis processing of each analysis program is generated according to the base class information and the created derived class information.例文帳に追加

そして、基底クラス情報および作成された派生クラス情報に基づいて、各解析プログラムの解析処理に応じたコンテンツタイプを生成する。 - 特許庁

If either derived or cls is not an actual class object (or tuple), this function uses the generic algorithm described above.New in version 2.1.例文帳に追加

derived または cls のいずれかが実際のクラスオブジェクト(あるいはタプル) でない場合、上で述べた汎用アルゴリズムを使います。 バージョン 2.1 で 新たに追加 された仕様です。 - Python

Derived from the standard exception Exception, this is the base class for all exceptions raised by the nntplib module.例文帳に追加

標準の例外 Exception から導出されており、nntplibモジュールが送出する全ての例外の基底クラスです。 - Python

Thedecl parameter will be the entire contents of the declaration inside the !... markup.It is intended to be overridden by a derived class; the base class implementation does nothing.例文帳に追加

decl パラメタは !... 記述内の宣言内容全体になります。 導出クラスで上書きするためのメソッドです; 基底クラスの実装では何も行いません。 - Python

.The email.Generator module also provides a derived class,called DecodedGenerator which is like the Generatorbase class, except that non-text parts are substituted with a format string representing the part.例文帳に追加

これは DecodedGenerator と呼ばれるもので、Generator 基底クラスと似ていますが、非text型の subpart を特定の書式でフォーマットされた表現形式で置きかえるところが違っています。 - Python

This URL is derived from the port number on which GlassFish is running, the project name, and the name of the class passing the result. 例文帳に追加

この URL は、GlassFish が実行されているポート番号、プロジェクト名、および結果を渡すクラスの名前から派生されます。 - NetBeans

any of a class of aliphatic monocarboxylic acids that form part of a lipid molecule and can be derived from fat by hydrolysis 例文帳に追加

脂質分子の一部を形成し、加水分解によって脂肪から派生する脂肪族モノカルボン酸類の総称 - 日本語WordNet

All user-defined exceptions should also be derived from this class, but this is not (yet) enforced.例文帳に追加

全てのユーザ定義例外はこのクラスから導出されるべきですが、(今のところまだ) それは強制ではありません。 - Python

To provide methods for the identification and isolation of novel MHC class II epitopes derived from the cancer antigen, NY ESO-1.例文帳に追加

癌抗原NY−ESO−1由来の新規MHCクラスIIエピトープの同定及び単離方法の提供。 - 特許庁

The new HLA class II-binding epitope derived from the SART2 stimulates the activity and proliferation of CD4-positive T-lymphocyte.例文帳に追加

SART2由来の新規HLAクラスIIエピトープは、CD4陽性Tリンパ球の活性および増殖を刺激する。 - 特許庁

Return a suite of all tests cases contained in the given module. This method searches module for classes derived from TestCase and creates an instance of the class for each test method defined for the class.例文帳に追加

指定したモジュールに含まれる全テストケースのスイートを返します。 このメソッドはmodule内のTestCase派生クラスを検索し、見つかったクラスのテストメソッドごとにクラスのインスタンスを作成します。 - Python

Since the Warning class is derived from the built-inException class, to turn a warning into an error we simplyraise category(message).The warnings filter is initialized by -W options passed to the Python interpreter command line.例文帳に追加

Warning クラスは組み込みの Exception クラスから導出されているので、警告をエラーに変えるには単にcategory(message) を raise します。 警告フィルタは Python インタプリタのコマンドラインに渡される-W オプションで初期化されます。 - Python

The new HLA class II-binding epitope derived from a cancer-associated antigen SART2 is identified and isolated.例文帳に追加

本発明は、癌関連抗原SART2由来の新規HLAクラスII拘束性エピトープの同定及び単離を開示する。 - 特許庁

Preferable mouse Class III and the anti-CEA monoclonal antibody are each an MN14 antibody, while a preferable heterologous antibody is a human-derived one.例文帳に追加

好ましいマウスクラスIII、抗CEAモノクローナル抗体はMN14抗体であり、好ましい異種抗体はヒトに由来するものである。 - 特許庁

To select a specific low-dimensional model from a set of low-dimensional models of a class of objects derived from high-dimensional sampled data.例文帳に追加

高次元のサンプリングされたデータから導出されるオブジェクトクラスの低次元モデルの集合から、特定の低次元モデルを選択する。 - 特許庁

When loading from a module, it considers all TestCase-derived classes. For each such class, it creates an instance for each method with a name beginning with the string"test".例文帳に追加

モジュールからテストをロードする場合、全てのTestCase派生クラスを抽出し、名前が"test"で始まる全てのメソッドのインスタンスを作成します。 - Python

If the exception class is derived from the standard root class Exception, the associated value is present as the exception instance's args attribute, and possibly on other attributes as well.User code can raise built-in exceptions.例文帳に追加

例外が標準のルートクラスである Exception から導出された場合、関連値は例外インスタンスの args 属性中に他の属性と同様に置かれます。 ユーザによるコードも組み込み例外を送出することができます。 - Python

To provide a method of singularly detecting a tumor-associated antigen derived from a glycoprotein class called N-CAM in human body fluid.例文帳に追加

ヒト体液中のN−CAMと称される糖タンパク質クラス由来の腫瘍−関連抗原を特異的に検出する方法を提供する。 - 特許庁

This class can be derived from in order to implement other queue organizations (e.g. stack) but the inheritable interface is not described here.例文帳に追加

このクラスは、他のキュー構造(例えばスタック)を実装するために派生させられるますが、継承可能なインタフェースはここでは説明しません。 - Python

This function returns a new class object, with name name, derived from baseclasses (which should be a tuple of classes) and with namespace dict.例文帳に追加

この関数は新しいクラスオブジェクトを返します。 そのクラスオブジェクトは(クラスのタプルであるべき)baseclassesから派生し、名前空間dictを持ち、nameという名前です。 - Python

The 49 new peptide sequences derived from HLA class II molecules of human tumor cell lines which can be used in vaccine compositions for eliciting anti-tumor immune responses.例文帳に追加

抗腫瘍免疫応答を誘発するワクチン組成物に使用可能な、ヒトの腫瘍細胞株のHLAクラスII分子由来の49種の新規なペプチド配列。 - 特許庁

This is a subclass derived from IMAP4 that connects over an SSL encrypted socket (to use this class you need a socket module that was compiled with SSL support).例文帳に追加

IMAP4 から導出されたサブクラスで、SSL 暗号化ソケットを介して接続を行います (このクラスを利用するためには SSL サポート付きでコンパイルされた socket モジュールが必要です) 。 - Python

The MHC class II epitopes, which are a novel cancer peptide derived from NY-EsO-1, are recognized by CD4+ T lymphocytes in an HLA class II restricted manner, in particular HLA-DR or HLA-DP restricted.例文帳に追加

NY−EsO−1由来の新規癌ペプチドであるMHCクラスIIエピトープは、HLAクラスII拘束様式で、特にHLA−DR又はHLA−DP拘束様式でCD4^+Tリンパ球によって認識される。 - 特許庁

Also when a special game is executed by responding to the entry of the game balls into the specified ball entry port under the second class game, the jackpot patterns are derived and displayed just as done in the execution of the special game under the first class game.例文帳に追加

2種遊技によって特定入球口へ遊技球が入球したことに基づいて特別遊技を実行する場合にも1種遊技で特別遊技を実行する場合と同様に大当たり図柄を導出表示させる。 - 特許庁

In particular, 49 kinds of new peptide sequences derived from HLA class-II molecules of human tumor-related cell lines, usable in a vaccine composition inducing anti-tumor immune response, are disclosed.例文帳に追加

特に、抗腫瘍免疫応答を誘発するワクチン組成物に使用可能な、ヒトの腫瘍細胞株のHLAクラスII分子由来の49種の新規なペプチド配列に関する。 - 特許庁

The polypeptide for achieving the object is derived from WT1, i.e. an HLA class II binding WT1 antigen peptide composed of a specific amino acid sequence.例文帳に追加

前記目的を達成するために、ポリペプチドは、WT1由来のポリペプチドであって、特定のアミノ酸配列からなるHLAクラスII拘束性WT1抗原ペプチドである。 - 特許庁

Today, most of the scholars agree with the opinion that a myth of Takamanohara mentioned a belief that those who belonged to the governing class were important because they were derived from the heavenly world. 例文帳に追加

現在でもほとんどの学者は、高天原神話は支配階級を天上界に由来するが故に尊いとする信仰を語ったものであるという説に与している。 - Wikipedia日英京都関連文書対訳コーパス

Base class information defining processing details common to various analysis processing for analyzing an analysis target is acquired, and derived class information defining processing details specific to each analysis program used in the analysis processing of the analysis target is created with the acquired base class information as a derivation source.例文帳に追加

解析対象を解析する各種の解析処理に共通する処理内容が定義された基底クラス情報を取得して、その解析対象の解析処理に用いる解析プログラムごとに、取得された基底クラス情報を派生元とする、各解析プログラムに固有の処理内容を定義する派生クラス情報を作成する。 - 特許庁

Use this option to request warnings when a derived class declares a function that may be an erroneous attempt to define a virtual function: that is, warn when a function with the same name as a virtual function in the base class, but with a type signature that doesn't match any virtual functions from the base class. 例文帳に追加

このオプションを使用することによって、基底クラスにおける仮想関数と同一の名前を持ち、基底クラスのいかなる仮想関数とも異なった型の記述を持つ関数に対して警告が行われます。 これによって、導出クラスが仮想関数を定義しようとして失敗する場合を警告することができます。 - JM

例文

The processor 11 succeeds a frame drawing function for drawing a frame skeleton of a control area with the desired drawing color in the control function to generate a derived class, conducts the drawing processing for the control area by the control function, based on the generated derived class, and draws the frame skeleton of the control area with the desired drawing color.例文帳に追加

演算処理装置11は、コントロール機能にコントロールエリアのフレーム枠を所望の描画色で描画するフレーム描画機能を継承させて派生クラスを生成し、生成された派生クラスに基づいてコントロール機能によりコントロールエリアの描画処理を行い、派生クラスに基づいて、コントロールエリアのフレーム枠を所望の描画色で描画する。 - 特許庁




  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS