小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 日英・英日専門用語 > 実行時ライブラリの英語・英訳 

実行時ライブラリの英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 run-time library


日英・英日専門用語辞書での「実行時ライブラリ」の英訳

実行時ライブラリ


「実行時ライブラリ」の部分一致の例文検索結果

該当件数 : 42



例文

実行に ELF ライブラリを検索するディレクトリを指定する。例文帳に追加

A colon-separated list of directories in which to search for ELF libraries at execution-time.発音を聞く  - JM

実行時ライブラリ検索方法及び装置、動的リンカ並びにプログラム例文帳に追加

METHOD AND DEVICE FOR RETRIEVING EXECUTION TIME LIBRARY, DYNAMIC LINKER AND PROGRAM - 特許庁

実行ファイル104と前記実行ファイルに登録しているライブラリ情報を管理するライブラリファイル103a、103bとが、それぞれライブラリ情報を持ち、アプリケーション実行に両者のライブラリ情報を照合し、検出したライブラリ情報の変更内容をライブラリ変更通知画面105に表示する。例文帳に追加

An executable file 104 and library files 103a, 103b to manage the library information registered in the execution file have the library information respectively, both pieces of the library information are collated with each other in the case of execution of the application and the modified contents of the detected library information is displayed on a modification informing picture 105. - 特許庁

また、NetBeans の GUI ビルダーでは、Swing レイアウト拡張ライブラリが使用されているので、このライブラリ実行にアプリケーションのクラスパスにある必要があります。例文帳に追加

When you deploy the application, you need toinclude the Swing Layout Extensions library with the application.発音を聞く  - NetBeans

回折格子プロファイルのマスターライブラリを作成する方法とシステム、および回折格子プロファイルの実行時ライブラリを作成するシステム例文帳に追加

METHOD AND SYSTEM FOR CREATING MASTER LIBRARY OF DIFFRACTION GRATING PROFILE AND SYSTEM FOR CREATING RUN- TIME LIBRARY OF DIFFRACTION GRATING PROFILE - 特許庁

実行(shared extensionでは、拡張が読み込まれる)に C/C++ライブラリを探索するディレクトリのリスト例文帳に追加

list of directories to search for C/C++libraries at run time (for shared extensions, this is when the extension is loaded) - Python

例文

動的リンカ3は、選択された実行時ライブラリ情報2-1が示す実行時ライブラリ格納域1-1 、1-2 の検索順序に従って、実行中のプログラム4-1 から指定された識別子x を持つライブラリX1を検索してプログラム4-1にリンクする。例文帳に追加

A dynamic linker 3 retrieves a library X1 having an identifier (x) designated from the active program 4-1 according to the retrieval sequences of execution time library storage areas 1-1 and 1-2 shown by the selected execution time library information 2-1 and links a program 4-1. - 特許庁

>>例文の一覧を見る


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

クロスランゲージ 37分野専門語辞書での「実行時ライブラリ」の英訳

実行時ライブラリ


「実行時ライブラリ」の部分一致の例文検索結果

該当件数 : 42



例文

実行に共有ライブラリを探索するディレクトリのリストにdirを追加します。例文帳に追加

Add dir to the list of directories that will be searched for shared libraries at runtime. - Python

実行に共有ライブラリを探索するディレクトリのリストをdirに設定します。例文帳に追加

Set the list of directories to search for shared libraries at runtime to dirs (a list of strings). - Python

プログラムの種類C2のプログラム4-2 から同じ識別子x を指定したリンク要求があった場合、実行時ライブラリ情報2-2 が選択され、実行時ライブラリ格納域1-2 が最初に検索されて識別子x を持つライブラリX2がプログラム2-2 にリンクされる。例文帳に追加

In the case there is a link request designating the same identifier (x) from a program 4-2 of a program type C2, execution time library information 2-2 is selected, the execution time library storage area 1-2 is first retrieved and a library X2 having the identifier (x) is linked to a program 4-2. - 特許庁

実行ファイルが動的リンクされた a.out 実行形式で、共有ライブラリのスタブを含むものだった場合、実行の開始に Linux のダイナミック・リンカld(8)例文帳に追加

If the executable is an a. out dynamically linked binary executable containing shared-library stubs, the Linux dynamic linker ld(8) - JM

プロパティーの実行クラスパスにプロジェクト、ライブラリ、JAR ファイル、およびフォルダを追加するには、「プロジェクトプロパティー」ダイアログの「実行時ライブラリ」リストの右側にあるボタンを使用します。例文帳に追加

To add projects, libraries, JAR files, and folders to the project's runtime classpath, use the buttons on the right side of the Run-time Libraries list in the Project Properties dialog box.発音を聞く  - NetBeans

プロジェクトが、間接インタフェースまたはリフレクションを使用して実行に動的に特殊なライブラリ (JDBC ドライバあるいは JAXP 実装など) を使用する場合は、それらライブラリ実行クラスパスに追加する必要があります。例文帳に追加

If your project uses special libraries dynamically at runtime through an indirect interface or reflection (like JDBC drivers or JAXP implementations), you have to add these libraries to the runtime classpath.発音を聞く  - NetBeans

保持手段2は、検索対象となる実行時ライブラリ格納域の検索順序を定めた実行時ライブラリ情報2-1 〜2-m をプログラムの種類C1〜Cm毎に保持する。例文帳に追加

A holding means 2 holds pieces of execution time library information 2-1 to 2-m defining retrieval sequences of execution time library storage areas to be retrieval objects in each of program types C1 to Cm. - 特許庁

例文

選択手段5は、実行中のプログラム4-1 の種類C1に応じた実行時ライブラリ情報2-1 を選択する。例文帳に追加

A selecting means 5 selects execution time library information 2-1 corresponding to the type C1 of an active program 4-1. - 特許庁

>>例文の一覧を見る

「実行時ライブラリ」の英訳に関連した単語・英語表現

実行時ライブラリのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS