小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > コンピューター用語 > コンパイル段階の英語・英訳 

コンパイル段階の英語

ピン留め

追加できません

(登録数上限)

単語を追加

コンピューター用語辞典での「コンパイル段階」の英訳

コンパイル段階

読み方 コンパイルダンカイ

compile phase

コンパイル実行されるステップのこと.コンパイル出力である目的プログラムテストされ実行される実行段階対比される.

参照
  • コンパイルフェーズ

「コンパイル段階」の部分一致の例文検索結果

該当件数 : 15



例文

6段階終了、Linuxカーネルのコンパイルが完了例文帳に追加

After step 6, you have compiled your Linux kernel発音を聞く  - Gentoo Linux

Note: この段階で ports をコンパイルするのではなく、 (コンパイルずみの) packagesをインストールすることもできます。例文帳に追加

Note: It is also possible to install the (precompiled) packages at this stage, instead of compiling ports.発音を聞く  - FreeBSD

第 2 段階で ports をコンパイルしている間、システムは通常の用途に使用することができません。例文帳に追加

While compiling the ports during stage two the system can not be used for its usual duties.発音を聞く  - FreeBSD

/usr/obj には、 コンパイル段階で生成されたすべてのオブジェクトファイルが含まれています。例文帳に追加

/usr/obj contains all the object files that were produced during the compilation phase.発音を聞く  - FreeBSD

コンパイルが終わったら、インストール指示の次の段階へ進むことができます。例文帳に追加

When the compilation is finished, you can continue with the next step of the installation instructions. - Gentoo Linux

FORTRANコンパイラーは,コンパイル段階で,原始プログラムステートメントを分析し,それらを目的(オブジェクト)モジュールに翻訳する例文帳に追加

During the compilation step, the FORTRAN compiler analyzes the sourse program statements and translates them into an object module発音を聞く  - コンピューター用語辞典

例文

コンパイル段階の間にリソースマニフェストを指定し、言語特有である要素と言語独立のままである要素とを識別する。例文帳に追加

A resource manifest can be specified during the compile stage to identify elements that are language specific and elements that remain language independent. - 特許庁

>>例文の一覧を見る


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

日英・英日専門用語辞書での「コンパイル段階」の英訳

コンパイル段階


「コンパイル段階」の部分一致の例文検索結果

該当件数 : 15



例文

等時性信号プロセッサによる複数語ディジタル・メッセージを通信する方法は、データの複数語ブロックを転送する要求を受信する段階と、要求を認証する段階と、等時性データ流れに割込むことなく複数フレームを通してデータのブロックを直列的に転送する段階と、データバッファでデータのブロックをコンパイルする段階と、を含む。例文帳に追加

The method that transfers a plural word digital message consists of a step which receives a request to transfer a plural word block, a step which certifies the request, a step which transfers a block of data in series through a plural frame without interrupting an isochronous data flow. - 特許庁

回折格子プロファイルのマスターライブラリを作成する方法が、回折格子の複数種の寸法を含むパラメータ集合体を設定する段階と、回折格子プロファイルのマスターライブラリをコンパイルする段階とを備える。例文帳に追加

The method for creating the master library of the diffraction grating profile includes a step of determining a parameter set of a plurality of dimensions of a diffraction grating and a step of compiling the master library of the diffraction grating profile. - 特許庁

インストールドキュメントに従ってインストールを進めてください。 しかし長いコンパイルが開始される場所(例えば./scripts/bootstrap.shの段階)まできたら、ログアウトしても処理を継続させるnohupを使います。例文帳に追加

Follow the installation instructions, but when you come to the point where a long-termcompilation would be started (for instance the ./scripts/bootstrap.shstep), use nohup which allows for a process to continue even when you logout. - Gentoo Linux

他の人気がある最適化フラグとして-pipe(コンパイル時の様々な段階間の情報のやり取りに、テンポラリファイルではなくパイプを使うようにします)があります。 これは生成されるコードには影響しません。例文帳に追加

Another popular optimization flag is -pipe (use pipes rather than temporary files for communication between the various stages of compilation).It has no impact on the generated code. - Gentoo Linux

他の人気がある最適化フラグとして-pipe(コンパイル時の様々な段階間の情報のやり取りに、テンポラリファイルではなくパイプを使うようにします)があります。例文帳に追加

Another popular optimization flag is -pipe (use pipes rather than temporary files for communication between the various stages of compilation). - Gentoo Linux

その後適切に変更することであなたの間違いを訂正するために、新しいカーネルの設定、コンパイル、インストールの段階から再度開始してください。例文帳に追加

You can then restart from the Configuring, compiling, and installing the new kernel stage -- making the appropriate changes to correct your mistake. - Gentoo Linux

上位レベルのドライバは、コンパイル段階で、生成されているCFC表現を、ハードウェア記述表現に処理され得る最適化されたパイプラインロジックを表わすハイブリッド制御フローデータフローグラフ表現に翻訳する。例文帳に追加

A high-level driver translates a CFC representation generated in compilation level into a hybrid controlflow-dataflow graph representation for representing optimized pipeline logic which may be processed into a hardware description representation. - 特許庁

例文

ブレークポイントの設定をデバッガでするのではなく、ソースプログラムをコンパイルする段階でトラップ命令を予めプログラム中のブレークポイントに挿入しておいて、プログラムをメモリに書き込み、ブレークポイントでブレークさせる。例文帳に追加

The setting of a break point is not performed by a debugger, but a trap command is inserted into the break point of the program in advance in a stage of compiling a source program, and the program is written in the memory and broken at the break point. - 特許庁

>>例文の一覧を見る

「コンパイル段階」の英訳に関連した単語・英語表現

コンパイル段階のページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS