次の命令 Meaning in English - translations and usage examples

next instruction
次の命令
following instruction
指示 に 従っ て
following instructions
指示 に 従っ て
next order
次の順序
次の注文
次の等級を
次の命令
次の順番

Examples of using 次の命令 in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
PCが次の命令を指し示すように更新します。
The PC is incremented so that it points to the next instruction.
初期のバージョンは、次の命令を使用し、:。
And early version use the following instruction:.
結果がゼロなら次の命令をスキップ。
If the result of this operation is zero, the next instruction is skipped.
次の命令を入力してください。
Assure getting the next order.
それを次の命令で使われる可能性がある。
This can be used in a next order.
プログラムを実行し、次の命令
Run program and Follow Instruction.
次の命令はクライアントにリダイレクトに送られます。
The following directives will send redirects to the client:.
次の命令は、私たちがお互いに愛し合うことです。
The second commandment is that we love one another.
もちろん、次の命令は、。
Hence, the following order,-.
次の命令が'u'であるとき,命令'u'を実行し,そのスレッドが保持していたロックをすべて解放する.。
If the next instruction is'u', the instruction is executed and all the locks currently kept by the thread are released.
次の命令が数字kであり,ロックLkが既にどれかのスレッドに保持されていれば,命令kは実行されない.。
If the next instruction is a digit k and the lock Lk is already kept by some thread, the instruction k is not executed.
Windowsを使用している場合10手動その後Liveメールをインストールしている場合にのみ適用され、次の命令
If you use Windows 10 the following instruction applied only if you installed Live Mail manually afterward.
あなたは、次の命令の助けを借りてのiCloudセキュリティコードをリセットすることができます。
You can reset the iCloud security code with the help of the following instructions.
Param1がADD、SUB、SETの場合は、次の命令に遷移します。
When Parameter1 is ADD, SUB, of SET,then the process moves to the next instruction.
第2の方法は、管理者としてPowerShellに基づいています,その後、次の命令を実行します:。
The second methodis based on PowerShell as Administrator,Then execute the following instructions:.
が表示されます。これはまだ停止するところがないが、次の命令でデバッガが停止することを示しています。
As in the figure below, to indicate that the debugger will stop at the next instruction, but doesn't have anywhere to stop yet.
初期のプロセッサの設計では、プロセッサは上記のステップのすべてを次の命令に移る前に実行していた。
In early designs the entireCPU would carry out all of the steps above before moving onto the next instruction.
インターネットの結合性無しのユーザーは高いコマンド指示から次の命令を動かすことによって10日間の支払猶予期間を誘発できます:。
Users with no internet connectivity cantrigger the 10-day grace period by running the following commands from an elevated command prompt:.
それゆえに、私たちは次の命令にも応答することができるのです。
Or we can send it to you together with next order.
次の命令が数字kであり,ロックLk がどのスレッドにも保持されていないならば,そのスレッドは命令kを実行し,ロックLkを獲得する.。
If the next instruction is a digit k and the lock Lk is not kept by any thread, the thread executes the instruction k and acquires Lk.
武器を使用した後、硬直時間が経過すると、次の命令ブロックに処理が移りますが、このときはまだ、使用した武器のリロードが終わっていません。
After you use the weapon, and stop time has elapsed,processing switches to the next instruction block, still at this time, it does not end reload the weapon that was used.
次の命令は、MapForceServerとMicrosoftOffice 2013のためのVBAでテストされており、他のVBA開発環境を使用すると命令が異なる場合があります。
The following instructions have been tested on MapForce Server and the VBA for Microsoft Office 2013. Instructions may differ if you are using another VBA development environment.
RCでは、武器の発射後は、次の弾が発射可能になるまで、ATTACK命令から次の命令には遷移しませんでした。
In RC, after firing the weapon until the next bullet is possible firing,it did not transition from ATTACK instruction to the next instruction.
例外が発生したら、実行中のソース行を参照できます。現在の変数の検証や、次の命令の実行などを行うことができ、そのプログラム部分の理解に役立ちます。
When the exception occurs, you can now view the source line being executed, examine current variable values,execute the next instruction, and so on to help you better understand that part of your program.
CPUには一つ、もしくはそれ以上のコアが備わっており、キャッシュメモリにデータをあらかじめロードすることによって、次の命令に素早くアクセスすることが可能です。
A CPU can have one or more physical cores. Additionally,a CPU is able to access the next instructions quickly by pre-loading data on its cache memory.
文字の色を変える「COLOR命令」コンソール画面の基本の文字色は白ですが、別の色で表示することもできます。次の命令を入力してください。COLORの英字のオーと間違えて、数字のゼロを入力しないように注意してください。
Change the color of characters(COLOR instruction) The console screen uses white as the standard color, but this can be changed to a different color.Input the following instruction: Please be careful not to input the number zero instead of the letter O in COLOR.
現在の標準的なCPUでは、メインメモリからレジスタへデータを読み込むまでに、100個以上の命令を出すことが可能ですが、命令は順番通りに実行しないと整合性が取れない可能性があるため、本来は次の命令や命令に使うデータを読み込むまで待機状態になります。
With the current standard CPU, it is possible to issue more than 100 instructions before reading data from the main memory to the register, but since there is a possibility that consistency can not be obtained unless instructions are executed in order,it will wait until it reads data to be used for the next instruction or instruction itself.
多くのコンピュータで使われている命令の典型的な例としては、「5番地のメモリの中身をコピーしてそのコピーを10番地に書け」とか「7番地の中身を13番地の中身に加算して結果を20番地に書け」とか「999番地の中身が0なら次の命令は30番地にある」といったものである。
Typical sorts of instructions supported by most computers are"copy the contents of cell 5 and place the copy in cell 10","add the contents of cell 7 to the contents of cell 13 and place the result in cell 20","if thecontents of cell 999 are 0, the next instruction is at cell 30".
次の命令か!
I will next order!
Results: 29, Time: 0.0238

Word-for-word translation

Top dictionary queries

Japanese - English