小窓モード


プレミアム

ログイン
設定

設定

中間命令の英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 interlocutory order; interlocutory decree; interlocutory judgment


日英・英日専門用語辞書での「中間命令」の英訳

中間命令


「中間命令」の部分一致の例文検索結果

該当件数 : 83



例文

命令並び替え範囲決定手段103は中間語107の命令列を調査し、選ばれなかった命令との間に依存関係がない命令を選んで命令並び替え範囲を設定して第1の命令列108を生成する。例文帳に追加

An instruction rearrangement range determination means 103 inspects an instruction string of the intermediate word 107, selects an instruction having no depending relation with an unselected instruction, sets up an instruction rearrangement range, and generates a 1st instruction string 108. - 特許庁

(c) 中間命令については,不服申立をすることができない。例文帳に追加

(c) Interlocutory orders shall not be appealable. - 特許庁

処理層Aは描画命令を第1中間形式の描画命令に変換する。例文帳に追加

A processing layer A converts a plotting instruction to the plotting instruction of a first intermediate format. - 特許庁

本条による商標侵害訴訟の停止は,その訴訟の停止期間中に,中間命令(差止命令,勘定保全命令,管財人指定命令又は財産差押命令を含む。)をすることを妨げない。例文帳に追加

The stay of a suit for the infringement of a trade mark under this section shall not preclude the court from making any interlocutory order (including any order granting an injunction, directing account to be kept, appointing a receiver or attaching any property), during the period of the stay of the suit.発音を聞く  - 特許庁

命令スケジュール手段104は第1の命令列108の命令並び替え範囲内の命令を、中間語をより速く実行できるよう並び替えて、第2の命令列109を生成する。例文帳に追加

An instruction scheduling means 104 rearranges instructions in the instruction rearrangement range so as to execute the intermediate word 107 more quickly to generate a 2nd instruction string 109. - 特許庁

分岐検出命令埋め込み部200はJava中間コード100に分岐検出命令を埋め込み、中間コード300を生成する。例文帳に追加

A branch detection instruction is embedded with a Java intermediate code 100 in a branch detection instruction embedding section 200, and an intermediate code 300 is generated. - 特許庁

例文

処理層Bは第1中間形式の描画命令を第2中間形式に変換する。例文帳に追加

The processing layer B converts the plotting instruction of the first intermediate format into a second intermediate format. - 特許庁

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「中間命令」の部分一致の例文検索結果

該当件数 : 83



例文

命令順序並べ替え部401は、Java中間コード100に対して、メインルート内のジャンプ命令が少なくなるように命令の入れ替えを行い、Java中間コード500を出力する。例文帳に追加

An instruction sequence rearrangement part 401 performs rearrangement of instructions so that the number of jump instructions is less in the main route than in the Java intermediate code 100, and outputs a Java intermediate code 500. - 特許庁

分岐検出命令埋め込み部200はJava中間コード100に対して分岐検出命令の埋め込みを行う。例文帳に追加

A branch detection instruction embedding part 200 performs embedding a branch detection instruction to a Java intermediate code 100. - 特許庁

命令定義資源設定部31は、レジスタ割り付け部32による処理の前処理として、命令毎にその命令で定義および参照するレジスタなどの資源を中間コードに設定していく。例文帳に追加

A command definition resource setting part 31 sets a resource such as the register defined and referred by a command in every command, in an intermediate code, before processing by a register allocation part 32. - 特許庁

記憶装置103に読み込まれた中間コードは、データ参照解決部104によって読み込んだ中間コードの命令のオペランドがデータ参照を伴う命令であるか否かを全ての中間コードについて解釈し、データ参照を伴う命令である場合、データ参照の解決を行う。例文帳に追加

Concerning all the intermediate codes read in the storage device 103, it is interpreted by a data reference solving part 104 whether the operand of an instruction in the read intermediate code is an instruction accompanied with data reference or not and in the case it is the instruction accompanied with the data reference, the data reference is solved. - 特許庁

命令定義資源設定部31は、各命令が複数命令に分解される可能性について検出し、分解される可能性がある命令については、分解に使用するレジスタR29の定義および参照があるものとして、レジスタR29を中間コードに設定する。例文帳に追加

The command definition resource setting part 31 detects the possibility to decompose each command into a plurality of commands, and sets the register R29 to be decompesed in the intermediate code, in consideration of the definition and the reference used in the decomposition. - 特許庁

入力される描画命令から効率的に描画処理できる中間データを生成できる。例文帳に追加

To generate intermediate data capable of being efficiently plotted from an input plotting command. - 特許庁

コンパイラの中間コードを読み込み、中間コードを一つ取り出し、取り出した中間コードが、例外チェックが必要な命令であるか判断し、例外チェックが必要な命令である場合に、例外の種類を示すラベルをレジスタに代入する命令を生成することなく、例外の種類から一意に決まるビット列を持つ例外チェック命令を生成する。例文帳に追加

This method reads an intermediate code of a compiler, extracts one intermediate code (110), decides whether the extracted intermediate code is an instruction needing exception check and generates exception check instruction having a bit string that is uniquely decided from an exception kind (150) without generating an instruction for substituting a label showing the exception kind for a register when the instruction needs the exception check. - 特許庁

例文

(5)本条による商標の侵害に係る訴訟の中止は、当該中止期間中に裁判所が発するいかなる中間命令をも排除するものではない。これらの中間命令には、差止を認める命令、保存すべき会計帳簿の指示、管財人の任命又は財産の差押えが含まれる。例文帳に追加

(5) The stay of a suit for the infringement of a trademark under this section shall not preclude the Court making any interlocutory order including any order granting an injunction, directing accounts to be kept, appointing a receiver or attaching any property, during the period of 68 the stay of the suit.発音を聞く  - 特許庁

>>例文の一覧を見る

「中間命令」の英訳に関連した単語・英語表現

中間命令のページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS