OUTputを含む例文一覧と使い方
該当件数 : 49989件
i. Liquid laser oscillators which generate pulses exceeding 1.5 joules per pulse, and the pulse peak output of which exceeds 20 watts 例文帳に追加
1 一パルス当たり一・五ジュールを超えるパルスを発振し、かつ、パルスのピーク出力が二〇ワットを超えるもの - 日本法令外国語訳データベースシステム
i. Liquid laser oscillators which generate pulses exceeding 0.5 joules per pulse, and the pulse peak output of which exceeds 10 watts 例文帳に追加
1 一パルス当たり〇・五ジュールを超えるパルスを発振し、かつ、パルスのピーク出力が一〇ワットを超えるもの - 日本法令外国語訳データベースシステム
i. Liquid laser oscillators which generate pulses exceeding 100 millijoules per pulse, the pulse peak output of which exceeds 1 watt 例文帳に追加
1 一パルス当たり一〇〇ミリジュールを超えるパルスを発振し、かつ、パルスのピーク出力が一ワットを超えるもの - 日本法令外国語訳データベースシステム
4. Projection telescopes which are designed for use in combination with ultra-high output laser oscillators 例文帳に追加
(四) プロジェクションテレスコープであって、超高出力レーザー発振器と組み合わせて使用するように設計したもの - 日本法令外国語訳データベースシステム
(e) Super capitation propellers, semi-submersible propellers or surface propellers, the rated output of which exceeds 7.5 megawatts 例文帳に追加
ホ スーパーキャビテーションプロペラ、半没水型プロペラ又はサーフェスプロペラであって、定格入力が七・五メガワットを超えるもの - 日本法令外国語訳データベースシステム
(i) Transmission shaft equipment which uses composite materials which are capable of transmitting output greater than 1 megawatt 例文帳に追加
リ 複合材料を用いた伝動軸装置であって、一メガワットを超える出力を伝達することができるもの - 日本法令外国語訳データベースシステム
(d) Power transmission shaft equipment using a composite material which is capable of transmitting output exceeding 2 megawatts 例文帳に追加
ニ 複合材料を用いた伝動軸装置であって、二メガワットを超える出力を伝達することができるもの - 日本法令外国語訳データベースシステム
(b) Radomes that produce antenna patterns with the output ratio of main beam peak value to average side lobes exceeding 40 decibels 例文帳に追加
ロ 平均サイドローブに対するメインビームのピーク値の出力比が四〇デシベルを超えるアンテナパターンを生じるもの - 日本法令外国語訳データベースシステム
The output will show the interface type of the scanner and the device node used to attach the scanner to the system. 例文帳に追加
この出力から、 スキャナインタフェースの種類とシステムに接続されているスキャナが使用するデバイスノードがわかります。 - FreeBSD
To disable beeps for other terminals, pipe the command output to the target terminal, like this:例文帳に追加
他のターミナルのビープも無効にするには、コマンドの出力を、無効にしたいターミナルに次の様にパイプして下さい。 - Gentoo Linux
Note: Be aware that equery currently changes the format of the output if it is sent through a pipe.例文帳に追加
注意:現在パイプでequeryの出力を渡す場合、出力フォーマットが変わりつつあることに注意してください。 - Gentoo Linux
After giving him a call and asking him for his key fingerprint, Icompare the fingerprint with the output of the fpr command. 例文帳に追加
彼に連絡をとって彼の鍵指紋をたずねたら、fprコマンドの出力結果と鍵指紋を比べてみましょう。 - Gentoo Linux
The process list is run with its input or output connected to a FIFO or some file in /dev/fd. 例文帳に追加
プロセス list は、その入力や出力がFIFO または /dev/fd 中の何らかのファイルに接続された状態で実行されます。 - JM
REDIRECTION Before a command is executed, its input and output may be redirected using a special notation interpreted by the shell. 例文帳に追加
リダイレクトシェルが解釈する特別な記法を用いると、コマンドの実行前に入出力をリダイレクトできます。 - JM
If the digits in word do not specify a file descriptor open for output, a redirection error occurs. 例文帳に追加
wordに含まれる数値が、出力のためにオープンされたファイル・ディスクリプターを指していない場合、リダイレクト・エラーが起きます。 - JM
Limit the output file size to XXk bytes but don't split input files. 例文帳に追加
しかし、(1 つの入力ファイルをアーカイブしたサイズがこれより大きくなる場合でも) 入力ファイルを途中で分割しない。 - JM
With flow-control turned on, XON and XOFF characters are used to immediately pause the output of the current window. 例文帳に追加
フロー制御が有効になっていると、XON 文字と XOFF 文字を使って、現在のウィンドウの出力を即座に停止できる。 - JM
DESCRIPTION Copy standard input to each FILE, and also to standard output. 例文帳に追加
もしすでに存在しているファイルに書き出す時は、以前に書き込まれた内容は\\-aオプションを使わない限り上書きされる。 - JM
If the standard output is not a teletype, then zmore acts just like zcat, except that a header is printed before each file. 例文帳に追加
標準出力がテレタイプでない場合、zmoreはzcatのように動作する。 ただし、ヘッダが各ファイルの前に表示される。 - JM
The punctuation is now recognized and is output in the default font distinguishing it from the strings in literal font. 例文帳に追加
今度は句読点が認識され、出力はデフォルトのフォントで行なわれリテラルフォントの文字列と区別されています。 \\e& - JM
However, it has to be open at both ends simultaneously before you can proceed to do any input or output operations on it. 例文帳に追加
ただし、これに対する全ての入出力操作に先立ってその両端がオープンされている必要がある。 - JM
The following program prints part of the file specified in its first command-line argument to standard output. 例文帳に追加
以下のプログラムは、一番目のコマンドライン引き数で指定されたファイルの一部を標準出力に表示する。 - JM
which are copied unchanged to the output stream; and conversion specifications, each of which results in fetching zero or more subsequent arguments. 例文帳に追加
以外の文字で、出力ストリームにそのままコピーされる。 変換指定は、それぞれが 0 個以上の引き数を取る。 - JM
The input file was not opened for reading or the output file was not opened for writing. 例文帳に追加
入力ファイルが読み込みのためにオープンされていないか、出力ファイルが書き込みのためにオープンされていない。 - JM
Once the server is started, Java DB Database Process tab opens in the Output window and displays a message similar the following:例文帳に追加
サーバーが起動したら、「出力」ウィンドウで「Java DB データベースプロセス」タブが開き、次のようなメッセージが表示されます。 - NetBeans
The jTextField1 and jTextField2 boxes will be used for user input and jTextField3 for program output - what we are creating is a very simple calculator.Let's begin.例文帳に追加
jTextField1 ボックスと jTextField2 ボックスをユーザー入力用に、jTextField3 をプログラム出力用に使用して、簡単な電卓を作成します。 - NetBeans
Finally, it prints the output from the program, Result =Hello (the acrostic of the phrase that was passed to the program as an argument).例文帳に追加
最後にプログラムからの出力 Result = Hello (引数としてプログラムに渡されたフレーズのアクロスティック) が表示されます。 - NetBeans
If the build output concludes with the statementBUILD SUCCESSFUL, congratulations! You have successfully compiled your program!例文帳に追加
構築の出力の最後の行に「構築成功」と表示されている場合、プログラムは正常にコンパイルされています。 - NetBeans
Note that when you click the Browse button, the Input Variable Chooser or the Output Variable Chooser dialog boxes open.例文帳に追加
「参照」ボタンをクリックすると、「入力変数の選択」ダイアログまたは「出力変数の選択」ダイアログが開きます。 - NetBeans
Whenever you click an error link in the Output window, the Source Editor jumps to the line containing the error automatically. 例文帳に追加
「出力」ウィンドウでエラーのリンクをクリックすると、ソースエディタは自動的にそのエラーを含む行にジャンプします。 - NetBeans
Then the IDE opens the file in the Source Editor, displays the Output window and Debugger windows, and stops just inside the main method.例文帳に追加
IDE はソースエディタでファイルを開き、「出力」ウィンドウおよびデバッガウィンドウを表示し、main メソッドの中で停止します。 - NetBeans
Right-click the project node and choose Run.The Output window now shows the sum: 例文帳に追加
プロジェクトのノードを右クリックし、「実行」を選択します。 「出力」ウィンドウで次のような合計が表示されるはずです。 - NetBeans
Thus, untested wafers and tested wafers can be separately stored in an input cassette and the output cassette.例文帳に追加
これにより、未試験のウェハと試験済みのウェハとを、インプットカセットとアウトプットカセットとに分離して保持することができる。 - 特許庁
The common mode level and the amplitude of the output signals are the same as those of the input signals.例文帳に追加
出力信号の共通モードレベル及び振幅は、入力信号の共通モードレベル及び振幅と同じである。 - 特許庁
Thus, it is possible to keep an output level of the ultrasonic wave oscillated from an ultrasonic wave element 40a constant.例文帳に追加
これにより、超音波素子40aから発振される超音波の出力レベルを一定に保つことができる。 - 特許庁
The sound module 250 designates the schedule data to be executed to each scheduler, and adjusts its output volume.例文帳に追加
サウンドモジュール250は、各スケジューラに実行すべきスケジュールデータを指示するとともに、その出力ボリュームを調整する。 - 特許庁
An offset correction circuit 406 adjusts an output from a demodulation circuit 405 on the basis of the offset correction value.例文帳に追加
オフセット補正回路406は、復調回路405からの出力をオフセット補正値に基づいて調節する。 - 特許庁
The output of the humidity sensor is connected to a laser control section which stops laser oscillation when the humidity exceeds a prescribed value.例文帳に追加
湿度センサーの出力をレーザー制御部に接続し、湿度が所定値を超えたら、レーザー発振を停止させる。 - 特許庁
To provide a neutral atom beam photo-ionization device capable of stably supplying high output laser beams.例文帳に追加
高出力のレーザービームを安定して供給することができる中性原子ビーム光電離装置を提供する。 - 特許庁
To provide a thermistor element having such characteristics as the output voltage can vary linearly for the temperature.例文帳に追加
温度に対して出力電圧が直線的に変化し得る特性を有するサーミスタ素子を提供すること。 - 特許庁
A multi-input/output system includes a receiver, a processor, a bit scrambler, a bit descrambler, and a transmitter.例文帳に追加
多重入力/多重出力システムは、受信機と、プロセッサーと、ビットスクランブラーと、ビットデスクランブラーと、送信機とを含む。 - 特許庁
To obtain a BD output signal by scanning a BD sensor without scanning a photosensitive drum when a laser is lighted.例文帳に追加
レーザー点灯時に感光ドラムを走査することなくBDセンサを走査し、BD出力信号を得ること。 - 特許庁
To multicast an optical signal from an optional input port to an optional output port with an optional wavelength.例文帳に追加
任意の入力ポートからの光信号を任意の出力ボートに任意の波長で出力、マルチキャストする。 - 特許庁
To securely maintain a steering function even when excessive torque are inputted from the output side or the input side.例文帳に追加
出力側または入力側から過大なトルクが入力されても操舵機能をより確実に維持する。 - 特許庁
To provide a multilayer NTC thermistor producing an output voltage varying linearly to the temperature.例文帳に追加
温度に対して直線的に変化する出力電圧を得ることができる積層型NTCサーミスタを提供する。 - 特許庁
The demodulation part 200 generates an output signal which restores a waveform of the digital input signal from the modulation signal.例文帳に追加
復調部200は、変調信号からデジタル入力信号の波形を復元した出力信号を生成する。 - 特許庁
Input and output can independently cope with the video signals of plural formats and also cope with the change of chroma-format.例文帳に追加
複数フォーマットのビデオ信号に入出力が独立して対応でき、クロマフォーマットの変更にも対処できる。 - 特許庁
A microphone 22 detects an ambient noise level, and a comparison circuit 26 compares the output of the microphone 22 with a set value.例文帳に追加
マイク22は周囲の騒音レベルを検出し、比較回路26はマイク22の出力を設定値と比較する。 - 特許庁
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| © 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 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
