| 意味 | 例文 |
Object fileの部分一致の例文一覧と使い方
該当件数 : 1406件
Save the data loaded into the Stats object to a file named filename.例文帳に追加
Stats オブジェクトに読み込まれたデータを、ファイル名filename のファイルに保存します。 - Python
To facilitate overall management by sharing file management and object management.例文帳に追加
ファイル管理・オブジェクト管理を分担して、全体管理を容易にする。 - 特許庁
The OG file is performed, and an object 27 outside a browser is displayed as an object based on the OG file at a position where the object in the Web browser 20 is displayed.例文帳に追加
OGファイルを実行することにより、Webブラウザ20内のオブジェクトの表示されていた位置に、OGファイルに基づいたオブジェクトとしてブラウザ外オブジェクト27を表示させる。 - 特許庁
A file generation part 33 generates an object file from an intermediate language text into which the instruction sentence is inserted.例文帳に追加
ファイル生成部33は、命令文が挿入された中間言語テキストからオブジェクトファイルを生成する。 - 特許庁
To distribute a file to a desired sorting destination without designating a sorting destination for each distribution object file.例文帳に追加
配信対象ファイル毎に振分先を指定することなく所望の振分先へファイルを配信可能にする。 - 特許庁
Thus, the electronic file associated with the file object in the retrieval region is detected.例文帳に追加
この検索領域中にあるファイルオブジェクトと対応づけられている電子ファイルが検出されることになる。 - 特許庁
A firmware update file for the object printer 3 is created from the binary file (S63).例文帳に追加
次いで、バイナリファイルから対象となるプリンタ3用のファームウェアの更新用ファイルを作成する(S63)。 - 特許庁
Accordingly, on the basis of the file name of the file first designated as the object to be reproduced, the file to be reproduced thereafter is determined.例文帳に追加
これにより、最初に再生対象として指定されたファイルのファイル名に基づいて、その後に再生されるファイルが決定される。 - 特許庁
An original object directory and a file name of the archive file in the recorded archive file by associating them with each other in step S504.例文帳に追加
ステップS504において、記録したアーカイブファイルに、元の対象ディレクトリ、およびアーカイブファイルのファイル名を対応付けて記録する。 - 特許庁
The generation part generates a document file describing a file name indicating an image file of a display object and the number of display pixels of an image indicated by the image file (S108).例文帳に追加
生成部は、表示対象の画像ファイルを示すファイル名と、画像ファイルによって表される画像の表示画素数とが記述された文書ファイルを生成する(S108)。 - 特許庁
When downloading is permitted and executed, the file information of the file is stored in a download list 161, and the folder attributes of the object file is requested to the file-sharing server 20.例文帳に追加
ダウンロードが許可され、実行されるとそのファイルのファイル情報をダウンロードリスト161に格納し、ファイル共用サーバ20に対象ファイルのフォルダ属性を要求する。 - 特許庁
If file is a string, then the method will open a file object with that name, write to it then close it. 例文帳に追加
fileが文字列の場合、この文字列をファイル名としてファイルをオープンし、書き込み後にクローズします。 fileがファイルオブジェクトの場合、オブジェクトのwrite()メソッドを呼び出して出力結果を格納します。 - Python
Then, the terminal apparatus 3 receives the object file 240 from the terminal apparatus 2 and stores the received object file 240 in a storage part 34.例文帳に追加
次に、端末装置3は、端末装置2からオブジェクトファイル240を受信し、受信したオブジェクトファイル240を記憶部34に記憶する。 - 特許庁
The file includes the object code converted by the conversion means 12.例文帳に追加
このファイルは、変換手段12により変換されたオブジェクトコードを含む。 - 特許庁
Local symbols are not visible outside the object file containing their definition. 例文帳に追加
局所的シンボルはその定義を含むオブジェクトファイルの外からは見えない。 - JM
returns a new file descriptor referring to the shared memory object. 例文帳に追加
は共有メモリ・オブジェクトを参照する新しいファイル・ディスクリプタを返す。 - JM
only. This should only be called immediately after file object creation.例文帳に追加
この関数を呼び出してよいのはファイルオブジェクトの生成直後のみです。 - Python
Return the (wdRefNum, parID, name) tuple of the file described by the FSSpec object.例文帳に追加
FSSpecオブジェクトで記述されたファイルの情報を、(wdRefNum, parID, name) のタプルで返します。 - Python
Set the finder info for the file to the values given as finfo(an FInfo object). 例文帳に追加
ファイルのファインダ情報をfinfo(FInfo オブジェクト)で与えた値に設定します。 - Python
The only argument passed, fp, is a file object to be used for writing.例文帳に追加
渡される唯一の引数 fp は、書くために使用するファイルオブジェクトです。 - Python
Write the string s to the underlying file object,i.e. outfp passed to Generator's constructor. 例文帳に追加
ここでいう出力先は Generator コンストラクタに渡した outfp のことをさします。 - Python
Remove a file descriptor being tracked by a polling object. 例文帳に追加
ポーリングオブジェクトによって追跡中のファイル記述子を登録解除します。 - Python
The source object can be a system identifier (a string identifying the input source - typically a file name or an URL), a file-likeobject, or an InputSource object.例文帳に追加
source オブジェクトにはシステム識別子(入力ソースを特定する文字列 - 一般にファイル名やURL)、ファイル風オブジェクト、または InputSource オブジェクトを指定できます。 - Python
make(1) will know which object files must be recompiled when a dependency has changed.By default, makedepend places its output in the file named makefile if it exists, otherwise Makefile.例文帳に追加
このファイルがない場合には、Makefileに出力を書き込む。 - XFree86
When a pointer 211 is pointed on an icon 207 showing a file, a tool chip 212 including file information 213 such as update date or size of the object file and a preview 214 showing the content of the object file is displayed.例文帳に追加
ファイルのアイコン207上にポインタ211がポイントしている場合に、対象ファイルの更新日時やサイズなどのファイル情報213、対象ファイルの内容を表すプレビュー214を含むツールチップ212を表示する。 - 特許庁
File system orphans and server object orphans are identified by comparing the migrated file identifier of the server object queue 220 with the migrated file identifier of the file system queue 210 (240 or 250).例文帳に追加
サーバー・オブジェクト・キュー220要素の移行ファイル識別子をファイル・システム・キュー210要素の移行ファイル識別子と比較する(240ないし250)ことによって、ファイル・システム・オーファンおよびサーバー・オブジェクト・オーファンを識別する。 - 特許庁
When a pointer 211 is pointed on an icon 207 showing a file, a tool chip 212 including file information 213 such as the update date or size of an object file and a preview 214 showing the content of the object file is displayed.例文帳に追加
ファイルのアイコン207上にポインタ211がポイントしている場合に、対象ファイルの更新日時やサイズなどのファイル情報213、対象ファイルの内容を表すプレビュー214を含むツールチップ212を表示する。 - 特許庁
The first expression should evaluate to either a string, an open file object, or a code object.例文帳に追加
最初の式の値評価結果は文字列か、開かれたファイルオブジェクトか、コードオブジェクトでなければなりません。 - Python
When a selection input of the file name is received, a printing object file acquiring part 207 acquires the printing object file from the mail, and a printing controlling part 208 carries out printing processing.例文帳に追加
ファイル名の選択入力を受け付けた場合に、プリント対象ファイル取得部207がメールからプリント対象ファイルを取得し、プリント制御部208がプリント処理を実行する。 - 特許庁
When the parent data file is not existant, the current retrieval object data file, namely, the top ranked data file is stored as display data.例文帳に追加
親データファイルがない場合は現在の検索対象のデータファイルを表示データ、つまり最上位のデータファイルを表示データとして保存する。 - 特許庁
A compiler 110 with a debug function compiles a new application source file 132 to generate an object file 133.例文帳に追加
デバッグ機能付きコンパイラ110によって、新規アプリソースファイル132をコンパイルし、オブジェクトファイル133を生成する。 - 特許庁
A data file including the selected object is converted into a data file in specified format usable by the selected service.例文帳に追加
選択したオブジェクトを含むデータファイルを、選択したサービスで利用可能な所定フォーマットのデータファイルに変換する。 - 特許庁
A complier 110 with a debug function compiles a new application source file 132 to generate an object file 133.例文帳に追加
デバッグ機能付きコンパイラ110によって、新規アプリソースファイル132をコンパイルし、オブジェクトファイル133を生成する。 - 特許庁
The user performs an operation to select the folder in which the file is stored in order to use the object file.例文帳に追加
ユーザは、目的のファイルを利用するために、そのファイルが格納されているフォルダを選択する操作を行う。 - 特許庁
When an object folder is specified, a computer 21 makes the object folder as an analysis object and obtains its file number.例文帳に追加
コンピュータ21は、再生対象のフォルダが指定された場合、再生対象のフォルダを解析対象として、そのファイル番号を取得する。 - 特許庁
A file number where '000z' is annexed to an object handle is used for a subfile.例文帳に追加
サブファイルに対しては、「000z」がオブジェクトハンドルに付加されたファイル番号を使う。 - 特許庁
A host device includes a first object management table (OMT) and a file system.例文帳に追加
ホストデバイスは第一のオブジェクト管理テーブル(OMT)とファイルシステムを有する。 - 特許庁
SYSTEM FOR REMOTELY LOADING OBJECT OR FILE FOR UPDATING SOFTWARE例文帳に追加
ソフトウェアを更新するためにオブジェクトまたはファイルをリモ—トロ—ドするためのシステム - 特許庁
A file number where 'z000' is annexed to an object handle is used for the folder.例文帳に追加
フォルダに対しては、オブジェクトハンドルに「z000」が付加されたファイル番号を使う。 - 特許庁
To retrieve an electronic program table from the reference of a file object on the Internet.例文帳に追加
インターネットのファイルオブジェクトの閲覧から、電子番組表を検索する。 - 特許庁
If the object file formats use the same leading character, this option has no effect. 例文帳に追加
同じ先頭文字を持つオブジェクト間では、このオプションは意味を持たない。 - JM
An object file does not have sections for these special indices: 14 例文帳に追加
オブジェクトファイルは、これらの特別なインデックスに対応するセクションを持たない:14 - JM
Typically, this is the name of the object or file that the test was extracted from.例文帳に追加
通常、この値はテストを取り出したオブジェクトかファイルの名前になります。 - Python
Return the name of the (text or binary) file in which an object was defined.例文帳に追加
オブジェクトを定義している(テキストまたはバイナリの)ファイルの名前を返します。 - Python
For a file determined by a management object determination means 11a to be a management object file, when storing a file, a shortcut linking to an entity of the management object file is created in a specified save area 12a on the side of a terminal 10B specified by a user, and the entity of the management object file is automatically stored in a management area 12b.例文帳に追加
ファイルの保存に際し、管理対象判定手段11aにより管理対象ファイルであると判定されたファイルについて、利用者によって指定された端末10B側の指定保存領域12aに管理対象ファイルの実体にリンクするショートカットが作成され、管理対象ファイルの実体は、管理領域12bに自動的に保存される。 - 特許庁
A CPU 11 confirms, upon receiving a write request to a file stored in a memory device 20 from client computers 30-32, the WORM attribute of the object file in reference to an object management table of the object file.例文帳に追加
CPU11は、クライアントコンピュータ30〜32から記憶装置20に格納されているファイルに対する書き込み要求を受信すると、対象ファイルのオブジェクト管理テーブルを参照して、対象ファイルのWORM属性を確認する。 - 特許庁
A terminal apparatus 2 determines whether an object file 240 is to be moved from the terminal apparatus 2 to a terminal apparatus 3 or not, and when determining the movement of the object file 240 from the terminal apparatus 2 to the terminal apparatus 3, extracts the object file 240 stored in a storage part 24 and transmits the object file 240 to the terminal apparatus 3.例文帳に追加
端末装置2は、オブジェクトファイル240を端末装置2から端末装置3へ移動させるか否かを決定し、オブジェクトファイル240を端末装置3から端末装置2へ移動させると決定した場合には、記憶部24に記憶されるオブジェクトファイル240を抽出し、端末装置3へ送信する。 - 特許庁
Further, a still picture file and a moving picture file are added in addition to the sound object set and the management area includes information for individually or unitedly managing the still picture file and moving picture file.例文帳に追加
また、サウンドオブジェクトセットの他に静止画ファイルと、動画ファイルとを加え、管理エリアが静止画ファイル、動画ファイルを個別に又は統一的に管理する情報を含むように構成されている。 - 特許庁
| 意味 | 例文 |
| 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 (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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|