1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オフ

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

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

セーフサーチについて

The O2の部分一致の例文一覧と使い方

該当件数 : 592



例文

the univalent anion O2- 例文帳に追加

1価の陰イオンO2- - 日本語WordNet

We're going to launch that campaign at the o2 arena例文帳に追加

私たちはO2アリーナで - 映画・海外ドラマ英語字幕翻訳辞書

We're going to launch that campaign at the o2 arena例文帳に追加

私たちはo2アリーナで - 映画・海外ドラマ英語字幕翻訳辞書

This is the equivalent of the Python expression "divmod(o1, o2)".例文帳に追加

Python の式 "divmod(o1, o2)" と同じです。 - Python

例文

This is the equivalent of the Python expression "pow(o1, o2, o3)", where o3 is optional.例文帳に追加

Python の式 "pow(o1, o2, o3)"と同じです。 o3 はオプションです。 - Python


例文

a metallic oxide containing the univalent anion O2- 例文帳に追加

1価の陰イオンO2-を含んでいる金属の酸化物 - 日本語WordNet

[O2]×[H2O]1/470, wherein [O2] is the concentration (ppm) of oxygen, and [H2O] is the concentration (ppm) of moisture.例文帳に追加

[0_2]×[H_2O]^1/4≦70 但し [O_2]:酸素濃度(ppm)、[H_2O]:水分濃度 (ppm) - 特許庁

At 15 minutes I was suffering major o2 deprivation to the heart.例文帳に追加

15分目に心臓が - 映画・海外ドラマ英語字幕翻訳辞書

The optimization -O2 is much slower, and the optimization difference between -O and -O2 is normally negligible. 例文帳に追加

-O2 の最適化はさらに多くの時間を必要とし、 しかも -O と -O2 の最適化には、ほとんど差はありません。 - FreeBSD

例文

[O2]×[H2O]1/470, wherein [O2] is the concentration (ppm) of oxygen, and [H2O] is the concentration (ppm) of water vapor.例文帳に追加

[0_2]×[H_2O]^1/4≦70 但し [O_2]:酸素濃度(ppm)、[H_2O]:水蒸気濃度 (ppm) - 特許庁

例文

Compare the values of o1 and o2 using a routine provided by o1, if one exists, otherwise with a routine provided by o2.例文帳に追加

o1 と o2 の値を比較します。 このときo1 が比較ルーチンを持っていればそれを使い、なければ o2 のルーチンを使います。 - Python

June 1, 2004: The official website of the Keihan Otsu Line, 'keihan-o2.com,' was launched. 例文帳に追加

2004年(平成16年)6月1日-京阪大津線公式ウェブサイト「keihan-o2.com」開設。 - Wikipedia日英京都関連文書対訳コーパス

Return the concatenation of o1 and o2 on success, and NULL on failure.例文帳に追加

成功するとo1 と o2 の連結 (concatenation) を返し、失敗すると NULL を返します。 - Python

Returns the result of adding o1 and o2, or NULL on failure.例文帳に追加

成功するとo1 と o2 を加算した結果を返し、失敗すると NULL を返します。 - Python

Sub feedback control based on the output of the sub O2 sensor is reflected to the port injection.例文帳に追加

サブO2センサの出力に基づくサブフィードバック制御はポート噴射に反映させる。 - 特許庁

much of the O2 supporting cellular respiration is reduced to the superoxide anion O2- 例文帳に追加

細胞呼吸を助ける酸素の多くがスーパーオキシド・アニオン酸素に変えられる - 日本語WordNet

Returns the result of subtracting o2 from o1, or NULL on failure.例文帳に追加

成功するとo1 から o2 を減算した結果を返し、失敗すると NULL を返します。 - Python

Returns the result of multiplying o1 and o2, or NULL on failure.例文帳に追加

成功するとo1 と o2 を乗算した結果を返し、失敗すると NULL を返します。 - Python

Returns the result of dividing o1 by o2, or NULL on failure.例文帳に追加

成功すると o1 を o2 で除算した結果を返し,失敗すると NULL を返します。 - Python

Returns the remainder of dividing o1 by o2, or NULL on failure.例文帳に追加

成功すると o1 を o2 で除算した剰余を返し、失敗すると NULL を返します。 - Python

Return the floor of o1 divided by o2, or NULL on failure.例文帳に追加

成功するとo1 を o2 で除算した切捨て値を返し、失敗すると NULL を返します。 - Python

Returns the result of right shifting o1 by o2 onsuccess, or NULL on failure. 例文帳に追加

成功すると o1 を o2 だけ右シフトした結果を返し、失敗すると NULL を返します。 - Python

Returns the ``bitwise and'' of o1 and o2 on success andNULL on failure. 例文帳に追加

成功すると o1 と o2 の ``ビット単位論理積 (bitwise and)'' を返し、失敗すると NULL を返します。 - Python

Returns the ``bitwise or'' of o1 and o2 on success, orNULL on failure. 例文帳に追加

成功すると o1 と o2 の ``ビット単位論理和 (bitwise or)'' を返し失敗すると NULL を返します。 - Python

Returns the mathematical floor of dividing o1 by o2, orNULL on failure. 例文帳に追加

成功するとo1 を o2 で除算した切捨て値を返し、失敗すると NULL を返します。 - Python

Returns the result of left shifting o1 by o2 on success,or NULL on failure. 例文帳に追加

成功すると o1 を o2 だけ左シフトした結果を返し、失敗すると NULL を返します。 - Python

The device also corrects an output value of the sub O2 sensor according to a rate of change of the output value of the sub O2 sensor.例文帳に追加

サブO2センサの出力値の変化速度に応じて、サブO2センサの出力値を補正する。 - 特許庁

A main air-fuel ratio sensor 40 and a sub O2 sensor 42 are arranged on the upper and lower sides of a catalyst 38.例文帳に追加

触媒38の上下にメイン空燃比センサ40とサブO2センサ42を配置する。 - 特許庁

Returns the ``bitwise exclusive or'' of o1 by o2 onsuccess, or NULL on failure. 例文帳に追加

成功すると o1 と o2 の ``ビット単位排他的論理和 (bitwise exclusive or)'' を返し、失敗すると NULL を返します。 - Python

This integrated heat exchanger is provided with an opening/closing means 13 for maintaining the opening parts O1 and O2 of the reinforces 7a in the open condition when no wind blows and for maintaining the opening parts O1 and O2 in the closed condition when the the automobile is travelling or the fan is operated.例文帳に追加

無風時にレインフォース7aの開口部O1,O2を開いた状態に維持し、車両走行時またはファンの作動時に開口部O1,O2を閉じた状態に維持する開閉手段13を備えることとした。 - 特許庁

At a point of the time when the O2 sensor makes a lean judgment, the air-fuel ratio feedback control is started based on the O2 sensor output.例文帳に追加

O2センサがリーン判定した時点で、O2センサ出力に基づく空燃比フィードバック制御を開始する。 - 特許庁

When determination completion time passes while the output O2 remains stoichiometric output, the processing is completed without change (Step 116).例文帳に追加

出力O2がストイキ出力のまま判定完了時間が過ぎたらそのまま処理を終える(ステップ116)。 - 特許庁

As viewed in the axial direction, the input shaft 14 is disposed so that an angle θ1 formed by a line segment O1-O2 connecting the axis O2 of the input shaft 14 to the axis of the crankshaft 7 and a cylinder centerline C on the upper side of the axis O1 of the crankshaft 7 is an acute angle.例文帳に追加

また、軸長方向に見て、入力軸(14)の軸芯(O2)とクランク軸(7)の軸芯(O1)とを結ぶ第1の線分(O1-O2)と、クランク軸(7)の軸芯(O1)より上方のシリンダ中心線(C)とのなす角度(θ1)が、鋭角となるように入力軸(14)を配設する。 - 特許庁

A drawing proxy P2, a window system W2, and a display part O2 perform drawing on the basis of the received drawing instruction.例文帳に追加

描画プロキシP2、ウィンドウシステムW2、および表示部O2は、受信された描画命令に基づいて描画を行う。 - 特許庁

Return a reasonable approximation for the mathematical value ofo1 divided by o2, or NULL on failure. 例文帳に追加

成功すると、数学的な o1 の o2 による除算値に対する妥当な近似 (reasonable approximation) を返し、失敗すると NULL を返します。 - Python

As a result, the cover 8 is rotatable around the two axes O1-O1, O2-O2 crossing to the nozzle by the cover holder 7.例文帳に追加

この結果、カバーホルダ7により、カバー8がノズル6に対して交差する2軸O1−O1、O2−O2回りに回転可能である。 - 特許庁

The reaction gas is constituted of the mixed gas of gas, containing C and F with inert gas, and the mol rate of C, F, and O2 in the reaction gas is set such that C/O2≥6 and F/O2≥5.3.例文帳に追加

反応性ガスは、C及びFを含有するガスと不活性ガスとの混合ガスから構成され、この反応性ガス中のC、F及びO_2 のモル比が、C/O_2 ≧6、F/O_2≧5.3である。 - 特許庁

An O2 sensor 60 is installed on the holder 73 for sensor.例文帳に追加

このセンサ用ホルダーには、O_2センサ(60)が取り付けられている。 - 特許庁

When the output O2 becomes rich output, it is determined that rich deviation occurs in stoich and the value is made leaner (Step 120).例文帳に追加

出力O2がリッチ出力となったらstoichにリッチずれが生じていると判断してその値をリーン化する(ステップ120)。 - 特許庁

A cover holder 7 retains the cover 8 rotatably around two axes O1-O1, O2-O2 crossing to the nozzle 6.例文帳に追加

カバーホルダ7がカバー8をノズル6に対して交差する2軸O1−O1、O2−O2回りに回転可能に保持する。 - 特許庁

Therefore, after vacuum sealing, even if H2O, O2 remain in the space part 15, the Ti film 21 adsorbs H2O, O2.例文帳に追加

よって、真空密閉後、たとえ空間部15にH_2O、O_2が残留していても、Ti膜21がH_2O、O_2を吸着する。 - 特許庁

The two discharge spaces 71 and 72 may be positioned on the axes O1-O1, and, O2-O2 in staggered manner.例文帳に追加

しかも、2個の放電空間71、72を前記軸O1−O1、O2−O2上に互い違いに位置させることもできる。 - 特許庁

A rear O2 sensor 43 is fixed to the rear side of the fixing boss 33 of the second pipe 15.例文帳に追加

第2パイプ15の取付ボス33の後側にリヤO_2センサ43を取付ける。 - 特許庁

The oxygen concentration in a burner exhaust gas is calculated using an O2 sensor 3.例文帳に追加

O2センサ3でバーナ排ガス中の酸素濃度を計測する。 - 特許庁

The counter shaft 13 is disposed by offsetting in a direction separating from a surface M passing through axes O1, O2 of the output/input shafts 11, 12.例文帳に追加

カウンターシャフト13は、入出力軸11,12の軸線O1,O2を通る面Mに対しこれから遠ざかる方向へオフセットさせて配置する。 - 特許庁

A crankshaft 7 and an output shaft 15 are disposed so that these axes O1, O2 are positioned at the upper and lower mating faces S of the crankcase 1.例文帳に追加

クランク軸7と出力軸(15)は、それらの軸芯(O1、O2)が前記クランクケース1の上下合わせ面(S)に位置するように配設する。 - 特許庁

Next, λ is computed from the electromotive voltage V of the O2 sensor element at S8.例文帳に追加

次に、O2センサ素子の起電圧Vからλを算出する(S8)。 - 特許庁

The drive device (31) is fixed to the support frame (16), while an axis (O2) coaxial with a rotational axil (O1) of the traction sheave (30) is along the width direction of the hoistway (1).例文帳に追加

駆動装置(31)は、トラクションシーブ(30)の回転軸線(O1)と同軸の軸線(O2)を昇降路(1)の幅方向に沿わせた状態で支持枠(16)の上に固定されている。 - 特許庁

The optical axis of the optical system 15 is parallel with the direction O2.例文帳に追加

集光光学系15の光軸は上記した方向O2に平行である。 - 特許庁

例文

The processing to be executed by the entity B includes prescribed operations (O1, O2, O3,..., On) or the complemented same operations (-O1, -O2, -O3,..., -On).例文帳に追加

Bが実行する処理は、所定の操作(O_1,O_2,O_3…O_n)かあるいは補完された同一の操作(−O__1,−O_2,−O_3…−O_n)である。 - 特許庁




  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
Copyright © Japan Patent office. All Rights Reserved.
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS