CLASS.を含む例文一覧と使い方
該当件数 : 16565件
continue (class SmeBSB) This entry invokes the send-signal(cont)action on systems that support job control. 例文帳に追加
"continue (class SmeBSB)"ジョブ制御をサポートするシステムでは、このエントリはsend-signal(cont) アクションを起動する。 - XFree86
Does your talk have anything to do with this class? 例文帳に追加
授業と関係のある話ですか。 - 愛知県総合教育センター Classroom English(教室英語集)
In 1630, he was presented Nihon (second class). 例文帳に追加
1630年(寛永7年)二品に叙せられた。 - Wikipedia日英京都関連文書対訳コーパス
I was going to faint in class.例文帳に追加
授業中に気絶するところでした。 - 旅行・ビジネス英会話翻訳例文
He broke down from sickness during class.例文帳に追加
彼は授業中に病気で倒れた。 - 旅行・ビジネス英会話翻訳例文
A class code decision circuit 53 generates a class code based on the detection result.例文帳に追加
検出結果に基づいて、クラスコード決定回路53がクラスコードを発生する。 - 特許庁
Each of a horizontal class tap extraction part 10062, a vertical class tap extraction part 10066 extracts class taps from the MPEG decoded image.例文帳に追加
水平クラスタップ抽出部10062、垂直クラスタップ抽出部10066それぞれは、MPEG復号画像からクラスタップを抽出する。 - 特許庁
The class-rooms are in perfect order―in apple-pie order. 例文帳に追加
教室内はキチンと整頓している - 斎藤和英大辞典
When a compiler determines that a particular class is a local or anonymous class, the compiler emits, into the particular class' binary class file, information that indicates which class encloses the particular class.例文帳に追加
本発明の1実施例によれば、特定のクラスがローカル又は匿名のクラスであることをコンパイラーが決定する場合に、該コンパイラーは、どのクラスがその特定のクラスを囲んでいるかを表わす情報をその特定のクラスのバイナリークラスファイル内に発する。 - 特許庁
The external power source 1 notifies a class-notification signal TS that shows its own class.例文帳に追加
外部電源1は、自身の種別を示す種別通知信号TSを通知する。 - 特許庁
A model class manages jobs and their dependency relations though job classes and a relation class.例文帳に追加
モデルクラスは、ジョブとその依存関係をジョブクラスと関係クラスによって管理する。 - 特許庁
CLASS-AB AMPLIFIER CIRCUIT AND DISPLAY例文帳に追加
AB級増幅回路、及び表示装置 - 特許庁
When a class mean value of the color difference component is larger than a class mean value of the luminance component, a class control circuit 40 decreases the class mean value of the color difference component less than that of the luminance component.例文帳に追加
クラス制御回路40は色差成分のクラス平均が輝度成分のクラス平均より大きい場合には、色差成分のクラス平均を輝度成分のそれ以下にする。 - 特許庁
SAMPLING DEVICE, SAMPLING METHOD, SAMPLING PROGRAM, CLASS DISTINCTION DEVICE AND CLASS DISTINCTION SYSTEM例文帳に追加
サンプリング装置、サンプリング方法、サンプリングプログラム、クラス判別装置およびクラス判別システム。 - 特許庁
2002: Receives 5th Class, the Order of the Rising Sun, Gold and Silver Rays 例文帳に追加
2002年 勲等旭日章受章。 - Wikipedia日英京都関連文書対訳コーパス
Coefficient class data w_io-w_i3 are stored in a coefficient class memory 115.例文帳に追加
係数種メモリ115には係数種データw_i0〜w_i3が格納されている。 - 特許庁
This class consists of forty pupils. 例文帳に追加
このクラスは40名の生徒で出来ている。 - Tanaka Corpus
The number of boys in our class is thirty. 例文帳に追加
クラスの男の子の数は30人です。 - Tanaka Corpus
Received the 3rd class of the Order of the Sacred Treasure in 1984. 例文帳に追加
1984年勲三等瑞宝章受章。 - Wikipedia日英京都関連文書対訳コーパス
In the Diagram editor, Select the EntryStation Class element. 例文帳に追加
図エディタで、EntryStation クラス要素を選択します。 - NetBeans
private float dispensedThe attributes appear in the Class diagram. 例文帳に追加
private float dispensed属性がクラス図に表示されます。 - NetBeans
This Java class is the backing bean for the Page1.jsp file. 例文帳に追加
この Java クラスは、Page1.jsp ファイルのバッキング Bean です。 - NetBeans
The body tags of your response.jsp file should now appear similar to the following:bodyjsp:useBean id=mybean scope=session class=org.mypackage.hello.NameHandler /jsp:setProperty name=mybean property=name /h2Hello, jsp:getProperty name=mybean property=name /!/h2/body例文帳に追加
response.jsp ファイルの body タグは次のようになります。 bodyjsp:useBean id=mybean scope=session class=org.mypackage.hello.NameHandler /jsp:setProperty name=mybean property=name /h2Hello, jsp:getProperty name=mybean property=name /!/h2/body - NetBeans
The body tags of your response.jsp file should now appear similar to the following:bodyjsp:useBean id=mybean scope=session class=org.mypackage.hello.NameHandler /jsp:setProperty name=mybean property=name /h1Hello, jsp:getProperty name=mybean property=name /!/h1/body例文帳に追加
response.jsp ファイルの body タグは次のようになります。 bodyjsp:useBean id=mybean scope=session class=org.mypackage.hello.NameHandler /jsp:setProperty name=mybean property=name /h1Hello, jsp:getProperty name=mybean property=name /!/h1/body - NetBeans
This tutorial uses the Class diagram that is created in the tutorial UML: Creating Class Diagrams. 例文帳に追加
このチュートリアルでは、チュートリアル「UML: クラス図の作成」で作成したクラス図を使用します。 - NetBeans
Modify the class definition to implement Bean30Remote2. 例文帳に追加
クラス定義を変更して Bean30Remote2 を実装します。 - NetBeans
Notice that you can use code completion in the Java class to find the methods you need in the Groovy class:例文帳に追加
Groovy クラスで必要なメソッドの検索には、Java クラスのコード補完を使用できます。 - NetBeans
Open the CustomerRecordsView class and select the Design view. 例文帳に追加
CustomerRecordsView クラスを開き、デザインビューを選択します。 - NetBeans
Open the CustomerRecordsView class and select the Source view. 例文帳に追加
CustomerRecordsView クラスを開き、ソースビューを選択します。 - NetBeans
OVERCURRENT PROTECTION CIRCUIT AND CLASS-D AMPLIFIER例文帳に追加
過電流保護回路及びD級アンプ - 特許庁
The family held the status of Urinke (one of the family statuses of court noble, military class and could be appointed dainagon, the chief councilor of state). 例文帳に追加
家格は羽林家。 - Wikipedia日英京都関連文書対訳コーパス
The figures exclude persons belonging to the samurai class, the aristocracy and the discriminated class who were excluded in the survey. 例文帳に追加
調査の対象外であった武家や公家、被差別階級人口を除く。 - Wikipedia日英京都関連文書対訳コーパス
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © 1995-2026 Hamajima Shoten, Publishers. 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/ をご覧下さい。 |
| Copyright (c) 株式会社 高電社 All rights reserved. |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
Tanaka Corpusのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution (CC-BY) 2.0 France. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| ©Aichi Prefectural Education Center |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. 「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|



Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
