1153万例文収録!

「buf」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

bufを含む例文一覧と使い方

該当件数 : 117



例文

Make sure that buf has enough space to accept the string. 例文帳に追加

bufに文字列を入れるだけの十分な容量があることを確かめること。 - JM

function constructs a query message in buf of length buflen for the domain name dname. 例文帳に追加

関数は、ドメイン名 dname の為に、長さ buflenの buf に問い合わせるメッセージを作成する。 - JM

It returns the error string in the user-supplied buffer buf of length buflen . 例文帳に追加

この関数は、ユーザーから提供される長さbuflenのバッファbufにエラー文字列を返す。 - JM

This may be either a pointer to a string that the function stores in buf , or a pointer to some (immutable) static string (in which case buf is unused). 例文帳に追加

返り値は、この関数がbufに格納した文字列へのポインタか、何らかの (不変な) 静的な文字列へのポインタ、のいずれかとなる(後者の場合はbufは使用されない)。 - JM

例文

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

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


例文

function converts number to a minimal length null-terminated ASCII string and stores the result in buf. 例文帳に追加

は、 number を、最短の長さの NULL 終端された ASCII文字列へ変換し、それを buf に保持する。 - JM

attempts to read up to count bytes from file descriptor fd into the buffer starting at buf . 例文帳に追加

はファイル・ディスクリプター (file descriptor)fdから最大countバイトをbufで始まるバッファーへ読み込もうとする。 - JM

writes up to count bytes from the buffer pointed buf to the file referred to by the file descriptor fd . 例文帳に追加

は、bufが指すバッファから、ファイル・ディスクリプタfdが参照するファイルへ、最大countバイトを書き込む。 - JM

There is no libc or glibc support. There is no way to guess how large buf should be. 例文帳に追加

libc または glibc のサポートは存在しない。 - JM

例文

function copies an absolute pathname of the current working directory to the array pointed to by buf , which is of length size . 例文帳に追加

関数はカレントワーキングディレクトリの絶対パス名をbufで示されたsize長の配列にコピーする。 - JM

例文

reads up to count bytes from file descriptor fd at offset offset (from the start of the file) into the buffer starting at buf . 例文帳に追加

はファイル・ディスクリプタfdの(ファイルの先頭からの)オフセットoffsetから最大countバイトをバッファbufへ読み込む。 - JM

The call syslog(4,buf,len) does precisely the same, but also executes the "clear ring buffer" command. 例文帳に追加

syslog(4,buf,len)呼び出しは「リング・バッファ消去」命令も実行する以外は機能 3 と完全に同じである。 - JM

respectively, except that they do not return their result in a static buffer, but instead use the supplied buf of size len . 例文帳に追加

と同じであるが、静的バッファの代わりに、長さlenの指定されたbufに結果を格納する点が異なる。 - JM

This group structure contains pointers to strings, and these strings are stored in the buffer buf of size buflen . 例文帳に追加

このgroup構造体には文字列へのポインタが含まれ、これらの文字列はサイズbuflenのバッファbufに格納される。 - JM

This passwd structure contains pointers to strings, and these strings are stored in the buffer buf of size buflen . 例文帳に追加

このpasswd構造体には文字列へのポインタが含まれ、これらの文字列はサイズbuflenのバッファbufに格納される。 - JM

This shadow password structure contains pointers to strings, and these strings are stored in the buffer buf of size buflen . 例文帳に追加

shadow パスワード構造体は文字列群へのポインタを含み、これらの文字列群はサイズbuflenのバッファbufに格納される。 - JM

Returns information about system-wide message queue limits and parameters in the structure pointed to by buf . 例文帳に追加

システム全体でのメッセージ・キューの制限とパラメータに関する情報を、bufが指す構造体に入れて返す。 - JM

Returns information about system-wide shared memory limits and parameters in the structure pointed to by buf . 例文帳に追加

システム全体での共有メモリの制限とパラメータに関する情報を、bufが指す構造体に入れて返す。 - JM

except that it initializes the state in the object pointed to by buf , 例文帳に追加

と同様だが、大域変数で管理される状態を初期化するのではなく、bufが指すオブジェクト内の状態を初期化する。 - JM

If the argument buf is NULL, only the mode is affected; a new buffer will be allocated on the next read or write operation. 例文帳に追加

もし、引数bufが NULL ならば、モードだけが変更される。 新しいバッファは次に読み書きした際に割り当てられる。 - JM

However, POSIX does not specify this behavior, and most other Unix implementations require a non-NULL value for buf . 例文帳に追加

しかし、POSIX はこの振る舞いは規定されておらず、その他のほとんどの Unix 実装はbufの値として非 NULL の値を要求する。 - JM

The caller supplies a hostent structure ret which will be filled in on success, and a temporary work buffer buf of size buflen . 例文帳に追加

呼び出し側は、成功時に結果が格納されるhostent構造体retと、大きさbuflenの一時的な作業バッファbufを提供する。 - JM

In addition to the errors returned by the non-reentrant versions of these functions, if buf is too small, the functions will return ERANGE , 例文帳に追加

これらの関数のリエントラントでないバージョンが返すエラーに加えて、これらの関数は、bufが小さすぎた場合にERANGE を返す。 - JM

except that it modifies the state in the object pointer to by buf , rather than modifying the global state variable. 例文帳に追加

と同様だが、大域変数で管理される状態を変更するのではなく、bufが指すオブジェクト内の状態を変更する。 - JM

It returns the name of the slave pseudo-terminal device as a null-terminated string in the buffer pointed to by buf . 例文帳に追加

この関数は、スレーブ疑似端末デバイスの名前を、NULL で終端された文字列の形でbufで指定されたバッファに格納して返す。 - JM

except that instead of using state information maintained in a global variable, it uses the state information in the argument pointed to by buf . 例文帳に追加

と同様だが、大域変数 (global variable) で管理される状態情報を使うのではなく、bufが指す引き数に格納された状態情報を使う。 - JM

You must make sure that the space that buf points to still exists by the time stream is closed, which also happens at program termination. 例文帳に追加

streamを閉じる時 (プログラムを終了する際にもこれは起きる) には、bufが指し示す空間とが存在していることを保証しなければならない。 - JM

fully buffered Except for unbuffered files, the buf argument should point to a buffer at least size bytes long; this buffer will be used instead of the current buffer. 例文帳に追加

fully bufferedunbuffered のファイルを除き、buf引数はsizeバイト以上の大きさのバッファを指していなければならない。 このバッファは現在のバッファの代わりに用いられる。 - JM

A transform coefficient determiner 31 determines the transform coefficient k (n), based on a virtual buffer occupied quantity buf (n) inputted from a virtual buffer occupied quantity calculator.例文帳に追加

変換係数決定部31は、仮想バッファ占有量計算部から入力される仮想バッファ占有量buf(n)に基づき、変換係数k(n)を決定する。 - 特許庁

except that it initializes the seed for the random number generator whose state is maintained in the object pointed to by buf , 例文帳に追加

と同様だが、大域変数で管理される状態に対応する乱数生成器の種ではなく、bufが指すオブジェクトで管理される状態に対応する乱数生成器の種を初期化する。 - JM

Each printer expands a bitmap image on a print BUF based on the received image data.例文帳に追加

各プリンタは、受信した印刷データに基づいてビットマップイメージをプリントBUFに展開する。 - 特許庁

Furthermore, the value which is set to the timer output compare register TCO1 is stored in the buffer area BUF (S59).例文帳に追加

また、タイマアウトプットコンペアレジスタTCO1に設定した値をバッファエリアBUFに保存する。 - 特許庁

A wait control circuit 20 outputs a wait signal wait to the data supply device 10, in accordance with the buffer full signals buf-full0 to buf-full3 from the data buffers 14-1 to 14-4.例文帳に追加

ウエイト制御回路20は、データバッファ14−1〜4からのバッファフル信号buf_full0〜3に従いデータ供給装置10に待機信号waitを出力する。 - 特許庁

In this case, the reception side replies "UpdateFC1" denoting that the fetch of the packet data on the BUF is completed (namely, there is a free capacity in the BUF) at a time before (e.g., immediately after Ack1) the free capacity is actually present (BUF is opened).例文帳に追加

この際に、受信側は、BUF上のパケットデータの取り出しが完了した(すなわちBUFに空き容量が存在する)ことを意味する「UpdateFC1」を、実際にBUFに空き容量が存在する(BUFが開放される)よりも前の時刻(例えばAck1の直後)で返信する。 - 特許庁

The scanner 104 comprises a shift register SR, an output buffer BUF 2, and a pulse power source PS.例文帳に追加

スキャナ104は、シフトレジスタSRと出力バッファBUF2とパルス電源PSとからなる。 - 特許庁

The call syslog(3,buf,len) will read the last len bytes from the log buffer (non-destructively), but will not read more than was written into the buffer since the last "clear ring buffer" command (which does not clear the buffer at all). 例文帳に追加

syslog(3,buf,len)の呼び出しはログ・バッファの最後の len バイトを(非破壊的に)読み出す、しかし、直近の「リング・バッファ消去」命令(この命令はバッファを消去するわけではない)以降にバッファに書き込まれた情報しか読み出せない。 - JM

A first and a second buffer voltage amplifier BUF are connected to a first divider input and a third divider input respectively.例文帳に追加

第1分周器と第3分周器の入力に、第1と第2のバッファ電圧増幅器BUFがそれぞれ接続される。 - 特許庁

Bias line BL_E for even number supplies a common bias voltage Vb_E for each buffer circuit BUF(2i) of the even number.例文帳に追加

偶数用バイアスラインBL_Eは、偶数番目の各バッファ回路BUF(2i)に対して共通のバイアス電圧Vb_Eを供給する。 - 特許庁

The gate voltage of the light shielding phototransistor T0 becomes equal to that of the phototransistor T1 by the buffer amplifier Buf.例文帳に追加

緩衝増幅器Bufによって遮光フォトトランジスタT0のゲート電圧とフォトトランジスタT1のゲート電圧が等しくなっている。 - 特許庁

Returns an abstract syntax tree for the Python source code in buf.The function raises SyntaxError if there is an error in the sourcecode. 例文帳に追加

buf 中の Python ソースコードから得られた抽象構文木 AST を返します。 ソースコード中にエラーがある場合、この関数は SyntaxError を発生させます。 - Python

Furthermore, a leading and trailing wave are rounded by the operation of the common-mode buffer BUF and a fault such as ringing and electromagnetic interference is not caused.例文帳に追加

また、同相バッファBUFの動作により、立ち上がり・立ち下がり時の波形が滑らかになり、リンギング、EMIなどが発生しない。 - 特許庁

Bias line BL_O for odd number supplies a common bias voltage Vb_O for each buffer circuit BUF(2i+1) of the odd number.例文帳に追加

奇数用バイアスラインBL_Oは、奇数番目の各バッファ回路BUF(2i+1)に対して共通のバイアス電圧Vb_Oを供給する。 - 特許庁

Differential amplifying parts PBUF and NBUF are provided between the output end of the follower EF and the output end of the part BUF.例文帳に追加

エミッタフォロワEFの出力端と差動増幅部BUFの出力端の間には、差動増幅部PBUF及びNBUFが設けられる。 - 特許庁

A second capacity Ce is disposed between an output line OL(2i) of each buffer circuit BUF(2i) of the even number and the bias line BL_O for odd number.例文帳に追加

第2容量Ceは、偶数番目の各バッファ回路BUF(2i)の出力配線OL(2i)と、奇数用バイアスラインBL_Oとの間に設けられる。 - 特許庁

The values shown by top(1) labeled as Inact, Cache, and Buf are all cached data at different aging levels. 例文帳に追加

この値は top(1) において Inact、 CacheBufとして表示され、 それぞれは異なるエージングレベル (訳注:データがどれだけ古いかを示す評価値) でキャッシュされた全データを表します。 - FreeBSD

BUF 12, into which exhaust gas W is introduced through piping L2, is connected to the exhaust gas supply port 13 of the reaction column 11 through piping L2.例文帳に追加

この反応塔11の排ガス供給口13には、排ガスWが配管L2を通して導入されるBUF12が配管L2を介して接続されている。 - 特許庁

A photodetector 1 includes: a light shielding phototransistor T0; the phototransistor T1; a buffer amplifier Buf; a constant current source 2; and a current-voltage converter 3, and the like.例文帳に追加

光検出器1は、遮光フォトトランジスタT0と、フォトトランジスT1と、緩衝増幅器Bufと、定電流源2と、電流−電圧変換器3等とを有する。 - 特許庁

A first capacity Co is disposed between an output line OL(2i+1) of each buffer circuit BUF(2i+1) of the odd number and the bias line BL_E for even number.例文帳に追加

第1容量Coは、奇数番目の各バッファ回路BUF(2i+1)の出力配線OL(2i+1)と、偶数用バイアスラインBL_Eとの間に設けられる。 - 特許庁

A power conversion circuit 1 comprises a buffer BUF and an inverter INV that interrupt secondary coils W15 and W25 included in transformers T1 and T2 and a load Load.例文帳に追加

電力変換回路1は、トランスT1、T2のそれぞれが有する2次巻線W15、W25と、負荷Loadと、を断続するバッファBUFおよびインバータINVを備える。 - 特許庁

例文

A sound source 10 records analytical waveform data of respective formant components, extracted by inputting an input speech to band-pass filters BPF1 to BPF8 in a buffer BUF, when mode value Mode is [1].例文帳に追加

音源10は、モード値Mode:「1」では入力音声をBPF1〜BPF8に入力して抽出した各フォルマント成分の分析波形データをバッファBUFに記録する。 - 特許庁




  
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 1994-2010 The FreeBSD Project. All rights reserved. license
  
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