1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オフ

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

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

セーフサーチについて

closed fileの部分一致の例文一覧と使い方

該当件数 : 77



例文

The value of a pointer to a FILE object is indeterminate after a file is closed (garbage). 例文帳に追加

FILEオブジェクトへのポインタの値は、ファイルを閉じた後では不確定になる (ゴミになってしまう)。 - JM

File opened for writing was closed (*). 例文帳に追加

書き込みのためにオープンされたファイルがクローズされた。 - JM

File not opened for writing was closed (*). 例文帳に追加

書き込み以外のためにオープンされたファイルがクローズされた。 - JM

Thus, the opened file 201a is divided into an opened file 201a and a closed file 202a.例文帳に追加

これにより、開いたファイル201aは、開いたファイル201aと閉じたファイル202aとに分割される。 - 特許庁

例文

Even after reading of the data is completed, the file is not closed.例文帳に追加

データの読出しが終了した後もファイルをクローズしない。 - 特許庁


例文

File descriptors that are marked close-on-exec are closed; see the description of FD_CLOEXEC 例文帳に追加

close-on-exec の印が付いているファイルディスクリプタはクローズされる。 - JM

When the file 414 reaches contents for two hours, the file 414 is closed and a new content file is created.例文帳に追加

ファイル414が2時間の内容に達すると、ファイル414は閉じられ、新しい内容ファイルが作られる。 - 特許庁

A closed file cannot be read or written any more.Any operation which requires that the file be open will raise a ValueError after the file has been closed.例文帳に追加

閉じられたファイルはそれ以後読み書きすることはできません。 ファイルが開かれていることが必要な操作は、ファイルが閉じられた後はすべて ValueError を送出します。 - Python

If the name was the last link to a file but any processes still have the file open the file will remain in existence until the last file descriptor referring to it is closed. 例文帳に追加

名前がファイルへの最後のリンクであっても、どこかのプロセスがそのファイルを開いているなら、ファイルの最後のファイル記述子(file descriptor) が閉じられるまでファイルは存在し続ける。 - JM

例文

It is important that every file opened is also closed. 例文帳に追加

どんなファイルでもオープンしたものをクローズすることは重要である。 - JM

例文

Any further attempts to use the mixer after this file is closed will raise an IOError.例文帳に追加

ファイルを閉じた後でミキサを使おうとすると、IOErrorを送出します。 - Python

This option modifies the driver behavior when a file is closed. 例文帳に追加

このオプションはファイルがクローズされた時のドライバーの振舞いを変更する。 - JM

An open file description continues to exist until all file descriptors referring to it have been closed. 例文帳に追加

オープンファイル記述自体は、自身を参照する全てのファイルディスクリプタがクローズされるまで存在し続ける。 - JM

Consequently, a user can display an optimal external closed caption file on the screen easily without confirming and selecting the content of the external closed caption file.例文帳に追加

したがって、ユーザが外部字幕ファイルの内容を確認して選択することなく容易に、最適な外部字幕ファイルを画面上に表示させることができる。 - 特許庁

The file will be automatically deleted when it is closed or the program terminates. 例文帳に追加

このファイルはクローズ時またはプログラムの終了時に自動的に削除される。 - JM

Afterwards, each time the data file is obtained, the data file is transmitted to the network printer, and after the last data file of the job is transmitted, the port is closed, and the printing is started.例文帳に追加

以降、データファイルを取得するごとに、それをネットワークプリンタに送り、ジョブの最後のデータファイルを送信した後ポートをクローズし、印刷を開始させる。 - 特許庁

If oldfd is not a valid file descriptor, then the call fails, and newfd is not closed. 例文帳に追加

oldfdが有効なファイルディスクリプタでない場合、その呼び出しは失敗し、newfdはクローズされる。 - JM

After opened image files are closed, information concerning the closed image file is deleted from the list of the list window 52, and a next image file 24 is opened.例文帳に追加

そして、開いた画像ファイルが閉じられたら、該閉じた画像ファイルに係わる情報をリストウィンドウ52のリストから削除すると共に、次の順番の画像ファイル24を開く。 - 特許庁

It is not common for a file system to flush the buffers when the stream is closed. 例文帳に追加

ストリームがクローズされるときにバッファをフラッシュするかどうかは、ファイルシステムによって異なる。 - JM

If all file descriptors referring to the read end of a pipe have been closed, then a write (2) 例文帳に追加

パイプの読み出し側を参照しているファイル・ディスクリプタがすべてクローズされた後で、write (2) - JM

The function close will be called when the file should be closed.例文帳に追加

この関数で生成したファイルオブジェクトは、閉じる際にclose に指定した関数を呼び出します。 - Python

When processing to all the music is finished, the content list file is closed (Yes in S47 → S48).例文帳に追加

全楽曲について処理が終了したら、コンテンツリストファイルをクローズする(S47正→S48)。 - 特許庁

Any open file descriptors belonging to the process are closed; any children of the process are inherited by process 1, init , 例文帳に追加

その際、このプロセスが所有しているディスクリプタ (descriptor) で、オープンされているものは全てクローズされる。 - JM

A file object is its own iterator, for example iter(f) returnsf (unless f is closed). 例文帳に追加

ファイルオブジェクトはそれ自身がイテレータです。 すなわち、iter(f) は (f が閉じられていない限り) f を返します。 - Python

In the recording medium 108, on the other hand, recording processing of the encoded data is continued and when a file size of the recording medium 108 exceeds a file division threshold, the first motion picture file is closed.例文帳に追加

一方、記録媒体108では、引き続き符号化データの記録処理を継続し、記録媒体108のファイルサイズがファイル分割閾値を超えると、第1の動画ファイルを閉じる。 - 特許庁

The file of the group 502 is not closed in a writable state or in a write-standstill state.例文帳に追加

グループ502のファイルはクローズされず、書き込み可能、あるいは書き込み休止の状態になっている。 - 特許庁

When the next original is not present (No), the file of the storage memory is closed, and the reading operation is ended (S18).例文帳に追加

次原稿がなければ(No)蓄積メモリのファイルをクローズして読み取り動作を終了する(S18)。 - 特許庁

In a step S62 the file is closed and in a step S63 i is incremented, returning to the step S53.例文帳に追加

ステップS62においてファイルをクローズし、ステップS63においてiをインクリメントし、ステップS53に戻る。 - 特許庁

If all file descriptors referring to the write end of a pipe have been closed, then an attempt to read (2) 例文帳に追加

パイプの書き込み側を参照しているファイル・ディスクリプタがすべてクローズされた後で、そのパイプからread (2) - JM

the file descriptor may be closed without affecting the memory mapping. 例文帳に追加

を呼び出した後は、ファイル・ディスクリプタをクローズしてもよく、クローズしてもメモリ・マッピングに影響を与えることはない。 - JM

To re-deliver an information file requested by a user terminal even if the provider site of the information file such as free software is closed.例文帳に追加

フリーソフト等の情報ファイルの提供元サイトが閉鎖されてしまった場合でも、ユーザ端末が要求する情報ファイルを再配信可能にする。 - 特許庁

An invalid file descriptor was given in one of the sets. (Perhaps a file descriptor that was already closed, or one on which an error has occurred. 例文帳に追加

いずれかの集合に無効なファイルディスクリプタが指定された(おそらくは、すでにクローズされたファイルディスクリプタか、エラーが発生したファイルディスクリプタが指定された)。 - JM

Set to the path that a temporary file may be created at.Any temporary that is created should be closed and unlinked (removed). 例文帳に追加

一時ファイルを作成するパスに設定されます。 作成した一時ファイルは全て閉じ、unlink (削除) せねばなりません。 - Python

The network logging information left in a system memory 20 at occurrence of the system down and saved in a memory dump file 200 is written in a copied network logging file 100', and the copied network logging file 100' is closed.例文帳に追加

メモリダンプファイル200に保持された,システムダウン発生時にシステムメモリ20に残されたネットワークロギング情報を,複写されたネットワークロギングファイル100’に書き出し,複写されたネットワークロギングファイル100’をクローズする。 - 特許庁

set has been closed, events may be reported for that file descriptor if other file descriptors referring to the same underlying file description remain open. 例文帳に追加

集合に属しているあるファイルディスクリプタをクローズした後であっても、同じファイル記述を参照する他のファイルディスクリプタがオープンされている間は、クローズしたファイルディスクリプタ宛にイベントが報告される可能性があるということを意味する。 - JM

Management servers related to the pattern file update (accounting server 10, user management server 11, authentication server 12, version check server 13, security file supply server 14) are distributed in a closed network 3.例文帳に追加

該パターンファイルの更新に係る管理サーバ(課金サーバ10、ユーザ管理サーバ11、認証サーバ12、バージョンチェックサーバ13、セキュリティファイル供給サーバ14)は、閉域網3内に分散配置されている。 - 特許庁

Furthermore, the closed section of the file lower part is provided with a perforation, allowing the cut-off section to be used as a stopper to bind the document.例文帳に追加

また、ファイル下部のクローズ部分にミシン目を入れておき、切り離された部分を書類を綴じるための止め具として利用する。 - 特許庁

The shape data after the closed figure processing are saved in a corresponding hierarchical layer file together with position data on the shape representative points.例文帳に追加

閉図形化処理された形状データは、形状代表点の位置データとともに、対応する階層レイヤファイル内に保存される。 - 特許庁

Furthermore, the control section 14 is configured to compress the closed file 202a and record it in the tracking log recording section 20a.例文帳に追加

また、制御部14は、閉じたファイル202aを圧縮してトラッキングログ記録部20aに記録するように構成されている。 - 特許庁

A closed caption file is inputted from the input section 2 and the inputted characters are translated by calling a subroutine of the translation processing 92.例文帳に追加

入力部2から字幕ファイルを入力し、翻訳処理92のサブルーチンを呼び出して、入力した文字を翻訳する。 - 特許庁

The execution environment of a user process is independently constructed for each of user closed networks in an application layer in a server device so that the use of an application or file between the different user closed networks can be made exclusive.例文帳に追加

サーバ装置内のアプリケーション層にユーザプロセスの実行環境がユーザ閉域網間ごとに独立して構築されており、異なるユーザ閉域網関でのアプリケーションやファイルの利用を排他的にする。 - 特許庁

To provide a medical image processing device suitable for inhibiting a taken moving image from being lost when a file is not normally closed.例文帳に追加

ファイルが正常にクローズしなかった場合の撮影動画の喪失を抑えるのに好適な医療用画像処理装置を提供すること。 - 特許庁

Audio fade-out is executed for a prescribed period Tout from a time point Tb1 at which the audio level becomes below a prescribed level after measuring is started, a file F1 is closed, and a file F2 is newly created.例文帳に追加

計測を開始して、音声レベルが所定レベルを下回った時点Tb1から所定期間Toutの音声フェードアウトを実行して、ファイルF1をクローズし、ファイルF2を新規作成する。 - 特許庁

The file 2 comprises a cover 11 and a rear cover 12 fastened to each other to form a closed state X to a file base holding means P and a fastening means Q capable of concealing the file base 22 of a material 2 to be bound and held at the holding means P from the outside.例文帳に追加

ファイル1に表表紙部11と裏表紙部12とを相互に止着して閉止状態Xを形成し綴元保持手段P及びそれに保持された被綴体2の綴元22を外部から隠蔽し得る止着手段Qとを設けた。 - 特許庁

The end result is that, with read-ahead and fixed-block mode, the tape may not be correctly positioned within a file when the device is closed. 例文帳に追加

先読みと固定長ブロックモードを用いていると、最終的な結果として、デバイスのクローズ時にテープが正しい位置にならないことがある。 - JM

To provide a file provided with a function to fix and hold a state in which the front cover and the rear cover of a file main body are closed and to open the covers quickly by a simple operation.例文帳に追加

本発明は、ファイル本体の表紙と裏表紙との閉じ状態を固定保持及び前記閉じ状態の固定保持の解除を簡易な操作で素早くなし得る機能を備えたファイルを提供することを課題とする。 - 特許庁

A small file is created on the mini-disk with the largest free writeable space, dynamically extended as necessary, and deleted when GKS is closed. 例文帳に追加

ある小さいファイルは, ミニディスク上で最大のフリー書き込み可能スペースを持って作成され,必要に応じて動的に拡大され,GKSがクローズされると削除される. - コンピューター用語辞典

In storing the editing target file 31 in a storage device 30 during the edition, the temporary storage management part 20 substitutes an optimum temporary extension for the first extension added to the editing target file 31, and when the editing target file 31 is closed, substitutes the first extension for the optimum temporary extension added to the editing target file 31.例文帳に追加

仮保存管理部20は、編集時に編集対象ファイル31を記憶装置30に保存するときに、編集対象ファイル31に付加された第1拡張子を最適仮拡張子に置き換え、編集対象ファイル31がクローズされたときに、編集対象ファイル31に付加された最適仮拡張子を第1拡張子に置き換える。 - 特許庁

In this electronic still camera 1 having the positioning function, an opened file 201a is converted into a closed file 201a in a predetermined timing by a control section 14 and if the opened file 201a does not exist in a tracking log recording section 20a, the opened file 201a is newly created in the tracking log recording section 20a.例文帳に追加

この測位機能を有する電子スチルカメラ1では、制御部14により、開いたファイル201aを所定のタイミングで閉じたファイル201aに変換し、トラッキングログ記録部20aに開いたファイル201aが存在しない場合には、トラッキングログ記録部20aに新たに開いたファイル201aを作成するように構成されている。 - 特許庁

例文

To provide a file which can keep one cover part of a file cover and its other cover part closed under the condition that the distance between the first main body and the second main body of a binder is set to be its widest one so as to easily peruse a material to be bound.例文帳に追加

被綴じ物を閲覧しやすくするために綴じ具の第1、第2の本体の間隔を一番広げた状態においてファイル表紙の一方の表紙部と他方の表紙部を閉じることができる、ファイルを提供する。 - 特許庁




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
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-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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS