1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 64



例文

If c is EOF 例文帳に追加

c がEOF - JM

boolean 'eof'- indicates EOF event 例文帳に追加

boolean 'eof'- EOF に達したかどうかを示す - PEAR

which must have the value of an unsigned char or EOF , 例文帳に追加

cはunsigned charかEOF - JM

EOF is signaled with a None value; 例文帳に追加

None で EOF を送出する - Python

例文

Returns 0 at EOF. 例文帳に追加

EOFに達すると0を返します。 - Python


例文

If c is not an "unsigned char" value, or EOF , 例文帳に追加

もしcがunsigned charの値でないかEOF - JM

EOF is signaled with an empty string (''); 例文帳に追加

空文字列 ('') で EOF を送出する - Python

Write count EOF marks at current position. 例文帳に追加

"eof, weof"現在の位置にcountで指定された数の EOF マークを書き込む。 - JM

Otherwise, EOF 例文帳に追加

正常に終了しなかった場合にはEOF - JM

例文

If EOF is read, the command completes. 例文帳に追加

EOF を読み込むとコマンドが終了します。 - JM

例文

A NULL pointer is returned on EOF or error. 例文帳に追加

EOF か エラーに遭遇した場合には NULL ポインタを返す。 - JM

On error, they return EOF. 例文帳に追加

エラーが発生した場合、これらの関数は EOF を返す。 - JM

This boundary will no longer be interpreted as EOF.例文帳に追加

この境界はもはや EOF として解釈されません。 - Python

they return EOF. 例文帳に追加

パイプが EOF を返すときでも、AWK は自動的にはパイプを閉じません。 - JM

Reading stops after an EOF 例文帳に追加

読み込みはEOF または改行文字を読み込んだ後で停止する。 - JM

Read at least one byte of cooked data unless EOF is hit.Return '' if EOF is hit. 例文帳に追加

EOF に到達しない限り、少なくとも 1 バイトの転送処理済みデータを読み込みます。 EOF に到達した場合は '' を返します。 - Python

end-of-file or by a line containing 例文帳に追加

ファイル終端 (EOF) あるいは、 - JM

EOF has been reached on the shorter file. 例文帳に追加

cmp は短い方のファイルの終端 EOF に達したことを表示する。 - JM

An empty string is returned when EOF is encountered immediately.例文帳に追加

直後に EOF に到達した場合、空の文字列が返されます。 - Python

When the user enters the EOF key sequence,EOFError is raised. 例文帳に追加

ユーザがEOFキーシーケンスを入力したときは、EOFErrorを発生させます。 - Python

This erases the input since the last EOF or beginning-of-line. 例文帳に追加

直前の EOF か行頭以降の全ての入力を消去する。 - JM

If eof-str is omitted, there is no end of file string. 例文帳に追加

eof-str が省略された場合、ファイル終了文字列は設定されない。 - JM

on end of file or error. 例文帳に追加

ファイルの終わりやエラーの場合はEOF - JM

Except in the case of EOF, the line delimiter is included in the buffer returned by read (2). 例文帳に追加

EOF 以外の場合、read (2) が返すバッファに行区切り文字も含められる。 - JM

If it is an open file, the file is parsed until EOF and executed.例文帳に追加

開かれたファイルであれば、ファイルを EOFまで読んで解析し、実行します。 - Python

Allowable keywords include: intr, quit, erase, kill,eof, eol, swtch, start, stop, brk, susp, dsusp, rprnt, flush, weras, lnextand status. 例文帳に追加

使用可能なキーワードは以下の通りである:intr,quit,erase,kill,eof,eol,swtch,start,stop,brk,susp,dsusp,rprnt,flush,weras,lnext,status。 - XFree86

This function returns 0 if all files were successfully closed; on error, EOF 例文帳に追加

この関数は、すべてのファイルが正常に閉じられた場合 0 を返す。 エラーの場合、EOF - JM

Read lines from open file input until EOF and write them to open file output.例文帳に追加

オープンしたファイル inputから行を EOF まで読んで、それらをオープンしたファイル output に書きます。 - Python

Read blocks until EOF from open file input and write them to open file output.例文帳に追加

オープンしたファイル inputからブロックを EOF まで読んで、それらをオープンしたファイル output に書きます。 - Python

Read all data until EOF; block until connection closed. 例文帳に追加

EOFに到達するまでの全てのデータを読み込みます; 接続が閉じられるまでブロックします。 - Python

reads a line from stdin into the buffer pointed to by s until either a terminating newline or EOF , 例文帳に追加

までの 1行をstdinから読み込みsが指すバッファに格納する(末尾の改行文字やEOF - JM

This method returns the next input line, or raises StopIteration when EOF is hit.例文帳に追加

個のメソッドは次の入力行を返すか、または EOF に到達したときにStopIteration を送出します。 - Python

This erases the previous not-yet-erased character, but does not erase past EOF or beginning-of-line. 例文帳に追加

これにより、直前の未消去文字を消去する。 しかし、EOF や行頭を超えては消去しない。 - JM

function returns the single-byte representation of c, if it exists, of EOF otherwise. 例文帳に追加

関数は c のシングルバイト表現が存在すれば、その表現を返す。 存在しなければ EOF を返す。 - JM

If the line is data (not a section-divider or end-marker or real EOF) return it.例文帳に追加

その行が (セクション分割子や終了マーカや本物のEOF でない) データの場合、行データを返します。 - Python

Read and execute statements from a file associated with an interactive device until EOF is reached.例文帳に追加

対話的デバイスに関連付けられたファイルからEOF に達するまで複数の文を読み込み実行します。 - Python

return the character read as an unsigned char cast to an int or EOF 例文帳に追加

は、文字をunsigned charとして読んでintにキャストして返す。 - JM

(For certain files, like ttys, it makes sense to continue reading after an EOF is hit.)例文帳に追加

(端末のようなある種のファイルでは、 EOF に到達した後でファイルを読みつづけることにも意味があります。 - Python

return the character written as an unsigned char cast to an int or EOF 例文帳に追加

はunsigned charとして書き込まれた文字をintにキャストして返す。 - JM

This function returns the requested bytes from the file if there were no errors, FALSE if it reached EOF or a PEAR_Errorobject if an error has occurred during reading from file.例文帳に追加

この関数は、エラーがなければ要求したバイト数を返します。 EOF に達し多場合は FALSEを返します。 - PEAR

OPTICAL DISK DEVICE, AND BUFFER MANAGING METHOD EOF OPTICAL DISK DEVICE例文帳に追加

光ディスク装置および光ディスク装置のバッファ管理方法 - 特許庁

Encountering the most-recently-pushed boundary will return EOF; encountering any otherboundary will raise an error.例文帳に追加

もっとも最近プッシュされた境界に遭遇すると EOF が返ります; その他の境界に遭遇するとエラーが送出されます。 - Python

If n is provided, read n bytes from the SSL connection, otherwise read until EOF.例文帳に追加

SSL接続からデータを受信します。 nを指定した場合は指定したバイト数のデータを受信し、省略時はEOFまで読み込みます。 - Python

An input line is available when one of the line delimiters is typed (NL, EOL, EOL2; or EOF at the start of line). 例文帳に追加

行区切り文字が打ち込まれた時点で、入力行が利用可能となる。 行区切り文字は NL, EOL, EOL2 および行頭での EOF である。 - JM

clears the end-of-file and error indicators for the stream pointed to by stream . 例文帳に追加

はstreamで示されるストリームの EOF(end-of-file) 指示子とエラー指示子をクリアする。 - JM

IMAGE PROCESSOR, ORIGINAL GUARANTEE SERVER, CONTROL METHOD EOF THEM, AND PROGRAM例文帳に追加

画像処理装置、原本保証サーバ及びそれらの制御方法、プログラム - 特許庁

Read at most size bytes from the file (less if the read hitsEOF before obtaining size bytes). If the size argument is negative or omitted, read all data until EOF is reached.例文帳に追加

最大で size バイトをファイルから読み込みます (size バイトを取得する前に EOF に到達した場合、それ以下の長さになります)size 引数が負であるか省略された場合、EOF に到達するまでの全てのデータを読み込みます。 - Python

The function then reads a line from input,converts it to a string (stripping a trailing newline), and returns that.When EOF is read, EOFError is raised. 例文帳に追加

次に、この関数は入力から 1 行を読み込んで文字列に変換して(末尾の改行を除いて) 返します。 EOF が読み込まれるとEOFError が送出されます。 - Python

terminated by end-of-file or by a line containing 例文帳に追加

入力から内容記述テキストを読み込みます。 テキストは、ファイル終端 (EOF) あるいはピリオド ( - JM

例文

If the optional sizehint argument is present, instead of reading up to EOF, whole lines totallingapproximately sizehint bytes (possibly after rounding up to an internal buffer size) are read.例文帳に追加

オプションの sizehint 引数が存在すれば、EOFまで読み出す代わりに完全な行を全体で大体 sizehint バイトになるように(おそらく内部バッファサイズを切り詰めて) 読み出します。 - Python




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS