1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Commandsの意味・解説 > Commandsに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

Commandsを含む例文一覧と使い方

該当件数 : 3983



例文

When write commands are supplied, the parity data starts to be read from a parity memory cell after the read of the regular data is started and while the regular data is read.例文帳に追加

書き込みコマンドが連続して供給されるときに、レギュラーデータの読み出しが開始された後、レギュラーデータの読み出し中に、パリティメモリセルからパリティデータの読み出しが開始される。 - 特許庁

During the period of the northern and southern dynasties in Japan the Nishina clan obeyed Emperor Godaigo's son Prince Muneyoshi's (also known as Munenaga) commands to ally with the Southern Dynasty in Japan however, subsequently they allied with the Northern Dynasty. 例文帳に追加

南北朝時代(日本)の仁科氏は、初め後醍醐天皇の皇子の宗良親王を奉じて南朝(日本)方に属していたが、後に北朝(日本)方に属した。 - Wikipedia日英京都関連文書対訳コーパス

A few ports however can be fine tuned by specifying make variables, e.g.:In fact you can specify arbitrary shell commands, so you are not restricted to simple make invocations: 例文帳に追加

portsによっては、たとえば次のように make変数を使って微調整することができます。 実際には任意のシェルコマンドを指定できますので、 makeを使う以外にも応用は可能です。 - FreeBSD

If users do not have the PRINTER environment variable nor specify a printer name on the command line of any of the LPD commands, then lp will be the default printer they get to use. 例文帳に追加

ユーザが環境変数 PRINTER を設定しておらず、 かつ、LPDコマンドのコマンドラインで プリンタの名前が指定されていない場合、lp がデフォルトのプリンタ名となり、 そのプリンタに出力されます。 - FreeBSD

例文

User accounts are unable to destroy the system by mistake, so it is generally best to use normal user accounts whenever possible, unless you especially need the extra privilege. You should always double and triple-check commands you issue as the superuser, since an extra space or missing character can mean irreparable data loss. 例文帳に追加

スーパーユーザになると得られる特権は、言い換えてみれば通常のユーザアカウントの保護を受けることができない、ということも意味しています。 - FreeBSD


例文

Refer to the cheat sheet when needed; you'll find that within the week, you'll have nearly all the commands memorized and your vi productivity will shoot through the roof!例文帳に追加

必要なときにカンニングペーパーを参照しなさい。 あなたは1週間以内にほぼ全てのコマンドを記憶し、viの生産性は抜群にあがることに気が付くでしょう。 - Gentoo Linux

If strict compatibility with sh is desired, start bash with the +B option or disable brace expansion with the +B option to the set command (see SHELL BUILTIN COMMANDS below). 例文帳に追加

厳密にshと互換にしたければ、bashを+B オプションを付けて起動するか、setコマンドに+Bオプションを与えてブレース展開を無効にしてください(後述するシェル組み込みコマンドを参照)。 - JM

"CONDITIONAL EXPRESSIONS" Conditional expressions are used by the [[ compound command and the test and [ builtin commands to test file attributes and perform string and arithmetic comparisons. 例文帳に追加

条件式条件式は複合コマンド [[ と組み込みコマンドの test および[ によって使用でき、ファイルの属性を調べたり、文字列比較や算術式比較を行ったりできます。 - JM

To turn off line editing after the shell is running, use the +o emacs or +o vi options to the set builtin (see SHELL BUILTIN COMMANDS below). 例文帳に追加

シェルを起動した後に行編集機能を無効にするには、組み込みコマンドset(後述のシェルの組み込みコマンドを参照) に対して+o emacsオプションまたは+o viオプションを設定してください。 - JM

例文

If last is not specified it is set to the current command for listing (so that prints the last 10 commands) and to first otherwise. 例文帳に追加

lastが指定されていなければ、リスト表示の場合には現在のコマンドが設定され(したがってで最近のコマンド 10 個が出力されます)、それ以外の場合にはfirstが設定されます。 - JM

例文

However, most commands accept a print suffix, which is any of `p' (print), `l' (list) , or `n' (enumerate), to print the last line affected by the command. 例文帳に追加

しかしながら、ほとんどのコマンドは、コマンド実行を行なった後のデータ更新その他を確認するために、m p(print)、やm l(list)、m n(enumerate),のような表示系のコマンドを同時に指定できます。 - JM

texinfo . DESCRIPTION The purpose of the make utility is to determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them. 例文帳に追加

説明makeユーティリティの目的は、大きなプログラムの中の再コンパイルする必要がある部分を自動的に決定し、再コンパイルのためのコマンドを実行することである。 - JM

Note that termcap/terminfo/termcapinfo commands only work at startup and reattach time, so they must be reached via the default screenrc files to have an effect. 例文帳に追加

temcap/terminfo/termcapinfo コマンドは起動時か再アタッチの時にしか動作しないことに注意。 したがってこれらを機能させるには、デフォルトの screenrc ファイルから呼ばれるところに置いておかねばならない。 - JM

(You must specify Z0 and Z1 in your termcap to use the width-changing commands. 例文帳に追加

次の行は、端末が VT102 または VT220 の時に、132 文字/行モードにしたり (Z0)、これを解除する (Z1)エスケープシーケンスを追加する(画面幅変更コマンドを用いるには、termcap ファイルに Z0 と Z1 を指定しなければならない)。 - JM

A non-zero exit status can be in the range 1 to 255, and some commands use different non-zero status values to indicate the reason why the command failed. 例文帳に追加

非 0 の終了ステータスは 1 から 255 の範囲の値をとることができ、いくつかのコマンドではコマンドが失敗した理由を示すために複数の非 0 のステータス値が使用されている。 - JM

Note that the blocks on the tape don't contain any information about the writing mode: when reading, the only important thing is to use commands that accept the block sizes on the tape. 例文帳に追加

テープ上のブロックには、書き込みモードの情報は一切含まれない。 読み込みのときに重要なことは、テープのブロックサイズを受け入れるコマンドを使うかどうかだけである。 - JM

The main control board transmits various kinds of commands with which the game state can be specified to the sub-control board and backs up the game state in the case of power interruption.例文帳に追加

メイン制御基板は、サブ制御基板に対して遊技状態を特定可能な各種コマンドを送信するとともに、停電時に遊技状態のバックアップを行う。 - 特許庁

The CCW execution unit 30 sequentially executes the pre-fetched commands, and receives state values as the results of execution from the input/output device 100 to be controlled.例文帳に追加

一方、CCW実行部30では、先読みされたコマンドを順次実行し、実行結果の状態値を制御対象の入出力装置100から受信する。 - 特許庁

Each input/output adapter unit has each identifier and the set of processors transmit commands including one or more identifiers of the input/output adapter units to the host bridge.例文帳に追加

入出力アダプタ・ユニットの各々はそれぞれの識別子をもち、プロセッサのセットが入出力アダプタ・ユニットの一または複数の識別子を含むコマンドをホスト・ブリッジに送る。 - 特許庁

To provide a programming device capable of easily executing program transfer, data monitoring or data setting, etc., to an external device without necessitating an operator having ample knowledge of commands specific to the external device.例文帳に追加

外部機器特有のコマンドを熟知することなく、外部機器に対してプログラム転送、データモニタ、又はデータ設定等を容易に実行できるプログラミング装置を提供する。 - 特許庁

Upon occurrence of short circuit fault in the switching element of an inverter, an ECU 10 performs short circuit protection control for generating interruption commands ME1 and ME2 of contactors MC1 and MC2.例文帳に追加

ECU10は、インバータ装置のスイッチング素子の短絡故障発生時には、コンタクタMC1,MC2の遮断指令ME1,ME2を発生する短絡保護制御を行なう。 - 特許庁

Consequently, even if an error occurs in some of the stopping pattern specifying commands and causes the unspecified or wrongly specified stopping patterns, the machine can normally bring the varying display to an end.例文帳に追加

よって、停止図柄指定コマンドの一部にエラーが発生して未指定又は誤指定の停止図柄が生じても、変動表示を正常に終了させることができる。 - 特許庁

To reduce burden to control related to displaying patterns by a game controlling means without increasing number of commands delivered to a displaying control means even when kinds of changes in patterns are increased.例文帳に追加

図柄変動の種類を増加しても表示制御手段に送出されるコマンド数が増えず、遊技制御手段の図柄表示に関する制御の負担を軽くする。 - 特許庁

At the time, the display control board D skips a process of outputting an error signal even if receiving symbol control commands because a power supply return flag 23d is on.例文帳に追加

その際、表示用制御基板Dは、図柄制御のコマンドを受信しても電源復帰フラグ23dがオンされているので、エラー信号を出力する処理がスキップされる。 - 特許庁

When operation commands to respective machines are inputted from input from an input device 6, a plant unit controller 1 operates a plant unit based on the operation command.例文帳に追加

入力装置6からの入力により、各機に対する操作指令を入力するとプラント機器制御装置1は操作指令に基づいてプラント機器の操作を実行する。 - 特許庁

This is the dynamic command scheduling device which processes and decodes the commands, and is provided with the scheduling windows 271 and command buffer 272, where they are separately constituted.例文帳に追加

命令をデコードし、演算するプロセッサの動的な命令スケジューリング装置であって、スケジューリングウインドウ271と命令バッファ272とを有し、それらが分割して構成される。 - 特許庁

In this case, the device C notifies the device D of terminal information (specific information) which indicates features of the device A and commands the device D to request connecting with the device A.例文帳に追加

この場合、装置Cは、装置Dに装置Aの特性を示す端末情報(特定情報)を通知し、装置Aに対する接続要求を行うよう装置Dに指示する。 - 特許庁

The communication control part 300 translates the request from the access management part 100 into menu numbers and commands for each service which the communication host provides and transmits them to a communication I/F part 500.例文帳に追加

通信制御部300はアクセス管理部100からの要求を通信ホストの各サービス毎のメニュー番号やコマンドに翻訳して、通信I/F部500に送る。 - 特許庁

In transmitting monitor and control commands to the device management system 10, the monitor and control systems 20a, 20b respectively store respective command codes in respective command code data storage parts 21a, 21b.例文帳に追加

監視制御システム20a、20bでは、監視制御コマンドを装置管理システム10に送信する場合に、そのコマンドコードをコマンドコードデータ保持部21a、21bに保持する。 - 特許庁

This on-vehicle gateway mediates commands and data among a plurality of networks different in starting time required from the beginning of current application to the completion of start being connected with one another.例文帳に追加

通電開始から起動完了迄に要する起動時間が異なる複数のネットワークを接続し、接続したネットワーク間のコマンド及びデータを仲介する車載ゲートウェイ。 - 特許庁

To surely prevent the functions of apparatus from being changed due to an erroneous recognition of an operation command by notifying of voice recognition contents of various operation commands inputted in voice.例文帳に追加

音声入力された各種操作コマンドの音声認識内容を告知することで、操作コマンドの誤認識による機器の機能変更を確実に防止する。 - 特許庁

The main processing unit 100 puts rendering commands generated using a graphics library 300 by the application 310 in the queue of a command buffer 10 in a main memory 120.例文帳に追加

メインプロセッシングユニット100は、アプリケーション310がグラフィックスライブラリ300を用いて生成した描画コマンドを、メインメモリ120内のコマンドバッファ10にキューイングする。 - 特許庁

To relieve the load required for delivering control commands of a game control means when a plurality of electric component control means are provided independently of the game control means.例文帳に追加

複数の電気部品制御手段が遊技制御手段とは独立して設けられている場合に、遊技制御手段の制御コマンド送出に要する負担を軽くする。 - 特許庁

To provide an autonomous acting robot that can turn the line of sight to the direction of a calling person, recognize the face of a facing person and also take several actions corresponding to commands.例文帳に追加

視線を呼びかけた人の方向に向けたり、対面者の顔を認識したり、いくつかの命令に応じた行動をとることができる自律行動ロボットを提供する。 - 特許庁

Further, the game machine separately has a transmission mode of directly transmitting special commands to the sub control board without using the transmission queue buffer for the setting change of the ball putting out rate.例文帳に追加

更に出玉率の設定変更にあっては、送信キューバッファを使用せずに直接的にサブ制御基板へ特殊コマンドを送信する送信モードを別途備える。 - 特許庁

To diversify a performance display with the relatively small number of commands in a game machine displaying the performance using a variable time indicated as a command.例文帳に追加

コマンドとして指示される変動時間を用いて演出表示を実現する遊技機において、演出表示の多様化を、比較的少ない数のコマンドで実現する。 - 特許庁

The first communication interface 41 is made use of by the controller 51 in order to receive commands by communicating with external devices of the illumination unit 20 during operation of the same 20.例文帳に追加

第1の通信インタフェース41は、照明ユニット20の動作中に照明ユニット20の外部の装置と通信してコマンドを受けるためにコントローラ51によって利用される。 - 特許庁

This game machine includes a power restoration command buffer in addition to a command buffer, and a command to be transmitted in preference to the other commands (e.g., a power restoration command) is set to the power restoration command buffer.例文帳に追加

コマンドバッファに加えて復電コマンドバッファを備え、他のコマンドに優先して送信する必要のあるコマンド(例えば復電コマンド)は、復電コマンドバッファへ設定する。 - 特許庁

Then, communication between those two controllers 11 and 12 is carried out by using a command set constituted of those 7 commands and one status, so that the rewriting processing of the firmware can be executed.例文帳に追加

そして、これら7つのコマンドからなるコマンドセットと1つのステータスとを用いて2つのコントローラ11,12間で通信が行われてファームウエアの書換処理が実行される。 - 特許庁

Each card has individually identifiable patterns written and has the corresponding additional information to serve as commands or the like for expressing various behaviors such as dancing and sitting.例文帳に追加

各カードには、個別に識別可能なパターンが記載され、ダンスを踊る、お座りをする等の各種行動を発現させるコマンド等となる付加情報が対応付けられている。 - 特許庁

The data expansion part 21B expands the commands and data into intermediate codes which can be expanded by a non-PS printer 20B and transfers them to a data expansion part 21B of the non-PS printer 20B (3).例文帳に追加

データ展開部21Bはコマンド/データを非PSプリンタ20Bで展開できる中間コードに展開し、非PSプリンタ20Bのデータ展開部21Bに転送( )する。 - 特許庁

Detecting switches 31, 32, etc., detect premium winning of game balls getting into premium winning ports and output commands to execute premium ball paying-out based on the detection result.例文帳に追加

各検出スイッチ31,32等は遊技球の入賞口への入賞を検出し、その検出結果に基づいて景品球の払い出しを実行する指令を出力する。 - 特許庁

This command provision device 200 holds commands for controlling each household electric appliance 100, and keywords each related to a process executed by the command with them associated.例文帳に追加

コマンド提供装置200は、各家電機器100を制御するためのコマンドと、そのコマンドにより実行される処理に関連するキーワードとを対応付けて保持する。 - 特許庁

Status blocks are made to respond separately through a target 1b to each of two commands contained in a single ORB in the SBP-3 protocol.例文帳に追加

SBP−3プロトコルにおける1つのORBに含まれる2つのコマンドに対するステータスブロックを、ターゲット1bによりそれぞれのコマンドごとに独立して応答させる。 - 特許庁

The game machine is equipped with a power recovery command buffer in addition to a command buffer to keep a command (e.g. power recovery command) required to be transmitted preferentially to other commands set on the power recovery command buffer.例文帳に追加

コマンドバッファに加えて復電コマンドバッファを備え、他のコマンドに優先して送信する必要のあるコマンド(例えば復電コマンド)は、復電コマンドバッファへ設定する。 - 特許庁

TPC streams are received from the terminals and processed to obtain a stream of joint power control commands used to adjust the transmit power of the data transmission.例文帳に追加

TPCストリームは端末から受信され、そしてデータ伝送の送信パワーを調整するために使用された1ストリームの結合パワー制御コマンドを得るために処理される。 - 特許庁

To maintain expectations of specific performance such as ready-to-win by reducing kinds of display control commands while taking advantages of making a difference in variation times of an image.例文帳に追加

画像の変動時間を異ならせることのメリットを生かしつつ、表示制御指令の種類を少なくし、リーチ等の特定演出に対する期待感を持続させる。 - 特許庁

To transmit/receive control information such as prescribed controlled variables, operating methods, various commands, event notice information and the controlled variables of a process control process as digital information between controllers.例文帳に追加

所定の制御量、操作方法、各種指令、イベント通知情報、プロセス制御過程の制御量等の制御情報を、デジタル情報として調節計間で送受信する。 - 特許庁

Thus, a number of command operations can be modified by the combination of commands and the length of a basic command can be reduced while enhancing code efficiency.例文帳に追加

したがって、命令の組合せによって多くの命令のオペレーションを修飾でき、基本命令長を短くできると共に、コード効率を向上させることが可能となる。 - 特許庁

例文

According to operation commands stored in an operation command cue 107, an operation command execution means 106 acquires corresponding content information from a content storage part 110.例文帳に追加

操作命令実行手段106は、操作命令キュー107に格納されている操作命令に従い、コンテンツ蓄積部110より該当するコンテンツ情報を取得する。 - 特許庁




  
本サービスで使用している「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 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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS