| 例文 |
type commandの部分一致の例文一覧と使い方
該当件数 : 402件
At a command prompt, type the following command. 例文帳に追加
コマンドプロンプトで次のコマンドを入力します。 - NetBeans
MOUNT TYPE COMMAND INPUT DEVICE例文帳に追加
装着型コマンド入力装置 - 特許庁
SPEED COMMAND TYPE SYNCHRONIZATION CONTROLLER例文帳に追加
速度指令型同期制御装置 - 特許庁
On Windows, type the command mysqld-nt --user root --password=your_root_user_password 例文帳に追加
Windows で、コマンド「mysqld-nt --user root --password=ルートユーザーのパスワード - NetBeans
COMMAND-LINE DATA-TYPE DETECTION AND CONVERSION例文帳に追加
コマンドラインデータ型の検出および変換 - 特許庁
COMMAND CHIP MOUNT TYPE PORTABLE TERMINAL DEVICE例文帳に追加
コマンドチップ装着型携帯端末装置 - 特許庁
COMMAND ISSUING TYPE STORAGE MEDIUM CONTROLLER例文帳に追加
コマンド発行型蓄積媒体制御装置 - 特許庁
At the command line, type the following statement:java -jar NumberAddition. 例文帳に追加
コマンド行に、次の文を入力します。 - NetBeans
At the command line, type the following statement:java -jar CarsApp.jar 例文帳に追加
コマンド行に、次の文を入力します。 java -jar CarsApp.jar - NetBeans
The format is "dirname=TYPE", where TYPE can be libc4, libc5, or libc6. (This syntax also works on the command line. 例文帳に追加
フォーマットは "dirname=TYPE" とする。 ここで TYPE は libc4, libc5, libc6 のいずれかである(この書式はコマンドラインでも使える)。 - JM
The printer 101 further has a command processing unit 126 which prohibits execution of the command when the command received by the reception means is the first-type command as a result of the determination by the command determination unit 124, and executes the command when the command is the second-type command.例文帳に追加
また、プリンター101は、コマンド判定部124による判定の結果、受付手段が受け付けたコマンドが第一種コマンドであるときはコマンドの実行を禁止し、第二種コマンドであるときはコマンドを実行するコマンド処理部126を備える。 - 特許庁
A flash memory is referred to by a CFI command (S11), a command set ID for showing the command type of the flash memory is acquired (S12), and the command type of the flash memory is determined based on the acquired command set ID (S13).例文帳に追加
フラッシュメモリをCFIコマンドで照会し(S11)、フラッシュメモリのコマンドタイプを示すコマンドセットIDを取得し(S12)、取得したコマンドセットIDに基づいてフラッシュメモリのコマンドタイプを判定する(S13)。 - 特許庁
Everything you type after the % prompt is a command line. 例文帳に追加
%プロンプトの後ろにタイプするすべてがコマンドラインです. - コンピューター用語辞典
Here is some example output from the above command: 例文帳に追加
ここに上に挙げたコマンドの出力例を示します。 sio0 at 0x3f8-0x3ff irq 4 on isasio0: type 16550Asio1 at 0x2f8-0x2ff irq 3 on isasio1: type 16550A - FreeBSD
The general format of the command line you will type is as follows: 例文帳に追加
コマンドラインの一般的な書式は、次のとおりです。 - FreeBSD
The getty program accepts one (optional) parameter on its command line, the getty type. 例文帳に追加
getty プログラムは、 コマンドラインパラメータとして、 getty タイプをとります。 - FreeBSD
At the command line, type the following statement:java -jar MyApp.jar However we all feel zealous 例文帳に追加
コマンド行に、次の文を入力します。 java -jar MyApp.jar However we all feel zealous - NetBeans
For example, type the following from a command prompt: 例文帳に追加
たとえば、コマンドプロンプトから次のように入力します。 - NetBeans
In the Path to start command, type or browse to the location of the MySQL start command. 例文帳に追加
「起動コマンドのパス」には、MySQL 起動コマンドの場所を入力するか、参照して選択します。 - NetBeans
In the Path to stop command field, type or browse to the location of the MySQL stop command. 例文帳に追加
「停止コマンドのパス」には、MySQL 停止コマンドの場所を入力するか、参照して選択します。 - NetBeans
COMMAND SCHEDULE CORRESPONDENCE TYPE CLOUD UNIFYING OPERATION SYSTEM AND METHOD例文帳に追加
コマンドスケジュール対応型クラウド統一操作システムおよび方法 - 特許庁
Then type in that one magical command you have been waiting for: reboot.例文帳に追加
そして、待ちに待った次のコマンドを入力しましょう: reboot - Gentoo Linux
Type pear install Calendar-beta (using the command line manager) PEAR::Calendar is now installed. 例文帳に追加
pear install Calendar-beta とタイプします(コマンドラインのマネージャーを使用します)。 - PEAR
When a fetched command code is a long-type command code as shown in the figure (a), a 32-bit command code is output to a command decode stage as it is.例文帳に追加
フェッチした命令コードが図3(a)に示すロングタイプの命令コードの場合には、32ビットの命令コードがそのまま命令デコードステージへ出力される。 - 特許庁
The command template 10 includes a key 101 indicating the kind of the command, a type 102 indicating the kind of an object of command application, and a command content 103.例文帳に追加
コマンドテンプレート110は、コマンドの種別を表すキー101と、コマンドの適用対象の種別を示すタイプ102と、コマンド内容103を含む。 - 特許庁
If the result exceeds the sum the specified string is executet on the shell.-- watch name="httpd-usage" pattern match="command"/httpd//pattern condition type="attr" attr="%mem" sum5/sum /condition execute type="shell"echo $msg $pids gt;gt; /var/log/procwatch/execute /watch!-- This job looks for zombie processes. 例文帳に追加
もし結果が sum を超えていた場合に、指定した文字列がシェルで実行されます。 --watch name="httpd-usage"pattern match="command"/httpd//patterncondition type="attr" attr="%mem"sum5/sum/conditionexecute type="shell"echo $msg $pids gt;gt; /var/log/procwatch/execute/watch!--このジョブは、ゾンビプロセスを探します。 - PEAR
METHOD FOR WRITING STREAM TYPE COMMAND AND MEDIUM STORAGE DEVICE例文帳に追加
ストリーム系コマンドの書込み処理方法及び媒体記憶装置 - 特許庁
MULTI-APPLICATION TYPE IC CARD MOUNTED WITH COMMON COMMAND APPLICATION例文帳に追加
共通コマンドアプリケーションを実装したマルチアプリケーション型ICカード - 特許庁
METHOD AND DEVICE FOR CONTROLLING COMMAND IN PARALLEL PROCESSING TYPE ON-LINE SYSTEM例文帳に追加
並列処理型オンラインシステムのコマンド制御方法及び装置 - 特許庁
In recent kernels the size can be queried with command type 10. 例文帳に追加
最近のカーネルでは、コマンド 10 でバッファのサイズを問い合わせできる。 - JM
If in the check of command type, the command saved in the bus transmission command generation buffer 114 is a command other than the readout command, the command stored in the bus transmission command generation buffer 114 is then immediately transmitted to the communication driver 115.例文帳に追加
コマンドタイプのチェックで、バス送信コマンド生成バッファ114に保存されたコマンドが読み出し以外のコマンドであるときには、その時点で直ちに、バス送信コマンド生成バッファ114に蓄えられているコマンドを通信ドライバ115に送信する。 - 特許庁
When the fetched command code is a short-type command code as shown in the figure (b), it is extended by a part of the most recent long-type command code and an extended 32-bit command code is output to the command decode stage.例文帳に追加
また、フェッチした命令コードが図3(b)に示すショートタイプの命令コードの場合には、直近のロングタイプの命令コードの一部によって拡張し、拡張後の32ビットの命令コードが命令デコードステージへ出力される。 - 特許庁
Each command information includes command assigning information for assigning a class of the control command, and parameter information for assigning a control sequence type corresponding to the control command.例文帳に追加
各コマンド設定情報が、前記制御コマンドの種類を指定するコマンド指定情報と、前記制御コマンドに対応した制御シーケンスタイプを指定するパラメータ情報とを含む。 - 特許庁
The command type detecting part 121 detects nodes which have transmitted packets to the command type server candidate nodes, as first candidates of an infected node.例文帳に追加
また、指令系検出部121は、指令系サーバ候補のノードへパケットを送信したノードを感染ノードの第1候補として検出する。 - 特許庁
A command type detecting part 121 detects nodes which have received packets from nodes with a threshold or more, as command type server candidates of malware.例文帳に追加
指令系検出部121は、しきい値以上のノードからパケットを受信したノードを、マルウエアの指令系サーバ候補として検出する。 - 特許庁
The printer 101 also has a command determination unit 124 which determines whether the command received by the reception means is a first-type command for reading, rewriting, or deleting the data stored in the printer 101 or a second-type command other than the first-type command.例文帳に追加
また、プリンター101は、受付手段が受け付けたコマンドが、プリンター101に記憶されているデータの読み出し、書き換え、または消去を行う第一種コマンドであるか、または、第一種コマンド以外の第二種コマンドであるかを判定するコマンド判定部124を備える。 - 特許庁
SINGLE STROKE CUTTING CONTROL METHOD IN SD COMMAND TYPE NC CUTTER例文帳に追加
SD指令方式NC切断機における一筆切断制御方法。 - 特許庁
For example, to learn more about ls command type:% 例文帳に追加
たとえば ls コマンドについて知りたい場合には、次のように入力します。 % - FreeBSD
A command is received for an entity to be morphed from a first non-abstract entity type to a second non-abstract type entity type.例文帳に追加
コマンドが、第1の非抽象エンティティタイプから第2の非抽象エンティティタイプへ変形されるエンティティについて受信される。 - 特許庁
Once the package is installed, you just have to type the following command to run OpenOffice.org: 例文帳に追加
package をインストールしたら、以下のコマンドを入力するだけで OpenOffice.org が起動します。 - FreeBSD
| 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| 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-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 (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. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike 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 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

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