Filesを含む例文一覧と使い方
該当件数 : 9592件
When you want to add a required project, select the project folder whose JAR files you want to add to the classpath (the file chooser displays the icon for IDE project folders ). 例文帳に追加
必須プロジェクトを追加する場合、クラスパスに追加する JAR ファイルを生成するプロジェクトのフォルダを選択します (ファイル選択ダイアログでは IDE プロジェクトフォルダのアイコン によって表示されます)。 - NetBeans
See Editing and Navigating C/C++Source Files for a tutorial on using the advanced navigation and editing features in NetBeans IDE 6.1 to view and modify your source code.例文帳に追加
ソースコードを表示したり、変更したりするための、NetBeans IDE 6.1 の高度なナビゲーションおよび編集機能の使用についてのチュートリアルは、「C/C++ ソースファイルの編集とナビゲートのチュートリアル」を参照してください。 - NetBeans
To make the Hibernate Javadoc available to the Java Editor, select the Javadoc tab, click Add Zip/Folder, navigate to the directory into which you extracted the Hibernate files, select the doc/api subdirectory, and press Enter. 例文帳に追加
Java エディタで Hibernate Javadoc を使用可能にするには、「Javadoc」タブを選択し、「ZIP/フォルダを追加」をクリックして、Hibernate のファイルを展開したディレクトリに移動したあと、doc/api サブディレクトリを選択して Enter キーを押します。 - NetBeans
To make the JavaReports Javadoc available to the Java Editor, click the Javadoc tab, click Add ZIP/Folder, navigate to the directory into which you extracted the jasperreports-1.3.0-project.zip files, select the dist/javadoc subdirectory, and press Enter. 例文帳に追加
Java エディタで JavaReports Javadoc を使用可能にするには、Javadoc タブをクリックし、「ZIP/フォルダを追加」をクリックして、jasperreports-1.3.0-project.zip ファイルを展開したディレクトリに移動したあと、dist/javadoc サブディレクトリを選択して Enter キーを押します。 - NetBeans
NetBeans IDE 4.0 includes enhancements that simplify the creation of tag libraries.You use wizards that are new in NetBeans IDE 4.0 to create tag handlers,tag files, and tag library descriptors. 例文帳に追加
NetBeans IDE 4.0 では、タグライブラリの作成を簡略化する機能が強化されています。 新しく導入されたウィザードを使用し、タグハンドラやタグファイル、タグライブラリ記述子を作成することができます。 - NetBeans
The large object data types are meant to store data of undefined length that may be too large to store in text fields, like data that is usually stored in files. 例文帳に追加
ラージオブジェクトデータ型は、不定長のデータで textフィールドに保存するには大きすぎるであろうものを格納するためのものです。 たとえば、通常はファイルに保存しているようなデータなどです。 - PEAR
Known issuesKnown issues-- Problems you might encounter Description When I wrote this parser, my primary goal was to be able to read vCard files produced by the Mac OS X Address Book application. 例文帳に追加
既知の問題既知の問題--遭遇するであろう問題説明 このパーサを書き始めたときの最初の目標は、Mac OS Xのアドレスブックが作成する vCard ファイルを読めるようにすることでした。 - PEAR
This has a significant advantage in that you can drop files or folders onto it, to pass them to the applet the waycommand-line users would type them onto the command-line to pass them as arguments to the script.例文帳に追加
アプレットとして保存すると、ファイルやフォルダをスクリプトにドロップすることで、コマンドライン引数で渡すのと同じようにスクリプトにファイルやフォルダを渡せるという、大きな利点があります。 - Python
The basic idea is that you supply a base directory for the installation, and the install command picks a set of directories (called an installation scheme) under this base directory in which to install files.例文帳に追加
基本的なアイデアは、インストール先のベースディレクトリを指定しておき、install コマンドがそのベースディレクトリ下にファイル群をインストールするための一連のディレクトリ (インストールスキーム: installation scheme) を作成するというものです。 - Python
That is, any option to any command can be stored in one of two or three (depending on your platform) configuration files, which will be consulted before the command-line is parsed.例文帳に追加
すなわち、任意のコマンドの任意のオプションを二つか三つ (プラットフォームによって異なります) の設定ファイルに保存でき、コマンドラインを解釈する前にオプションを問い合わせさせるようにできます。 - Python
Including a particular command in config files has no such implication; it only means that if the command is run, the options in the config file will apply.例文帳に追加
特定のコマンドに対するオプションを設定ファイルに含めると、このような関連付けの必要はなくなります;あるコマンドが実行されると、そのコマンドに対するオプションが適用されます。 - Python
The filecmp module defines functions to compare files and directories, with various optional time/correctness trade-offs.The filecmp module defines the following functions:例文帳に追加
filecmp モジュールでは、ファイルおよびディレクトリを比較するため、様々な時間/正確性のトレードオフに関するオプションを備えた関数を定義しています。 filecmp モジュールでは以下の関数を定義しています: - Python
For details on JPEG or the Independent JPEG Group software refer to the JPEG standard or the documentation provided with the software.A portable interface to JPEG image files is available with the PythonImaging Library (PIL) by Fredrik Lundh.例文帳に追加
JPEG、あるいはIndependent JPEG Groupソフトウェアの詳細は、標準JPEG、若しくは提供されるソフトウェアのドキュメントを参照してください。 JPEGファイルを扱うポータブルなインタフェースはFredrik LundhによるPython Imaging Library (PIL)があります。 - Python
It cannot be used on regular files to determine whether a file has grown since it was last read.The module defines the following:例文帳に追加
通常のファイルに対して適用し、最後にファイルを読み出した時から内容が増えているかを決定するために使うことはできません。 このモジュールでは以下の内容を定義しています: - Python
handles directories, regular files, hard links, symbolic links, fifos,character devices and block devices and is able to acquire and restore file information like timestamp, access permissions and owner.例文帳に追加
ディレクトリ、普通のファイル、ハードリンク、シンボリックリンク、fifo、キャラクタデバイスおよびブロックデバイスを処理します。 また、タイムスタンプ、アクセス許可およびオーナーのようなファイル情報の取得および保存が可能です。 - Python
It doesn't make much sense to try to copy files without supplying a destination and at least one source.Hence, cp fails if you run it with no arguments.例文帳に追加
ファイルのコピーでは、コピー先を指定せずにファイルをコピーするのは無意味な操作ですし、少なくとも一つのコピー元が必要です。 従って、cp は引数無しで実行すると失敗します。 - Python
You can put module source files into another directory, but if you have enough modules to do that, it's probably easier to specify modules by package rather than listing them individually.例文帳に追加
モジュールのソースファイルは他のディレクトリに置けますが、そうしなければならないようなモジュールを沢山持っているのなら、モジュールを個別に列挙するよりもパッケージを指定した方が簡単でしょう。 - Python
If your extension uses other libraries (zlib,...) you have to convert them too. The converted files have to reside in the same directories as the normal libraries.How does Distutils manage to use these libraries with their changed names?例文帳に追加
拡張モジュールで他のライブラリ (zlib, ...)を使っている場合、それらのライブラリも変換しなければなりません。 変換されたファイルは、通常のライブラリと同じディレクトリに置かねばなりません。 - Python
If you do not specify an argument,mkcfm will try to go through the subdirectories of that directory, and create one summary of font metric files for each CIDFont (character descriptions)file and each CMap (Character Maps) file it finds.例文帳に追加
引き数を指定しなければ、mkcfm はこのディレクトリのサブディレクトリを調べ、見つけた CIDFont ファイル(文字の記述)およびCMap ファイル(文字マップ)のそれぞれに対してフォントメトリックファイルのサマリを一つ生成する。 - XFree86
If you specify a CID font directory as an argument, mkcfm will try to go through the subdirectories of that directory, and create one summary of font metric files for each CIDFont file and each CMap file it finds.例文帳に追加
CIF フォントディレクトリを引き数として指定した場合は、mkcfm はそのディレクトリのサブディレクトリを調べ、見つけた CIDFont ファイルおよび CMap ファイルのそれぞれに対してフォントメトリックファイルのサマリを一つ生成する。 - XFree86
A first CAD system 100 and a second CAD system 200 are provided with an access library to directly perform access to drawing data files 63a and 63b unique to those respective systems.例文帳に追加
第1CADシステム100および第2CADシステム200には、各システムに固有のフォーマットの図面データファイル63a,63bに直接アクセスするためのアクセスライブラリが提供されている。 - 特許庁
When one person is specified, the computing part 14 retrieves a list of files possessed by the specified person from a network connected through a recording part 20 and an interface part 22.例文帳に追加
一人の人物を特定できたら、演算部14は、特定された人物が所有するファイルの一覧を、記録部20及びインターフェース部22を通じて接続されたネットワークから検索する。 - 特許庁
To generate a file which is easy for a user to manage documents in integrating a plurality of text files or folders to generate one file in a document management system.例文帳に追加
文書管理システムにおいて、複数の文書ファイルまたは複数のフォルダを統合し1つのファイルを生成するにあたり、ユーザにとって文書管理が容易なファイルを生成する。 - 特許庁
To find desired image files without omission by considering a photographed date/time has a time lag because of a time difference, when searching for the image file with the photographed date/time as a search condition.例文帳に追加
撮影日時を検索条件として画像ファイルを検索する場合に、撮影日時が時差によってずれていることを考慮することで、所望の画像ファイルを漏れなく見つける。 - 特許庁
An application displays a document file included in a library on a file list view pane 402 and displays attribute information of a file document selected from document files on a property pane 404.例文帳に追加
アプリケーションが、ライブラリに含まれる文書ファイルをファイルリストビューペイン402に表示し、この文書ファイルのうち、選択された文書ファイルの属性情報をプロパティペイン404に表示する。 - 特許庁
The portion 14 to be the connecting piece can be used also as the shelfback and therefore the files different in thickness can be made up simply by using the same first member 10.例文帳に追加
接続片となる部分14を背表紙としても利用することができるので、厚みの異なるファイルを同一の第1の部材10を用いて簡単に組み立てることができる。 - 特許庁
A system for detecting and eliminating viruses on a computer network includes a File Transfer Protocol (FTP) proxy server, for controlling the transfer of files and a Simple Mail Transfer Protocol (SMTP) proxy server for controlling the transfer of mail messages through the system.例文帳に追加
ファイル転送を制御するFTPプロキシサーバと、メールメッセージの転送を制御するSMTPプロキシサーバとを備えた、コンピュータネットワーク上でウイルスを検出・除去するシステム。 - 特許庁
When correcting data of the IC card based on the PKCS #15, information about reference relation between the files previously stored in a memory of the IC card is acquired, and is stored as reference relation data.例文帳に追加
PKCS#15に準拠したICカードのデータを修正する時、予めICカードのメモリに記憶されているファイル間の参照関係の情報を取得し、参照関係データとして記憶する。 - 特許庁
To provide a data comparison device for outputting difference information by comparing files in a short period of time or within a desired period of time even when the size of a target data file is large.例文帳に追加
対象とするデータファイルのサイズが大きい場合にも、短時間で、あるいは所望時間内にファイルを比較して差分情報を出力するデータ比較装置を提供する。 - 特許庁
When the device is connected to the computer, a dedicated program for accessing files in the information recording/reproducing device is used to prevent the link between the reproducing management file and the actual file from being cut.例文帳に追加
コンピュータ接続時には、情報記録再生装置内のファイルアをクセスするための専用プログラムを用いることにより、再生管理用ファイルと実ファイルのリンクが切れないようにする。 - 特許庁
To provide an image forming device which permits required prescribed pages to be cut from a plurality of files and the cut prescribed pages to be recorded on the same recording medium.例文帳に追加
複数のファイルの各々から所望する所定ページを切り出し、その切り出した所定ページを同じ記録媒体上に形成することができる画像形成装置を提供すること。 - 特許庁
Finally, the front-end computer checks all the encapsulated files, detects whether or not each encapsulated file is in abnormal condition, and specifies an abnormal file.例文帳に追加
最終的に、フロントエンドコンピュータで、全てのカプセル化ファイルについてチェックを行い、各カプセル化ファイル毎に、異常であるかどうかを検出することができ、異常ファイルを特定することができる。 - 特許庁
In array information C, the transmission start time for indicating the transmission start time of the respective files and information for indicating a used band width for the transmission start time are stored.例文帳に追加
配列情報Cに、それぞれのファイルの伝送開始時間を示す伝送開始時間及びこの伝送開始時間に対する使用済み帯域幅を示す情報を格納する。 - 特許庁
To provide a file processor allowing easy security setting of a newly produced connection file on the basis of security setting made effective in a plurality of files.例文帳に追加
複数のファイルで有効化されているセキュリティ設定に基づき、新たに作成される結合ファイルのセキュリティ設定を簡便に行うことを可能とするファイル処理装置を提供する。 - 特許庁
To provide a cache device, a cache control method, a program and a recording medium with the program recorded thereon that can reduce a total access cost when caching files of different access costs.例文帳に追加
アクセスコストが異なるファイルをキャッシュする場合に、総アクセスコストを低減できる、キャッシュ装置、キャッシュ制御方法及びプログラム並びに当該プログラムを記録した記録媒体の提供。 - 特許庁
To provide a file update program capable of updating various files constituting software so as not to cause a situation such that a person cannot find how each file should be customized.例文帳に追加
どのファイルにどのようなカスタマイズを行うべきかが分からなくなるといったことが生じない形で、ソフトを構成している各種ファイルを更新できるファイル更新プログラムを提供する。 - 特許庁
A plurality of top page links for accessing to files 29 storing display contents of the top page in the Website are prepared and a plurality of top page links 21-23 are registered in a Web server 13.例文帳に追加
ホームページにおけるトップページの表示内容が格納されたファイル29をアクセスするトップページリンクを複数個用意し、複数のトップページリンク21〜23をWebサーバ13に登録する。 - 特許庁
Then, when the first and second hard disk drives 6, 8 complete reading respectively the frames [18], [21], they perform respectively their seek operations to move respectively to next files.例文帳に追加
そして、第1のハードディスクドライブ6がフレーム〔18〕を読み終え、また、第2のハードディスクドライブ8がフレーム〔21〕を読み終えると、同時に、次のファイルの位置に移動するためにシーク動作を行う。 - 特許庁
To present information consisting of files expressed with various file formats to a user by interpreting an extracted file presentation program and generating a program peculiar for a platform.例文帳に追加
あるプラットフォーム上で作成された多様なファイル・フォーマットで表現されるファイルを、プラットフォームが変化しても、半永久的にファイル・アクセス可能で、ユーザにファイルを提示することを可能にする。 - 特許庁
The play list management tables T1 manage play lists PL1-PL3, which refer to the clip files CF1, by means of clip reference information CR0-CR2 for respective play items PI1-PI3.例文帳に追加
このプレイリスト管理テーブルT1は、このクリップファイルCF1を参照しているプレイリストPL1〜PL3を、プレイアイテムPI1〜PI3毎のクリップ参照情報CR0〜CR2により管理する。 - 特許庁
When satisfied that the selected operations are correct for all of the selected files, a user then executes the operations by depressing the "Enter" or similar key.例文帳に追加
選択されたすべてのファイルについて選択された動作が正しいことを確かめた後、「Enter」キーあるいは同様のキーを押下することによりそれらの動作を実行する。 - 特許庁
On the other hand, the act of users downloading music files and the like from the internet would constitute an infringement of copyrights or related rights except in the case of reproduction for the purpose of personal use. 例文帳に追加
他方で、ユーザーが音楽などのファイルをインターネット上からダウンロードする行為は、私的使用目的の複製に該当する場合を除き、著作権又は著作隣接権の侵害となる。 - 経済産業省
The IC tester 1 transfers the produced measurement result file and classification result file to a host computer 3 in each lot, and the host computer 3 memories and controls transferred both files.例文帳に追加
そして、ロット毎に、ICテスタ1は、作成した測定結果ファイル及び分類結果ファイルをホストコンピュータ3に転送し、ホストコンピュータ3は、転送された両ファイルを記憶・管理する。 - 特許庁
A model for displaying on a calendar for July, 2006 displayed in a virtual space, a rectangular parallelepiped, having the height corresponding to the number of image files for each date of photographing, is generated.例文帳に追加
仮想空間に表示された2006年7月のカレンダ上に、撮影した日付ごとの画像ファイルの数に応じた高さの直方体を表示させるためのモデルを生成する。 - 特許庁
To provide a communication terminal device and its control method in which only a small burden is imposed on a user by preventing a transmission data file for transmitting data to an FTP server from being overwritten even if the name of the transmission data file is fixed and the same file name is already present on the FTP server and keeping a plurality of files well organized when the user sends the plurality of data files.例文帳に追加
送信データファイル名が固定で、同じファイル名が既にFTPサーバに存在していた場合でも、そこにデータを送信するために送信データファイルの上書きがされず、送信するデータファイルが複数あった場合、ユーザが送信したファイルに対するまとまりを保つことを可能にし、ユーザの負担が小さい通信端末装置及びその制御方法を提供する。 - 特許庁
The data for automatic development is mounted with a development command part and a transmission command part, the names of files constituting the distribution data and a command to instruct development of the files are set in the development command part, and a mail address to be read by the transmitting side device and a command to instruct mail transmission to the mail address are set in the transmission command part.例文帳に追加
上記自動展開用データには展開コマンド部と送信コマンド部とが搭載され、上記展開コマンド部には、上記配布データを構成するファイルの名称と、それらファイルの展開を指示するコマンドとが、設定されており、上記送信コマンド部には、上記発信側装置にて読み取れるメールアドレスと、そのメールアドレスにメール送信を指示するコマンドとが、設定されている。 - 特許庁
Blank paper detection is implemented for scan data by a blank paper detecting means, scan data of a page detected as a blank paper are deleted by a blank page processing means, scan data of a paper not detected as a blank paper are converted into an electronic file by an electronic file converting means, pages converted into electronic files are bundled and a file management module stores the electronic files in a file storage module.例文帳に追加
白紙検知手段によりスキャンデータに対して白紙検知を実施し、白紙ページ処理手段により白紙検知されたページのスキャンデータを削除し、電子ファイル変換手段により白紙検知されなかったページのスキャンデータを電子ファイルに変換し、電子ファイルに変換したページを束ね、ファイル管理モジュールは電子ファイルをファイル保存モジュールに保存する。 - 特許庁
(1) The files of international applications and processing of international applications form a structured body of data concerning international application documents filed with the Patent Office as the receiving office pursuant to Article 2 of the Patent Cooperation Treaty and information on the processing thereof. Information on an international application and on the processing thereof is stored in the files until the processing file is closed. 例文帳に追加
(1) 国際出願及び国際出願処理のファイルは,特許協力条約第2条による受理官庁としての特許庁に提出された国際出願書類に関する事項及びその処理の情報を体系的にまとめたものである。国際出願に関する及びその処理に関する情報は,処理ファイルが閉鎖されるまで,当該ファイルに保存される。 - 特許庁
An image processing part 3 analyzes the image data of the original of a plurality of pages read by an image reading part 2 for each page and simultaneously files it, a division processing part 61 divides the original of the plurality of pages read by the image reading part 2 to be grouped based on analysis results of the image processing part 3, and associates files of each page with each group to be stored in a storage part 7.例文帳に追加
画像処理部3は、画像読取部2で読み取った複数ページの原稿の画像データをページごとに解析するとともにファイル化し、分割処理部61は、画像処理部3の解析結果に基づいて、画像読取部2で読み取った複数ページの原稿を分割してグループ化し、グループごとに各ページのファイルを関連付けて保存部7に保存する。 - 特許庁
When one large document file stored in a host computer 11 is processed being divided into a plurality of sub-files 1-N and the divided sub- files 1-N are printed for a plurality of pages on one sheet, the page printer is controlled such that a page including no unnecessary blank in the final print results of document.例文帳に追加
このページプリンタは、ホストコンピュータ11に記憶されている一つの膨大な文書ファイルを複数の分割ファイル1〜Nに分割して作業を行っている場合であって、この分割ファイル1〜Nを用紙1枚に複数ページ印刷する際に、最終的な文書の印字結果として不要な白紙部分を含むページが存在しない制御を行うことを特徴とする。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright Ministry of Economy, Trade and Industry. All Rights Reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|