小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 英和対訳 > data descriptor fileの意味・解説 

data descriptor fileとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 データ記述ファイル


Weblio英和対訳辞書での「data descriptor file」の意味

data descriptor file

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

「data descriptor file」の部分一致の例文検索結果

該当件数 : 18



例文

Discard queued data on file descriptor fd.発音を聞く 例文帳に追加

ファイル記述子 fd にキューされたデータを無視します。 - Python

copies data between one file descriptor and another.発音を聞く 例文帳に追加

は、あるファイル・ディスクリプタから別のファイル・ディスクリプタへのデータのコピーを行う。 - JM

calls, you would find that one of your calls may block waiting for data from/to a file descriptor, while another file descriptor is unused though available for data.発音を聞く 例文帳に追加

コールのシーケンスを作るだけでは、それらのコールのどれかがファイルディスクリプタからのデータを待ってブロックしており、他のファイルディスクリプタにはデータが到着しているのに使えない、ということになってしまうだろう。 - JM

on the resulting file descriptor will block the calling process until the data has been physically written to the underlying hardware.発音を聞く 例文帳に追加

を行うと、必ず呼び出したプロセスをブロックし、該当ハードウェアに物理的に書き込まれるまで返らない。 - JM

moves data from the buffer to an arbitrary file descriptor, or vice versa, or from one buffer to another.発音を聞く 例文帳に追加

バッファから任意のファイルディスクリプタや、その逆方向、もしくはあるバッファから別のバッファへの、データ移動を行う。 - JM

The length of a file system for data to be recorded is determined and then the operation of writing a volume descriptor sequence for a session thereafter is included.例文帳に追加

記録されるデータのファイルシステムの長さを決定し、その後、セッションのためのボリューム記述子シーケンスを書き込む動作を含む。 - 特許庁

例文

The data object includes the data structure of a file descriptor for describing data as if they are a file regardless of how the data are actually stored.例文帳に追加

そのデータオブジェクトは、データが実際にどのように格納されるかに関係なく、それがあたかもファイルであるかのようにデータを記述するためのファイル記述子のデータ構造を含む。 - 特許庁

>>例文の一覧を見る


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

「data descriptor file」の部分一致の例文検索結果

該当件数 : 18



例文

When the client 3 requests access to a desired file by designating the file descriptor fd2, the NAS2 converts the fd2 into the fd2, and requests file data to the NAS1 (d).例文帳に追加

クライアント3が、fd2を指定して所望のファイルへのアクセスを要求すると、NAS2は、fd2をfd1に変換し、NAS1にファイルデータを要求する(d)。 - 特許庁

The head address d and the data length of the data 'a' of old file data, the head address f and the data length of newly written data b', and the head address e' and the data length of the data c of the old file data are stored in each assignment descriptor.例文帳に追加

各割付け記述子には、旧ファイルデータのデータaの先頭のアドレスdとデータ長、新たに書き込まれたデータb’の先頭のアドレスfとデータ長、旧ファイルデータのデータcの先頭のアドレスe’とデータ長が格納される。 - 特許庁

function writes iovcnt buffers of data described by iov to the file associated with the file descriptor fd ("gather output").発音を聞く 例文帳に追加

関数は、iovで指定されたバッファから最大iovcnt個のバッファ分のデータを取り出し、ファイルディスクリプタfdに関連付けられたファイルに書き込む("gather output";「かき集め出力」)。 - JM

A new clipboard format is defined about a clipboard, data that is not a file is converted into converted data of a clipboard format of file content to create a data object, the data object can be subjected to data transfer as a data structure of a file descriptor as if it is a file, and access can be made to a printer.例文帳に追加

クリップボードについて新たなクリップボードフォーマットを定義し、ファイルではないデータをファイルコンテンツのクリップボードフォーマットの変換済みデータに変換してデータオブジェクトを作成し、データオブジェクトはあたかもファイルであるかのようにファイル記述子のデータ構造として、データ転送を可能にすると共に、プリンタへのアクセスを可能にする。 - 特許庁

A plurality of clipboard formats including a text clip format, file content clipboard format, file group descriptor format and file list clip format is provided, and a file list is data-transferred to a transfer destination to perform data transfer based on the file list.例文帳に追加

テキストクリップボードフォーマット、ファイルコンテンツクリップボードフォーマット、ファイルグループ記述子フォーマットおよびファイルリストクリップフォーマットを含む複数のクリップボードフォーマットを提供し、ファイルリストを転送先にデータ転送し、ファイルリストに基づいてデータ転送を行う。 - 特許庁

Unix programmers often find themselves in a position where they have to handle I/O from more than one file descriptor where the data flow may be intermittent.発音を聞く 例文帳に追加

Unix プログラマは、複数のファイルディスクリプタの入出力を同時に扱わねばならず、しかもデータの流れは間欠的である、という状況によく出会う。 - JM

In parts descriptor of a parts information table, leading addresses of parts on an audio data file, ending addresses of parts, and a link destination to parts following the said parts are described.例文帳に追加

パーツインフォメーションテーブルのパーツデスクリプタには、オーディオデータファイル上のそのパーツの先頭のアドレスと、パーツの終了のアドレスと、パーツに続くパーツへのリンク先を記述する。 - 特許庁

例文

When a disk is ejected, after pointer information for SBD recorded in a partition descriptor (PD) is backed up to a file for saving SBD pointer information/or data for saving, the pointer information is erased.例文帳に追加

ディスクを取り出す際、パーティション記述子(PD)に記録されているSBDへのポインタ情報を、SBDポインタ情報退避用ファイル/又は退避用データにバックアップした上で、そのポインタ情報を消去する。 - 特許庁

>>例文の一覧を見る

「data descriptor file」の意味に関連した用語

2
VTD-XML 百科事典

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

   

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS