1153万例文収録!

「class method」に関連した英語例文の一覧と使い方(12ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > class methodに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

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

該当件数 : 840



例文

To provide a packet switch and a cell transfer control method that realize selective cell abort according to the priority on the occurrence of congestion as to cells with a traffic class where no particular contract is made at a transfer rate at connection setting.例文帳に追加

コネクション設定時に転送レートについて特別な契約をしないトラヒッククラスのセルについて、輻輳発生時に、優先度に応じた選択的なセル廃棄を実現する。 - 特許庁

Also, there is provided a method for the generation of human antigen-specific, high affinity, heavy chain-only antibodies of any class, or mixture of classes and the isolation of fully functional VH antigen-binding domains.例文帳に追加

任意のクラス又は混合したクラスのヒトの抗原特異的で高アフィニティの重鎖のみ抗体の生成方法及び十分に機能性のVH抗原結合ドメインの単離する。 - 特許庁

To provide a method and a system for packet buffer management, which make maximum use of the hardware resources of a buffer memory and are suitable for the set number of physical ports for use or class of service (CoS) areas.例文帳に追加

バッファメモリのハードウェアリソースを最大限に活用することを可能とし、設定された使用物理ポート数あるいはサービスクラス(CoS)領域数に最適なパケットバッファ管理を提供する。 - 特許庁

To provide high strength steel for bridges which has excellent HAZ(heat affected zone) toughness, has tensile strength in a class of 490 to 570 MPa, and has excellent weather resistance as well, and to provide a production method therefor.例文帳に追加

優れたHAZ靭性を有し、490MPa 〜570MPa 級の引張強度を有しかつ耐候性に優れた橋梁用高強度鋼およびその製造方法を提供すること。 - 特許庁

例文

To provide a method and a device for automatically generating an abstract class based on relation between classes capable of improving the reusability and readability (easy understanding, etc.), of the classes.例文帳に追加

クラスの再利用性、可読性(分かり易さ、理解のし易さ)を高めることが可能なクラス間の関連に基づいた抽象クラスの自動生成方法および装置を提供すること。 - 特許庁


例文

If the Rdoc documentation is wider or longer than the display box, you can click the method or class and press Ctrl-Shift-Space (Cmd-Shift-Space on the Mac) to view the Rdoc in a display box with scrollbars.例文帳に追加

RDoc ドキュメントの幅または高さが表示ボックスを超える場合、メソッドまたはクラスをクリックし、Ctrl-Shift- スペースキー (Mac の場合は Cmd-Shift- スペース) を押してスクロールバーがある表示ボックスに Rdoc を表示できます。 - NetBeans

You can stop execution of your application whenever a variable in a specific class and field is accessed (for example, the method was called with the variable as an argument) or modified. 例文帳に追加

特定のクラスやフィールドの変数がアクセスされたり (たとえば、引数として変数を使用してメソッドが呼び出された場合)、変更されたりするたびに、アプリケーションの実行を停止します。 - NetBeans

In JUnit 4 it is no longer necessary to use this test method naming syntax because you can use annotations to identify test methods and the test class is no longer required to extend TestCase.例文帳に追加

JUnit 4 では注釈を使用してテストメソッドを識別できるため、このテストメソッドの命名構文を使用する必要がなくなり、テストクラスは TestCase を拡張する必要がなくなりました。 - NetBeans

When you created the test class for Utils.java the IDE generated annotated initializer and finalizer methods.You can choose any name for the name of the method because there is no required naming convention.例文帳に追加

Utils.java 用のテストクラスを作成するとき、注釈付きの初期化メソッドと終了メソッドが生成されます。 メソッド名には必須の命名規則がないため、任意の名前を付けることができます。 - NetBeans

例文

To provide a 570 MPa class thick steel plate having less acoustic anisotropy and also having excellent weldability and base-material toughness at very low temperature and also to provide a manufacturing method therefor.例文帳に追加

低音響異方性を有し、かつ良好な溶接性および極低温での母材靭性を有する570MPa級の厚鋼板、並びにその製造方法を提供する。 - 特許庁

例文

METHOD FOR PREVENTING STRESS CORROSION CRACKING CAUSED BY COLD WORKING IN ALLOY STEEL IRON INCLUDING STEEL IRON AND STAINLESS STEEL USING fs (FEMTOSECOND) REGION EXTRASHORT PULSE kW CLASS HIGH AVERAGE OUTPUT LASER例文帳に追加

fs(フェムト秒)域極短パルスkW級高平均出力レーザーを用いて鋼鉄及びステンレス鋼を含む合金鋼鉄の冷間加工に伴う応力腐食割れを防止する方法 - 特許庁

GET or POST).BaseHTTPRequestHandler provides a number of class and instance variables, and methods for use by subclasses.The handler will parse the request and the headers, then call a method specific to the request type.例文帳に追加

BaseHTTPRequestHandler では、サブクラスで使うためのクラスやインスタンス変数、メソッド群を数多く提供しています。 このハンドラはリクエストを解釈し、次いでリクエスト形式ごとに固有のメソッドを呼び出します。 - Python

For example, it can help you examine the contents of a class, retrieve the source code of a method,extract and format the argument list for a function, or get all the information you need to display a detailed traceback.There are four main kinds of services provided by this module:type checking, getting source code, inspecting classes and functions, and examining the interpreter stack. Subsections例文帳に追加

このモジュールの機能は、型チェック・ソースコードの取得・クラス/関数から情報を取得・インタープリタのスタック情報の調査、の4種類に分類する事ができます。 - Python

Each instance of the TestCase will only be used to run a single test method, so a new fixture is created foreach test.Test suites are implemented by the TestSuite class.例文帳に追加

TestCaseの各インスタンスが実行するテストは一つだけで、fixtureは各テストごとに新しく作成されます。 テストスイートはTestSuiteクラスで実装されており、複数のテストとテストスイートをまとめる事ができます。 - Python

Least square method arithmetic circuits 65a, 65b determine a coefficient for minimizing the square of an error between an estimate value and a true value by each class and store the results to memories 67a, 67b.例文帳に追加

最小二乗法の演算回路65a、65bによって、推定値と真値との誤差の二乗を最小とする係数がクラス毎に決定され、これがメモリ67a、67bに格納される。 - 特許庁

To provide a memory arranging method and an object class designing method for preventing the increase of the use capacity of an RAM to be generated at the time of object-orientedly developing software in a small-scaled system such as an integrated microcomputer.例文帳に追加

組み込みマイコンなどの小規模のシステムにおいて、オブジェクト指向でソフトウェアを開発するときに生じるRAMの使用容量の増大を防止するメモリ配置方法、及びオブジェクトクラス設計方法を提供することを目的とする。 - 特許庁

The method provides for the mapping of Java to C++ objects and invoking the Java Native Interface, mapping C++ objects to Java and returning a corresponding Java object, retrieving and returning a class factory by class name, and collecting garbage in both the C++ and Java environments.例文帳に追加

この方法は、JavaをC++オブジェクトへマッピングしてJavaネイティブインタフェースを呼び出し、C++オブジェクトをJavaへマッピングして対応したJavaオブジェクトを返却し、クラス名によりクラスファクトリを取得し返却し、C++環境とJava環境の両方でガーベッジコレクションを実行する。 - 特許庁

(a) if such Monies, etc. are shares of the Stock Company Surviving Absorption-type Merger, the description of the number of such shares (or, for a Company with Class Shares, the classes of the shares and the number of the shares for each class) or the method for calculating such numbers, and matters concerning the amount of the stated capital and capital reserves of the Stock Company Surviving Absorption-type Merger; 例文帳に追加

イ 当該金銭等が吸収合併存続株式会社の株式であるときは、当該株式の数(種類株式発行会社にあっては、株式の種類及び種類ごとの数)又はその数の算定方法並びに当該吸収合併存続株式会社の資本金及び準備金の額に関する事項 - 日本法令外国語訳データベースシステム

To provide insulating structure which can realize class "F" insulation or more obtained by method of insulation process of water cooled coil which makes it possible to perform the class "F" or more insulation so that usage of a hose made of fluororesin is enabled in junction of cooling water hose in cooled coil of an electric appliance as well as the process.例文帳に追加

電気機器の水冷コイルにおける冷却水ホース接合部において、フッ素樹脂製ホースの使用を可能とし、F種以上の絶縁を達成することが可能な水冷コイルの絶縁処理方法及びこの処理によって得られるF種以上の絶縁を実現し得る絶縁構造を提供すること。 - 特許庁

To provide a method for manufacturing a nanoparticle in which a recovery ratio, i.e., a ratio capable of recovering a charged nanoparticle material as a nanoparticle is 30% class or higher and uniformity of particle diameter is high and a manufacturing apparatus in a manufacturing field of the nanoparticle such as a metal and an oxide having a particle diameter of 100 nm class or lower.例文帳に追加

粒子直径が100nm級以下の金属及び酸化物等ナノ粒子の製造分野において、回収率即ち、投入されたナノ粒子原料からナノ粒子として回収できる割合が30%級以上で、かつ粒径の均一性の高いナノ粒子製造方法及び製造装置を提供すること。 - 特許庁

(a) Where the share, etc. is the shares of the Absorbing Stock Company, the number of such shares (or, in a company with class shares, the classes of such shares and the number of shares by class) or the method of calculating such number, and matters regarding the amounts of the capital and Reserves of the Absorbing Stock Company; or 例文帳に追加

イ 当該株式等が吸収合併存続株式会社の株式であるときは、当該株式の数(種類株式発行会社にあっては、株式の種類及び種類ごとの数)又はその数の算定方法並びに当該吸収合併存続株式会社の資本金及び準備金の額に関する事項 - 日本法令外国語訳データベースシステム

(vi) The number of the Formed Stock Company's shares (or, in a company with class shares, the classes of share and the number of shares by class) to be granted by the company in carrying out the merger to the shareholders of the Consolidated Stock Company in lieu of the latter company's shares, or the method of calculating such number; 例文帳に追加

六 新設合併設立株式会社が新設合併に際して新設合併消滅株式会社の株主に対して交付するその株式に代わる当該新設合併設立株式会社の株式の数(種類株式発行会社にあっては、株式の種類及び種類ごとの数)又はその数の算定方法 - 日本法令外国語訳データベースシステム

The method generates the code mask to encode a transmission through a traffic channel on the basis of at least one frequency differentiator to indicate a frequency range, at least one bandwidth class differentiator to indicate a bandwidth class, and at least one traffic channel differentiator to indicate the traffic channel.例文帳に追加

この方法は、周波数範囲を示す少なくとも1つの周波数微分部、帯域クラスを示す少なくとも1つの帯域クラス微分部、およびトラフィック・チャネルを示す少なくとも1つのトラフィック・チャネル微分部に基づいて、トラフィック・チャネルを介した送信を符号化するコード・マスクを生成することを含む。 - 特許庁

A method relating to storage processing in a storage medium is embedded into individual medium management classes 103C and 104C respectively corresponding to the storage medium, and a method for converting the data into perpetuation data of the storage mode is embedded in a perpetuation data conversion processing class 101C, and a data storage request from an application is accepted by the perpetuation data conversion processing class 101C.例文帳に追加

記憶媒体への保存処理にかかるメソッドを、記憶媒体に個別に対応する個別媒体管理クラス103C,104Cに組み込み、他方、データを、その保存形態である永続化対応データに変換するメソッドを永続化対応データ変換処理クラス101Cに組み込んで、該永続化対応データ変換処理クラス101Cにアプリからのデータ保存依頼を受け付けるようにする。 - 特許庁

To provide a method for easily obtaining hollow ceramic grains which are hardly cracked in a manufacturing stage, are relatively large in particle sizes, such as a millimeter class and several centimeter class, are well-ordered in particle diameter and particle shape, and hollow ceramic grains manufactured by using the method, and a hollow ceramic grain-using article using the hollow ceramic grains.例文帳に追加

本発明は、製造段階で亀裂が生じ難く、ミリメートル級や数センチメートル級といった比較的粒子径が大きめであって、且つ粒子径や粒子形状の整った中空のセラミック粒を容易に得るための製造方法、及び当該方法によって製造される中空セラミック粒、並びに当該中空セラミック粒を利用した中空セラミック粒利用物品を提供することを目的とする。 - 特許庁

To provide a pearl discrimination method and a color discrimination method capable of precisely discriminating whether the color tone of a pearl belongs to a predetermined class or not even in case that the light intensity of every wavelength component of a light source differs from discrimination work to discrimination work.例文帳に追加

光源の波長成分毎の光強度が識別作業を行うごとに相違していても、真珠の色合いが所定の区分に属するか否かを正確に識別することができる真珠識別方法及び色識別方法を提供する。 - 特許庁

To provide a device and a method for modulating an optical signal capable of optically modulating a clock signal light consisting of a terabit class optical pulse train, and a device and a method for creating an optical code using the same.例文帳に追加

テラビット級の光パルス列からなるクロック信号光を、情報を含むシリアル信号に光変調し得る光信号変調装置及び光信号変調方法、並びに、これを用いた光コード生成装置及び光コード生成方法を提供する。 - 特許庁

The acrostic method takes an array of words as a parameter and then generates an acrostic based on those words.The MyApp project will contain a main class that calls the acrostic method and passes the words that are entered as arguments when the application is run.例文帳に追加

acrostic メソッドは、パラメータとして複数の単語の配列を使用し、それらの単語に基づいてアクロスティックを生成します。 MyApp プロジェクトには、acrostic メソッドを呼び出し、アプリケーションの実行時に引数として入力される単語を渡す主クラスが含まれます。 - NetBeans

To provide a bending method of plates by linearly heating by which information in conformity with an actual work is presented based on few data without necessitating a high-degree conpute processing such as the finite element method, as the result, unnecessitating a high-class computer.例文帳に追加

有限要素法等の高度の計算処理を必要とせず、その結果、高級な計算機を不要とし、実際の作業に即した情報を、少ないデータに基づき提示できる線状加熱による板の曲げ加工方法を提供する。 - 特許庁

The glass composition contains, in mass% based on oxides, 50-90% Bi_2O_3, has a glass transition point (Tg) of not higher than 500°C, and has the chemical durability (water resistance) measured by a powder method of class 3-1.例文帳に追加

ガラス組成物は、酸化物基準の質量%で、Bi_2O_3を50〜90%含有し、ガラス転移温度(Tg)が500℃以下、粉末法による化学的耐久性(耐水性)がクラス3〜1である。 - 特許庁

To provide a high strength hot rolled steel sheet having strength of a ≥590N/mm^2 class and excellent in elongation, hole expansibility and secondary working crack properties intended for an automobile component to be subjected to press working, and to provide a production method therefor.例文帳に追加

プレス加工される自動車部品を対象とし、590N/mm^2クラス以上の強度を有する伸びと穴拡げ性と2次加工割れ性に優れた高強度熱延鋼板とその製造方法を提供する。 - 特許庁

To provide a 590 MPa class steel sheet having various characteristics such as low sound anisotropy, base metal toughness and weldability (especially, HAZ toughness in high-heat input) even in non-heat-treated state and to provide its manufacturing method.例文帳に追加

非調質であっても、低音響異方性、母材靭性、溶接性(特に大入熱HAZ靭性)といった各種特性を有する590MPa級鋼板と、その製造方法を提供する。 - 特許庁

To provide a schedule creation device, a schedule creation method and a computer program, allowing improvement of efficiency when allocating a subject to each class of a schedule to create the schedule.例文帳に追加

時間割の各コマに対して科目を割り当てて時間割を作成する際の効率を向上させることが可能な時間割作成装置、時間割作成方法及びコンピュータプログラムを提供する。 - 特許庁

Then, the method B of the class A to satisfy the conditions specified by the application program 1 among the methods B of the plural classes A of the same name stored in the data base 3 is automatically executed.例文帳に追加

すると、データベース3に格納された同名の複数のクラスAのメソッドBのうち、アプリケーションプログラム1によって指定された条件を満たすクラスAのメソッドBが自動的に実行されるようになる。 - 特許庁

To provide a producing method for a welded joint capable of producing thin high tensile strengths steel with a sheet thickness of25 mm whose tensile strength lies in a class of 300 to 590 MPa so that welding deformation can be suppressed and to provide a welded joint capable of suppressing welding deformation.例文帳に追加

板厚25mm以下の薄肉の300MPa〜590MPa級高張力鋼材を溶接変形を抑制して作製できる溶接継手の製造方法および溶接変形を抑制できる溶接継手を提案する。 - 特許庁

To provide a manufacturing method of a hot-rolled steel strip for suppressing the generation of surface flaws and securing the lower limit of finishing temperature which is necessary to obtaing mechanical properties of not lower that the SPHD class.例文帳に追加

表面疵の発生を抑制し、かつ、SPHDクラス以上の機械的性質を得るために必要な仕上下限温度の確保を可能とした熱延鋼帯の製造方法を提供する。 - 特許庁

The method uses a monoclonal antibody directed to a certain epitope that exists on all kinds of human immunoglobulin class G, but not on the immunoglobulin of any experimental animal except on IgG of chimpanzees (MAB-M-R10Z8E9).例文帳に追加

ヒト免疫グロブリンクラスGの全ての種類に存在するが、チンパンジーのIgGを除く全ての実験動物の免疫グロブリンに存在しない特定のエピトープに対するモノクローナル抗体(MAB-M-R10Z8E9)が用いられる。 - 特許庁

To provide a new method for reducing waste, simplifying a separation process and requiring no high class reactor made of an acid resistant material in a production using Friedel-Crafts reaction represented by aluminum chloride.例文帳に追加

塩化アルミニウムに代表されるフリーデルクラフツ反応を伴う製造において、廃棄物の削減、分離工程の簡素化、高級な耐酸性材質の反応器を必要としない新規製造を提供すること。 - 特許庁

To provide a manufacturing method for an indication plate having a resin film on a substrate, high quality design and high-class feeling, without lowering manufacturing efficiency.例文帳に追加

基材上に樹脂膜を有する表示板の製造方法において、製造効率を低下させることのない方法で、高い意匠性を備えた高級感のある表示板を製造可能な方法を提供する。 - 特許庁

In an apparatus, and an associated method, for utilizing traffic classes in CDMA 2000, or other packet radio communication system (10), traffic class designations are identified and used pursuant to communication set-up procedures.例文帳に追加

CDMA2000やその他のパケット無線通信システム(10)において、トラフィッククラスを利用する装置及び関連方法であって、通信設定手順に応じて、トラフィッククラス指定が識別され使用される。 - 特許庁

(a) if such Monies, etc. are Bonds of the Succeeding Membership Company in Absorption-type Company Split, the description of the classes of such Bonds and the total amount for each class of Bonds, or the method for calculating that total amount; or 例文帳に追加

イ 当該金銭等が吸収分割承継持分会社の社債であるときは、当該社債の種類及び種類ごとの各社債の金額の合計額又はその算定方法 - 日本法令外国語訳データベースシステム

(a) if such Monies, etc. are Bonds of the Wholly Owning Parent Limited Liability Company in Share Exchange, the description of the classes of such Bonds and the total amount for each class of Bonds, or the method for calculating that total amount; or 例文帳に追加

イ 当該金銭等が当該株式交換完全親合同会社の社債であるときは、当該社債の種類及び種類ごとの各社債の金額の合計額又はその算定方法 - 日本法令外国語訳データベースシステム

To provide a non-oriented silicon steel sheet having high magnetic flux density even in low-class steel which is not subjected to hot rolled sheet annealing, and also having excellent grain growing properties in stress relieving annealing, and to provide its production method.例文帳に追加

熱延板焼鈍を行うことのない低級鋼においても、磁束密度が高く、かつ、歪取焼鈍における粒成長性に優れる無方向性電磁鋼板とその製造方法を提案する。 - 特許庁

This method for producing the miscellaneous cereal Shochu, the second class of Shochu, is characterized by mixing an unrefined Shochu obtained from naked barley with miscellaneous cereals (foxtail millet, barnyard millet, millet, adlay, buckwheat, corn, red rice), fermenting the mixture, and then distilling the fermented product.例文帳に追加

雑穀焼酎は、乙類焼酎の製造工程において、裸麦から得られたもろみに雑穀(アワ、ヒエ、キビ、ハトムギ、ソバ、トウモロコシ、赤米)を混合して発酵させ、蒸留することにより得られる。 - 特許庁

To provide a fireproof glazing ranked the fireproof class G, having a glass composition that can be tempered in a common tempering factory using air and transformed to a flat pane of glass by a usual float glass method.例文帳に追加

通常の空気強化工場により強化することができ、普通のフロートガラス法により平らなガラスにすることができるガラス組成を持つ、Gの耐火性クラスの防火グレージングを提供する。 - 特許庁

A method and system are provided in which files copied from a local storage system 10008 to a remote storage system 10108 are copied in such a manner that they reflect the arrangement and hierarchy of those files in the local storage system 10008, including storage class.例文帳に追加

ローカルストレージシステムからリモートストレージシステムにコピーされるファイルが、ストレージクラスを含めてローカルストレージシステムに於けるファイル配置と階層を反映するように、コピーされる方法とシステムが提供される。 - 特許庁

To provide a tyrosinase inhibitor having high inhibitory activity on tyrosinase, and to provide a method for producing the inhibitor through utilizing distillation residues produced in manufacturing brown sugar-based low-class distilled spirits.例文帳に追加

黒糖焼酎の製造時に生じる蒸留残渣を有効に利用することができると共に,チロシナーゼに対する優れた阻害活性を有するチロシナーゼ阻害剤及びその製造方法を提供すること。 - 特許庁

In a relational data base, a schema capable of preparing three tables consisting of a class table, an attribute table and a method table is prepared to provide a module generating a program file by data input to each table.例文帳に追加

リレーショナルデータベースには、クラステーブルと属性テーブル及びメソッドテーブルからなる3つのテーブルを作成できるスキーマを用意し、各テーブルに対するデータ入力でプログラムファイルを生成するモジュールを設ける。 - 特許庁

To provide a method for selecting a candidate peptide presented on the surface of a cancer cell following binding to MHC class I molecule, wherein the peptide is involved in the stimulation of T cell immunity (cellular immunity).例文帳に追加

本発明は、T細胞免疫(細胞性免疫)系の惹起に関わる、MHCクラスI分子と結合し癌細胞の表面に表出されるペプチド候補の選択方法を提供することを課題とする。 - 特許庁

例文

To download a stab class usable for a remote method call in each of client computers from one server computer to the plural client computers different in the kind of Java execution environment.例文帳に追加

1つのサーバコンピュータから、Java実行環境の種類が異なる複数のクライアントコンピュータに対して、各クライアントコンピュータにおけるリモートメソッド呼び出しに使えるスタブクラスをダウンロードできるようにする。 - 特許庁




  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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