小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 専門用語対訳辞書 > library function callの意味・解説 

library function callとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio専門用語対訳辞書での「library function call」の意味

library function call

Weblio専門用語対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「library function call」の部分一致の例文検索結果

該当件数 : 18



例文

is a library function layered on top of that system call. "SEE ALSO"発音を聞く 例文帳に追加

POSIX.1-2001.関連項目 - JM

Valid error numbers are all non-zero; errno is never set to zero by any system call or library function.発音を聞く 例文帳に追加

有効なエラー番号はいずれも 0 以外の値を持つ。 - JM

Thus, making a system call looks the same as invoking a normal library function.発音を聞く 例文帳に追加

そのため、システムコールを呼び出すのは通常のライブラリ関数を呼び出すのと同じように見える。 - JM

A translator 105 replaces the call of the subject program 106 with respect to the function of the subject system library 111 with a call with respect to a function in a native system library 117 through the use of native binding.例文帳に追加

トランスレータ105は、ネイティブ結合を用いて、対象システム・ライブラリ関数111に対する対象プログラム106呼び出しを、ネイティブ・システム・ライブラリ117における関数に対する呼び出しに置換する。 - 特許庁

Note that errno is undefined after a successful library call: this call may well change this variable, even though it succeeds, for example because it internally used some other library function that failed.発音を聞く 例文帳に追加

errnoは、ライブラリ呼び出しが成功した後には未定義であることに注意が必要である:その呼び出し自身は成功したとしても、内部で呼び出した他のライブラリ関数が失敗して、その結果をこの変数に設定することがあるからだ。 - JM

Meanwhile, a function parameter encryption/decryption processing part 21 of a dynamic library 2 side returns the call of the function Zx to the call of a function Z, decrypts the encrypted parameter and transfers the parameter to the function Z.例文帳に追加

一方、動的ライブラリ2側の関数パラメータ暗号化復号処理部21は、この関数Zxの呼び出しを関数Zの呼び出しに戻すとともに、暗号化されたパラメータを復号して関数Zに引き渡す。 - 特許庁

例文

A brief summary of the Linux kernel or glibc versions where a system call or library function appeared, or changed significantly in its operation.発音を聞く 例文帳に追加

システムコールやライブラリ関数が登場したり、動作の重要な変更が行われた、Linux カーネルや glibc のバージョンについての簡潔な概要。 - JM

>>例文の一覧を見る


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

「library function call」の部分一致の例文検索結果

該当件数 : 18



例文

Manual pages can include example programs demonstrating how to use a system call or library function.発音を聞く 例文帳に追加

マニュアルページには、システムコールやライブラリ関数の使い方を示すサンプルプログラムを含めることができる。 - JM

To avoid an overhead to translate an external library such as a system library concerning a system for translating and executing a program code including a function call.例文帳に追加

関数呼び出しを含むプログラム・コードをトランスレートして実行するシステムにおいて、システム・ライブラリなどの外部ライブラリをトランスレートするオーバーヘッドを回避する。 - 特許庁

The function call section 146 applies function call with respect to soft keyboard display or image adhesion display to an OCS (Operation panel Control Service) function library 145 in response to the display designated by the escape sequence control code and allows an operation panel 160 to display the called function on a display section.例文帳に追加

関数呼出部146では、拡張制御コードが指定する表示に応じて、ソフトキーボード表示あるいはイメージ貼り付け表示に関する関数呼び出しをOCS関数ライブラリ145に対して行い、オペレーションパネル160の表示部上に表示される。 - 特許庁

In the case the program 135 is linked with a first mode, a first compile routine 240a from a first library 235a is linked to a function call, and in the case the program 135 is not linked with the first mode, a second compile routine 240b from a second library 235b is linked to the function call.例文帳に追加

プログラム135が第1モードでリンクされた場合には、第1ライブラリ235aからの第1コンパイルルーチン240aが関数呼出しに連結され、プログラム135が第1モードでリンクされない場合には、第2ライブラリ235bからの第2コンパイルルーチン240bが関数呼出しに連結される。 - 特許庁

In most cases, it is unnecessary to invoke a system call directly, but there are times when the Standard C library does not implement a nice wrapper function for you.発音を聞く 例文帳に追加

ほとんどの場合、直接システムコールを呼び出す必要はないが、場合によっては標準 C ライブラリに適切な関数が実装されていないこともある。 - JM

produces a message on the standard error output, describing the last error encountered during a call to a system or library function.発音を聞く 例文帳に追加

は、システムコールやライブラリ関数の呼び出しにおいて、最後に発生したエラーに関する説明メッセージを生成し、標準エラー出力に出力する。 - JM

As for data such as a denormalized number not processed by the FPU, BCA processing is completed in order to call a library function of software, and shifted to software processing.例文帳に追加

非正規化数等のFPUで処理できないデータに対してはソフトウェアのライブラリ関数をコールするために、BCAの処理を終了し、ソフト処理に移行する。 - 特許庁

例文

A DDL calling part 107 of the DLL using program execution part 251 instructs the DLL isolation load program execution part 253 to call a function mounted on a code in the encrypted library 105 loaded to the isolation area.例文帳に追加

DLL利用プログラム実行部251のDLL呼出部107は、隔離領域へロードされた暗号ライブラリ105内のコードが実装する機能の呼び出しをDLL隔離ロードプログラム実行部253に指示する。 - 特許庁

>>例文の一覧を見る

「library function call」の意味に関連した用語

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

   

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS