小窓モード


プレミアム

ログイン
設定

設定

stream I/Oとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 流れ入出力; ストリーム出力; ストリーム入出力


コンピューター用語辞典での「stream I/O」の意味

stream I/O


「stream I/O」の部分一致の例文検索結果

該当件数 : 18



例文

It returns a positive value if stream is wide-character oriented, that is, if wide-character I/O is permitted but char I/O is disallowed.発音を聞く 例文帳に追加

stream がワイド文字単位のとき、すなわちワイド文字 I/O は許されてバイト (char) I/O は許されていないときには、正の値を返す。 - JM

It returns zero if stream has no orientation yet; in this case the next I/O operation might change the orientation (to byte oriented if it is a char I/O operation, or to wide-character oriented if it is a wide-character I/O operation).発音を聞く 例文帳に追加

stream の入出力単位がまだ決定されていない場合にはゼロが返される。 この場合には次の I/O 操作によって入出力単位が変更される(バイト I/O 操作の場合にはバイト単位に、ワイド文字 I/O 操作の場合にはワイド文字単位になる)。 - JM

For the purposes of most programs, the model is further simplified to being a stream of data bytes, or an I/O stream .発音を聞く 例文帳に追加

ほとんどのプログラムにとって、 このモデルはデータバイトのストリームもしくは I/O ストリーム にすぎません。 - FreeBSD

A pipe is a linear array of bytes, as is a file, but it is used solely as an I/O stream, and it is unidirectional.発音を聞く 例文帳に追加

パイプとは、ファイルと同じくバイト列ですが I/O ストリームとしてのみ使われ、単一方向にのみ使われます。 - FreeBSD

The standard I/O library provides a simple and efficient buffered stream I/O interface.発音を聞く 例文帳に追加

標準入出力ライブラリは、簡単かつ効果のよい、バッファリングされたストリーム入出力インターフェースを提供する。 - JM

The stream allows I/O to be performed on the string or memory buffer pointed to by buf .発音を聞く 例文帳に追加

そのストリームは、bufで指定された文字列、つまりメモリバッファとして読み書きできる。 - JM

例文

The I/O control part of the stream data transfer control part includes a data transfer part.例文帳に追加

ストリームデータ転送制御部のI/O制御部は、データ転送部を含む。 - 特許庁

>>例文の一覧を見る


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

日英・英日専門用語辞書での「stream I/O」の意味

stream I/O


クロスランゲージ 37分野専門語辞書での「stream I/O」の意味

stream I/O


「stream I/O」の部分一致の例文検索結果

該当件数 : 18



例文

vary according to the device driver in question (the call is used as a catch-all for operations that don't cleanly fit the Unix stream I/O model). See ioctl_list (2)発音を聞く 例文帳に追加

の引き数、返り値、解釈は、処理対象のデバイス・ドライバごとに異なる(この関数は Unix の ストリーム I/O モデル に明らかに適合しない様々な操作に使用される)。 - JM

It has new standard I/O stream file objectssys.stdin, sys.stdout and sys.stderr (however these refer to the same underlying FILE structures in the Clibrary).例文帳に追加

また、サブインタプリタは新たな標準 I/O ストリーム sys.stdin, sys.stdout およびsys.stderr を持ちます (とはいえ、これらのストリームは根底にある C ライブラリの同じ FILE 構造体を参照しています)。 - Python

To provide a transport stream reproducing apparatus capable of reading and reproducing a transport stream in real time from the outside through an I/O interface the throughput of which is lower than a data rate of the transport stream.例文帳に追加

トランスポート・ストリームを、このデータレートよりも低いスループットをもつI/Oインターフェースを通して外部から読込んでリアルタイムで再生することができるトランスポート・ストリーム再生装置を提供する。 - 特許庁

The stream data transfer control part includes: a non-stream I/F part, a stream I/F part, a buffer, a controller part, a local buffer, a buffer I/F part, a storage I/F part, a general-purpose I/F part, and an I/O control part.例文帳に追加

ストリームデータ転送制御部は、非ストリームI/F部と、ストリームI/F部と、バッファと、コントローラ部と、ローカルバッファと、バッファI/F部と、ストレージI/F部と、汎用I/F部と、I/O制御部を備える。 - 特許庁

An error detecting means 36 detects an error in the middle of I/O request execution, notifies the means 34 of it, and an execution queue merging means 37 inserts the I/O request in which the error occurs just after a subsequent I/O request having the same stream identifier stored in the queue 42.例文帳に追加

エラー検出手段36はI/O要求の実行中のエラーを検出しI/O要求実行手段34に通知し、実行キューマージ手段37はエラーが発生したI/O要求をコマンド実行キュー42に格納されている同一のストリーム識別子をもつ後続のI/O要求の直後に挿入する。 - 特許庁

, pipe, FIFO, stream socket), the condition that the read/write I/O space is exhausted can also be detected by checking the amount of data read from / written to the target file descriptor.例文帳に追加

ストリーム指向のファイル (例えば、パイプ、FIFO、ストリームソケット) では、読み込み用 / 書き込み用の I/O 空間が使い尽くされた状態は、対象となるファイルディスクリプタから読み込んだデータ量または書き込んだデータ量をチェックすることでも検知できる。 - JM

An operating system(OS) to be operated in the CPU 220 of an information processor 200 prepares a channel command word(CCW) command stream and transfer data or transfer data area on a main storage device 210 and instructs to start the operation of an input/output(I/O) function.例文帳に追加

情報処理装置200のCPU220内で動作するOSは、CCWコマンド列と転送データあるいは転送データ領域を主記憶装置210上に用意し、I/O機能の動作開始を指示する。 - 特許庁

例文

The sequencer detects occurrence of an event by monitoring the situation and performs input of stream data from other sequencer, output to other I/O control device or a host device, or processing for storing stream data based on the processing procedure data thus transmitting stream data outputted from the sensor thoroughly to the center server.例文帳に追加

シーケンサは、状況を監視してイベントの発生を検出し、処理手順データに基づいて、他のシーケンサからのストリームデータの入力、他の入出力制御デバイス、又はホストデバイスへの出力、又はストリームデータの蓄積の処理を行うことにより、センサから出力されるストリームデータを取りこぼしなく、センタサーバに伝送する。 - 特許庁

>>例文の一覧を見る


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

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS