1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 31353



例文

Then, in a command transmission control processing, the individual commands inside the command transmission table are successively outputted.例文帳に追加

そして、コマンド送出制御処理において、コマンド送信テーブル内の各コマンドを順次出力する。 - 特許庁

Furthermore, relation between the torque command value and the current command value is corrected when the motor is driven at a low r.p.m.例文帳に追加

更に、低回転数で駆動したときの、トルク指令値と電流指令値との関係を補正する。 - 特許庁

In the case of asserting a command by a control chip, data corresponding to the command should be previously prepared.例文帳に追加

制御チップがコマンドをアサートする場合、対応するデータが前もって準備されていなくてはならない。 - 特許庁

A travel command detecting means 36 detects a state of generating a travel command of the vehicle.例文帳に追加

走行指令検出手段36は、車両の走行指令が発生られている状態を検出する。 - 特許庁

例文

The software performed in the processor units recognizes the adjustment to restore the command by processing the command.例文帳に追加

プロセッサユニットにおいて実行されるソフトウェアは、調整を認識し、それを処理してコマンドを復元する。 - 特許庁


例文

A demodulation part 102 demodulates the received command.例文帳に追加

復調部102は、受信したコマンドを復調する。 - 特許庁

EMERGENCY DISPATCH COMMAND SYSTEM AND MAP RETRIEVING METHOD例文帳に追加

緊急出動指令システム及び地図検索方法 - 特許庁

When the electrical storage system stop command is received, the electrical storage system slave station transmits a stop command to the electrical storage system.例文帳に追加

蓄電システム子局は、蓄電システム停止指令を受信すると、蓄電システムへ停止指令を送る。 - 特許庁

A confirmation means transmits a ping-command to the server of the archive destination and makes a confirmation from a response to the ping-command.例文帳に追加

確認手段をアーカイブ先のサーバへpingコマンドを送信して、それに対する応答から確認を行う。 - 特許庁

例文

When 0.5 second for instance elapses after receiving a fluctuation pattern command, a received pattern specifying command is checked.例文帳に追加

変動パターンコマンド受信後、例えば0.5秒が経過したら、受信図柄指定コマンドのチェックが行われる。 - 特許庁

例文

A burst access operation is executed by an access command.例文帳に追加

アクセスコマンドによりバーストアクセス動作が実行される。 - 特許庁

METHOD AND DEVICE FOR CERTIFYING CROSS-PARTITION COMMAND例文帳に追加

クロスパーティションコマンドを認定する為の方法と装置 - 特許庁

He received Imperial command to become the Kizokuin (the House of Peers) member in 1894. 例文帳に追加

1894年、勅選により貴族院議員に就く。 - Wikipedia日英京都関連文書対訳コーパス

Then, in the UserConfig command line, type: 例文帳に追加

UserConfigのコマンドラインで以下のように入力してください。 - FreeBSD

has contributed their DOS emulator code to the remaining BSD world, which is used in the doscmd command. 例文帳に追加

このコードは、 doscmdコマンドに利用されています。 - FreeBSD

If it is not, as root, run the following command:# 例文帳に追加

そのあとで、make install cleanを実行するとインストールできます。 - FreeBSD

If a command is terminated by the control operator & , the shell executes the command in the background in a subshell. 例文帳に追加

コマンドが制御演算子&で終わっている場合、シェルはコマンドをサブシェル内でバックグラウンド (background) で実行します。 - JM

Also set to the full file name of each command executed and placed in the environment exported to that command. 例文帳に追加

また、実行する各コマンドの完全なファイル名が設定され、そのコマンドの環境にエクスポートされます。 - JM

COMP_LINE The current command line. 例文帳に追加

RANDOMに値を代入すると、乱数の列を初期化できます。 - JM

COMP_POINT The index of the current cursor position relative to the beginning of the current command. 例文帳に追加

後で再びsetしても元には戻りません。 - JM

Repeat the last command, replacing string1 with string2 . 例文帳に追加

string1をstring2に置換して直前のコマンドを繰り返します。 - JM

]Run command with args suppressing the normal shell function lookup. 例文帳に追加

シェル関数の通常の参照は行いません。 - JM

If command is not specified, any redirections take effect in the current shell, and the return status is 0. 例文帳に追加

commandが指定されていない場合、任意のリダイレクトはカレントシェルで効果を表し、終了ステータスは 0 となります。 - JM

emacs Use an emacs-style command line editing interface. 例文帳に追加

emacsemacs 形式のコマンド行編集インタフェースを使います。 - JM

vi Use a vi-style command line editing interface. 例文帳に追加

vivi 形式のコマンド行編集インタフェースを使います。 - JM

had been specified on the command line. 例文帳に追加

が指定されている時と全く同じ動作をします。 - JM

explicit command line parameters. 例文帳に追加

明示的なコマンドラインパラメータで上書きすることができる。 - JM

Second is the description of a command with 例文帳に追加

2 番目のものは\\-mdoc マクロを用いたコマンドの記述です。 - JM

is the command name and the bracketed string flag 例文帳に追加

はコマンド名であり、角括弧で囲まれた文字列flag - JM

Another example is the following program, which sorts the strings given in its command-line arguments: #include <stdio. 例文帳に追加

以下のプログラムに別の使用例を示す。 - JM

Execute the SCSI unload command (does not eject the tape). 例文帳に追加

SCSI unload コマンドを実行する (テープのイジェクトは行わない)。 - JM

Follow any symlinks specified in the command line. 例文帳に追加

コマンドラインで指定された全てのシンボリックリンクを辿る。 - JM

Dereference symlinks that are command line arguments. Does 例文帳に追加

コマンドライン引き数で指定したシンボリックリンクをたどる。 - JM

fields: an optional label, the command itself, and optional argument(s) to 例文帳に追加

(任意の) ラベル、コマンド自身、コマンドの引数である。 - JM

The IDE's Fast Import command enables you to: 例文帳に追加

IDE の「高速インポート」コマンドでは、次の処理が可能です。 - NetBeans

You can specify a J2SDK at the command line, which might speed the installation process.例文帳に追加

コマンド行で J2SDK を指定することもできます。 - NetBeans

Press Ctrl-R/Command-R on a local variable and you can rename the symbol synchronously throughout the file. 例文帳に追加

局所変数で Ctrl-R キーまたは Command-R キーを押すと、ファイル全体で記号の名前を同期的に変更できます。 - NetBeans

If necessary, change the permissions on the installer file to make the binary executable by using the command shown below at a command prompt.chmod+xnetbeans_mobility-5_5_1-linux.bin 例文帳に追加

必要に応じて、バイナリを実行可能にするために、インストーラファイルのアクセス権を変更します。 - NetBeans

Some of them took command of Tomobe or Shinabe. 例文帳に追加

伴部や品部などを統率している場合もある。 - Wikipedia日英京都関連文書対訳コーパス

A demodulation part 102 demodulates a received command.例文帳に追加

復調部102は、受信したコマンドを復調する。 - 特許庁

The circuit 62 includes a command sequencer 70, a command setting register 72 and a control signal generating circuit 74.例文帳に追加

制御回路62は、コマンドシーケンサ70、コマンド設定レジスタ72、コントロール信号生成回路74を含む。 - 特許庁

This disarmament command was called the original command to collect swords as the first case of the later Sword Hunt all over the country. 例文帳に追加

この武装解除命令は、後年の全国の刀狩の嚆矢として原刀狩令と呼ばれる。 - Wikipedia日英京都関連文書対訳コーパス

At timing T3, T4, a bank address signal BA1 is made high and an active command and a write command are input.例文帳に追加

タイミングT3、T4に、バンクアドレス信号BA1をハイとしてアクティブコマンド、ライトコマンドを入力する。 - 特許庁

The buzzer setting command is a command for setting the conditions for sounding the buzzer 40 and a sounding method.例文帳に追加

ブザー設定コマンドは、ブザー40を鳴動させるための条件や鳴動方法を設定するコマンドである。 - 特許庁

A command value computing unit 42 calculates a command value M by multiplying the value Kf(S) and the value Kf(F) together.例文帳に追加

指令値演算部42は、指令値Kf(S)および指令値Kf(F)を互いに乗算して指令値Mを計算する。 - 特許庁

DATA SIMULTANEOUS COMMAND SYSTEM IN RADIO COMMUNICATION SYSTEM例文帳に追加

無線通信システムにおけるデータ一斉指令方式 - 特許庁

The automatic transaction device receiving the command telegram message performs a processing according to the content of the command telegram message.例文帳に追加

当該指示電文を受信した自動取引装置は、指示電文の内容に応じた処理を行う。 - 特許庁

CONTROL METHOD FOR VIDEO GAME DEVICE BY VOICE COMMAND例文帳に追加

音声指令によるビデオゲーム装置の制御方法 - 特許庁

The command v12 is smaller than a conventional asymmetric waveform current command v42.例文帳に追加

なお、この非対称波形電流指令v_12は、従来技術の非対称波形電流指令v_42よりも小さい。 - 特許庁

例文

REMOTE COMMAND DEVICE AND ELECTRIC CURTAIN UTILIZING THE DEVICE例文帳に追加

遠隔指令装置と、それを利用する電動カーテン - 特許庁




  
本サービスで使用している「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 1994-2010 The FreeBSD Project. All rights reserved. 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.
  
© 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