1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 13010



例文

The document creation support server 2 is provided with: a format database 4 storing the formats of various types of automobile-related documents.例文帳に追加

書類作成支援サーバ2は、各種類の自動車関連書類の書式が記録された書式データベース4を備える。 - 特許庁

A data format processing section 624 adds the input profile information to multiband image data and records the multiband image data on a storage medium.例文帳に追加

データフォーマット処理部624は、マルチバンド画像データに入力プロファイル情報を付加して記憶媒体に記録する。 - 特許庁

To set information stored in various databases with unique format as an object to be retrieved of a retrieval engine on the Internet.例文帳に追加

独自のフォーマットで各種データベースに蓄積された情報を、インターネット上で検索エンジンの検索対象にする。 - 特許庁

As I don't have the software that matches the attachment, I cannot open the file. Please resend it in another format. 例文帳に追加

添付ファイルに適応したソフトウエアを持っていないので、ファイルを開けません。別のファイル形式で再送して下さい。 - Tanaka Corpus

例文

After pay withholding tax, please send the tax paid receipt in PDF format.例文帳に追加

毎度のことですが、源泉徴収税納付後、納税証明をPDFで結構ですから、送っていただけるよう、お願いします。 - Tatoeba例文


例文

As I don't have the software that matches the attachment, I cannot open the file. Please resend it in another format.例文帳に追加

添付ファイルに適応したソフトウエアを持っていないので、ファイルを開けません。別のファイル形式で再送して下さい。 - Tatoeba例文

Since I don't have the software to open the attached file, I can't open it. Please send it again in another format.例文帳に追加

添付ファイルに適応したソフトウエアを持っていないので、ファイルを開けません。別のファイル形式で再送して下さい。 - Tatoeba例文

.. will put into one standard a self-contained file format for bi-level image file transfer environments other than facsimile. 例文帳に追加

...は、ファクシミリ以外の2値画像ファイル転送環境のための自己充足的ファイル形式を一つの規格にまとめるだろう。 - コンピューター用語辞典

The XML-based CDIF Syntax allows the exchange of meta-models and models using the emerging XML standard. 例文帳に追加

XMLベースのCDIF(CASE data interchange format)シンタックスを使うと,メタモデル,および普及しつつあるXML標準を使用しているモデルの交換が可能である. - コンピューター用語辞典

例文

Video digitizer is a device that converts video, film or animation into a digital format that can be displayed using a computer. 例文帳に追加

ビデオディジタイザはビデオ、映画またはアニメーションを、コンピュータを使って表示できるディジタル形式に変換する装置である。 - コンピューター用語辞典

例文

The protocol uses a Wireless Markup Language based on XML to format text and images for small-screen devices. 例文帳に追加

このプロトコルは,XMLに基づくWML(無線用マーク付け言語)を使用して,小画面装置のためのテキストとイメージをフォーマットする. - コンピューター用語辞典

You can also bind the url property to a managed bean property or to a data provider field that returns the path to the URL in String format. 例文帳に追加

また、「url」プロパティーは、管理 Bean のプロパティー、または String 形式で URL のパスを返すデータプロバイダのフィールドにバインドすることもできます。 - NetBeans

The equals, comment start and new line characters in the parser can be customised to match your preferred configuration format. 例文帳に追加

等号、コメントの開始文字、改行文字などを独自に設定し、お好みの設定フォーマットにマッチさせることができます。 - PEAR

tableInfo Modes This section describes the format of the returned array and how it varies depending on which $modewas used when the function was called. 例文帳に追加

tableInfo モード この節では、関数のコール時にどんな $modeを使用すればどんな形式の配列が返されるのかを説明します。 - PEAR

The default option will be sufficient for most cases but you want perhaps customize the output format (render) of context information. 例文帳に追加

たいていはデフォルトのオプションで十分でしょうが、コンテキスト情報の出力フォーマットを変更したくなるかもしれません。 - PEAR

This module encodes and decodes files in binhex4 format, a formatallowing representation of Macintosh files in ASCII. 例文帳に追加

このモジュールは binhex4 形式のファイルに対するエンコードやデコードを行います。 binhex4 は Macintosh のファイルを ASCIIで表現できるようにしたものです。 - Python

The WAVE audio file format is closely related and can also be read using this module.A chunk has the following structure:例文帳に追加

WAVEオーディオファイルフォーマットも厳密に対応しているので、このモジュールで読み込みできます。 チャンクは以下の構造を持っています: - Python

Logs a message with level DEBUG on the root logger.The msg is the message format string, and the args are the arguments which are merged into msg.例文帳に追加

レベル DEBUG のメッセージをルートロガーで記録します。 msg はメッセージの書式化文字列で、args は msg に取り込むための引数です。 - Python

Therefore, the Pythonmaintainers reserve the right to modify the marshal format in backward incompatible ways should the need arise.例文帳に追加

従って、 Python のメンテナは、必要が生じれば marshal 形式を後方互換性のないものに変更する権利を有しています。 - Python

The mimify module defines two functions to convert mail messages to and from MIME format.例文帳に追加

mimify モジュールでは電子メイルメッセージから MIME へ、および MIME から電子メイルメッセージへの変換を行うための二つの関数を定義しています。 - Python

This module provides a standard interface to extract, format and print stack traces of Python programs.例文帳に追加

このモジュールはPythonプログラムのスタックトレースを抽出し、書式を整え、表示するための標準インターフェースを提供します。 - Python

In this case, the property must have type STRING and format 8, and should contain one or more null-terminatedstrings.例文帳に追加

この場合は、プロパティは STRING 型で フォーマット 8 でなければならず、null で終了する 1 つ以上の文字列を含まなければならない。 - XFree86

Description The specified parameters will be copied and stored in a new property of the specified type and format on the requestor'swindow.例文帳に追加

説明リクエスタのウィンドウ上で、指定されたパラメータは指定されたタイプとフォーマットである新しいアトムにコピー・格納される。 - XFree86

You provide a list of files containing results from x11perf, and it lays them out in a nice tabular format.例文帳に追加

このプログラムを使うと、複数のx11perfの出力結果を分かりやすい表の形式に並べて出力することができる。 - XFree86

If successful, it transforms the data into a more readable format, then sends the data to standard out. -remove例文帳に追加

これに成功した場合、これはより読みやすいフォーマットに変換され、そのデータは標準出力に出力される。 - XFree86

A sound model is converted to a format similarly allowing a pause to be present at the end of each phoneme model.例文帳に追加

音響モデルについては、同様に音素モデルの各々について末尾にポーズの存在を許容する形式に変換する。 - 特許庁

This color format conversion device is provided with at least one color component conversion means having a number of element increasing part and a component quality improvement part.例文帳に追加

要素数増大部及び成分品質向上部を有する色成分変換手段を少なくとも1つ有する。 - 特許庁

Each time a first response from a tag is received, a target checks whether the response has an appropriate message format.例文帳に追加

タグからの第1応答を受信するたびに、ターゲットはその応答が適切なメッセージ形式を持つかどうかチェックする。 - 特許庁

To provide an apparatus and a method for coding and encoding transport format combination indicator (TFCI) in a code division multiple access mobile communication system.例文帳に追加

符号分割多重接続移動通信システムの伝送率情報符号化/復号化装置及び方法を提供する。 - 特許庁

Although the format B conforms to the Exif 2.2 Standard, it does not conform to the DCF Standard.例文帳に追加

画像ファイルフォーマットBは、Exif2.2規格に準拠するが、DCF規格に準拠しない画像ファイルフォーマットである。 - 特許庁

To provide a method and system for allowing a data processor to efficiently perform access to the picture data of a memory in a multiple format.例文帳に追加

多重フォーマットのメモリの画像データにデータプロセッサが効率的にアクセスするための方法とシステムを提供する。 - 特許庁

The image data are composed with input image data of a photograph or the like to be allocated to a predetermined format.例文帳に追加

この画像データは、写真等の入力画像データと合成されることによって所定のフォーマットに割り付けられる。 - 特許庁

For example, in the case of an optical disk corresponding to a double density CD format, the total number of test areas is set in the range of 800 to 1200.例文帳に追加

例えば、2倍密度CDフォーマットに対応した光ディスクの場合、テストエリアの総数を800〜1200とする。 - 特許庁

To provide a medical information management system capable of flexibly coping with a format change of a medical expense bill.例文帳に追加

医療費請求書の様式の変更に柔軟に対応することができる医療情報管理システムを提供する。 - 特許庁

To introduce VLIW instruction format having a pair of control bits for discriminating an opportunity for common use of a sub instruction.例文帳に追加

サブ命令を共用する条件を識別する制御ビットの組を有するVLIW命令形式を導入する。 - 特許庁

To provide a content distribution system for providing content after converting it to a format which corresponds to a client terminal.例文帳に追加

クライアント端末に適合したフォーマットに変換してコンテンツを提供するためのコンテンツ配信システムを提供すること。 - 特許庁

At the base station 3, web data are generated after the received images are converted into a data format suitable for a browser terminal 4.例文帳に追加

基地局3では、受信した画像を閲覧端末4に適したデータ形式に変換したのちWebデータを生成する。 - 特許庁

APPARATUS AND METHOD FOR TRANSMITTING TRANSPORT FORMAT COMBINATION INDICATOR BITS FOR HARD SPLIT MODE IN CODE DIVISION MOBILE COMMUNICATION SYSTEM例文帳に追加

符号分割移動通信システムでの硬分割モードのための伝送形式組合表示ビットの伝送装置及び方法 - 特許庁

MEDICAL IMAGE DISPLAY, IMAGE ACQUISITION DISPLAY, IMAGE DISPLAY METHOD AND DISPLAY FORMAT SELECT PROGRAM THEREIN例文帳に追加

医用画像表示装置、画像取得表示装置及び該装置における画像表示方法並びに表示形式選択プログラム - 特許庁

The format of the layout of the edition screen is made the same as that of the display screen so that it is possible to easily edit the screen into a target screen.例文帳に追加

編集画面と表示画面のレイアウトが同じ形式で目的の画面に編集することが容易である。 - 特許庁

To improve SYNC detecting ability without deteriorating data format efficient in a recording carrier.例文帳に追加

記録担体でのデータフォーマット効率を悪化させることなくSYNC検出能力を向上することができるようにする。 - 特許庁

The printer 10 is imparted with a function for providing the host computer 100 with JPEG format form data 15.例文帳に追加

また、印刷装置10に、JPEG形式のフォームデータ15を、ホストコンピュータ100に提供する機能を持たせておく。 - 特許庁

The names of data items given as the attributes of the data format information 12 of input data are used as the instance values of the test data.例文帳に追加

入力データのデータフォーマット情報12の属性として与えられるデータ項目名を、テストデータのインスタンス値とする。 - 特許庁

Based on an available serialization provider, a serializer for a specific serialization format and an object type is identified.例文帳に追加

利用可能なシリアライゼーションプロバイダに基づいて、ある特定のシリアライゼーション形式およびオブジェクトタイプ用のシリアライザを識別する。 - 特許庁

The configured content is encapsulated into a format that supports multicast distribution and controlled reception at particular machines.例文帳に追加

構成されたコンテンツは、マルチキャスト配信をサポートし、特定のマシンで制御された受信がされるフォーマットにカプセル化される。 - 特許庁

The production server converts the created pages to a format for further progress by normal preparations for the yearbook production.例文帳に追加

制作サーバは作成されたページを年鑑制作の通常の準備によって先に進むためのフォーマットに変換する。 - 特許庁

To distribute audio and video through the Internet by deciding a video or audio format and a bit rate which are suitable for each client and customizing the bit rate of video or audio in a detailed manner.例文帳に追加

インターネットを介して、オーディオ及びビデオを配布する方法及びシステムを提供することである。 - 特許庁

When a picture to be displayed is a character format learning limited picture, an ID of the relevant picture is acquired (202).例文帳に追加

表示させる画面が文字書式学習制限画面である場合には当該画面のIDを取得する(S202)。 - 特許庁

METHOD AND DEVICE FOR CONVERTING DATA, METHOD AND DEVICE FOR RESTORING DATA, DATA FORMAT, RECORDING MEDIUM AND PROGRAM例文帳に追加

データ変換方法およびデータ変換装置、データ復元方法およびデータ復元装置、データフォーマット、記録媒体、並びにプログラム - 特許庁

例文

The memory stores the resized image data and the reorder data unit rearranges the image data into a format suitable for display.例文帳に追加

メモリーがサイズ変更された画像を保存し、データ並べ替えユニットが画像データを表示に適した形式に再配列する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
Tatoebaのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution (CC-BY) 2.0 France
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Tanaka Corpusのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
 Creative Commons Attribution (CC-BY) 2.0 France.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
© 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.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS