1153万例文収録!

「Wrapper function」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Wrapper functionに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Wrapper functionの部分一致の例文一覧と使い方

該当件数 : 27



例文

wrapper function invokes this system call rather than the mmap (2) 例文帳に追加

のラッパー関数は、mmap (2) - JM

"--wrap " "symbol" Use a wrapper function for symbol. 例文帳に追加

"\\-\\-wrap " "symbol"symbolに対してラッパ機能を用いる。 - JM

The function always returns NULL, so a wrapper function around a system call can write"return PyErr_SetFromErrno(type);" when the system call returns an error.例文帳に追加

関数は常にNULLを返します。 - Python

A built-in function object is a wrapper around a C function. 例文帳に追加

組み込み関数オブジェクトは C 関数へのラッパです。 - Python

例文

wrapper function does not invoke the kernel system call. 例文帳に追加

ラッパー関数はカーネルのシステムコールを起動しない。 - JM


例文

wrapper function invokes mmap2 (2) with a suitably adjusted value for offset . 例文帳に追加

のラッパー関数はoffsetを適切に調整してからmmap2 (2) - JM

The belt wrapper type winding controlling function 43 performs control based on a belt wrapper type (step S43).例文帳に追加

ベルトラッパ方式巻取制御機能43は、ベルトラッパ方式による制御を行う(ステップS43)。 - 特許庁

Glibc does not provide a wrapper function for this system call. 例文帳に追加

glibc はこのシステムコール用のラッパー関数を提供していない。 - JM

wrapper function updates the times for the file referred to by dirfd . 例文帳に追加

ラッパー関数はdirfdで参照されるファイルの時刻を更新する。 - JM

例文

Versions of the GNU C library that include the NPTL threading library contain a wrapper function for getpid (2) 例文帳に追加

NPTL スレッド・ライブラリを含んでいる GNU C ライブラリのいくつかのバージョンには、getpid (2) - JM

例文

Each of communication nodes A to I is provided with a function of transmitting/receiving digital wrapper frames.例文帳に追加

通信ノードA〜Iは、それぞれ、デジタルラッパーフレームを送受信する機能を備えている。 - 特許庁

This allows one to provide a wrapper around a function in another shared library. 例文帳に追加

この機能を使うことで、別の共有ライブラリの関数へのラッパーを提供することができる。 - JM

Its execution binds the function name in the current local namespace to a function object(a wrapper around the executable code for the function).例文帳に追加

関数定義を実行すると、現在のローカルな名前空間内で関数名を関数オブジェクト (関数の実行可能コードをくるむラッパ) に束縛します。 - Python

Sometimes, however, the wrapper function does some extra work before invoking the system call. 例文帳に追加

しかしながら、時には、ラッパー関数がシステムコールを起動する前に何らかの追加の処理を行う場合がある。 - JM

the wrapper function allocates a temporary buffer large enough for all of the items specified by iov , passes that buffer in a call to read (2), 例文帳に追加

の場合、ラッパー関数はiovで指定された全ての要素を格納できる大きさの一時バッファを割り当て、read (2) - JM

wrapper function checks which of those system calls are provided by the kernel and determines which should be employed. 例文帳に追加

は、カーネルがこれらのシステムコールのうちどちらを提供しているかをチェックし、どちらを採用するかを決定する。 - JM

However, the glibc wrapper function hides this behavior by using a local variable for the timeout argument that is passed to the system call. 例文帳に追加

しかし、glibc のラッパー関数は、システムコールに渡す timeout 引き数としてローカル変数を使うことでこの動作を隠蔽している。 - JM

Often, but not always, the name of the wrapper function is the same as the name of the system call that it invokes. 例文帳に追加

いつもという訳ではないが、普通は、ラッパー関数の名前はその関数が起動するシステムコールの名前と同じである。 - JM

wrapper function hides these details from applications, invoking the most recent version of the system call provided by the kernel. 例文帳に追加

ラッパー関数は、これらの詳細をアプリケーションから隠蔽し、カーネルが提供しているシステムコールのうち最新のバージョンを起動する。 - JM

The prove functions are called through a wrapper function structured to comply with restrictive calling conventions of the platform for which the computer program is developed.例文帳に追加

プローブ関数は、コンピュータプログラムが開発されるプラットフォームの制限的な呼び出し規約に従うように、ラッパー関数を介して呼び出される。 - 特許庁

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

When the master process requests the end waiting of the slave process, a process end waiting wrapper function 13 acquires the end state of function processing of the slave process and subsequently ends the master process in the case where the slave process is finished with end waiting of the slave process.例文帳に追加

親プロセスが子プロセスの終了待ちを要求したときに、プロセス終了待ちラッパ関数13は、子プロセスの終了待ちで子プロセスが終了すれば、子プロセスの機能処理の終了状態を獲得し、その後に親プロセスを終了させる。 - 特許庁

When a master process requests to generate a slave process, a process generation wrapper function 11 generates a slave process, acquires a slave process information cell 21 and also updates the process information of a self-process information cell 21.例文帳に追加

親プロセスから子プロセスを生成する要求が行われたときに、プロセス生成ラッパ関数11は、子プロセスを生成して子プロセス情報セル21を獲得するとともに、自プロセス情報セル21のプロセス情報を更新する。 - 特許庁

wrapper function hides these details from applications, invoking the most recent version of the system call provided by the kernel, and repacking the returned information if required for old binaries. 例文帳に追加

ラッパー関数はこれらの詳細をアプリケーションから隠蔽してくれる。 具体的には、カーネルが提供しているシステムコールのうち最新のバージョンを起動し、古いバイナリの場合には必要に応じて返された情報を再構成 (repack) する。 - JM

The wrapper for the sheetlike recording material has a packaging material for housing a bundle of sheetlike recording materials and made of the paper material wherein at least a part of the paper material has the humidity controlling function, and a damp-proof and shading bag for packaging the packaging material.例文帳に追加

シート状記録材料の集積体を収容すると共に、紙材で構成され、かつ該紙材の少なくとも一部が調湿機能を有する包装材と該包装材を包装する防湿遮光袋とを有するシート状記録材料用包装体である。 - 特許庁

To provide a wrapper for sheetlike recording materials, which is constituted by using a paper material, is recyclable, can suppress a variation in sensivity due to humidity as a humidity controlling function is included, is free from image defects due to dust generation, has sufficient strength for transportation and handling, is easy to work and also has aptitude for a current working line.例文帳に追加

紙材を用いて構成され、リサイクルが可能で、調湿機能を具えて湿度に起因する感動変動を抑止でき、発塵による画像欠陥の発生がなく、輸送や取扱い上充分な強度を備えると共に、加工容易で現行の加工ライン適性をも有するシート状記録材料用包装体を提供する。 - 特許庁

例文

This input device is provided with an LCD 2, and wrappers 3-5 are allowed to refer to data 6-8 of plural operating modules having different structures through the same interface, and a selecting operation module 1 segments and controls each data 6-8 as a function independent module through each wrapper 3-5, and displays the choices of inputting operations on an LCD 2.例文帳に追加

LCD2を有し、ラッパ3〜5は、それぞれ異なる構造を持った複数の操作モジュールのデータ6〜8をそれぞれ同じインタフェースで参照可能にし、選択操作モジュール1が各ラッパ3〜5を介して各データ6〜8をそれぞれ機能非依存モジュールとして切り出して制御してLCD2に入力操作の選択肢を表示する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS