1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 50000



例文

Example 39-3. All portability options except trimming 例文帳に追加

例 39-3「トリム」以外のすべての移植性モードを指定する - PEAR

This example only demonstrates a very basic feature. 例文帳に追加

この例は、基本的な機能を説明しただけのものです。 - PEAR

So, in our second example, the source contains a file with symbolic name file.txt. 例文帳に追加

つまり、2 番目の例では、元ファイル名はfile.txt となります。 - PEAR

Example 43-5. Iterating over fields and subfields in a MARC record 例文帳に追加

例 43-5MARC レコード内のフィールドとサブフィールドの順次処理 - PEAR

例文

Lets review this example step by step. 例文帳に追加

では、順を追って上記の例を検討して行きましょう。 - PEAR


例文

Example 47-3. output from the Template (with no values set) 例文帳に追加

例 47-3テンプレートからの出力 (値は何も設定しない) - PEAR

Example 48-1. Setting some options and detection of a new session 例文帳に追加

例 48-1オプションの設定および新規セッションの検出 - PEAR

Example 54-1. Sending a dynamic DNS update packet to a nameserver 例文帳に追加

例 54-1動的 DNS 更新パケットをネームサーバに送信する - PEAR

Example 54-3. Fetching all entries from search result: sorted例文帳に追加

例 54-3検索結果からの全エントリの取得 (並べ替え) - PEAR

例文

Example 58-9. Generating a list of installed coding standards 例文帳に追加

例 58-9インストールされているコーディング規約一覧の生成 - PEAR

例文

Example 58-1. Setting the default standard to be the Zend coding standard 例文帳に追加

例 58-1デフォルトの規約の Zend コーディング規約への変更 - PEAR

Example 58-2. Setting the default report format to be the summary report 例文帳に追加

例 58-2デフォルトの出力書式を要約版に設定 - PEAR

Now add the following line to your pre-commit file in the Subversion hooks directory: Example 58-3. Adding the pre-commit hook to the Subversion config file 例文帳に追加

Now add the following line to your pre-commit file in the Subversion hooks directory:例 58-3Adding the pre-commit hook to the Subversion config file - PEAR

Example 62-4. Exporting in RTF format with different RTF string 例文帳に追加

例 62-4異なる RTF 文字列による RTF フォーマットでのエクスポート - PEAR

Example 62-6. Exporting in HTML format with different HTML string 例文帳に追加

例 62-6異なる HTML 文字列による HTML フォーマットでのエクスポート - PEAR

For example, the "Shared Documents" folder exists on Windows only. 例文帳に追加

例えば、"共有ドキュメント" フォルダは Windows にしか存在しません。 - PEAR

More info can be read up on WikiPedia article Example 64-1. 例文帳に追加

より詳細な情報は、 WikiPedia の記事 を参照ください。 - PEAR

Example 65-4. Getting the list of current files in a repository 例文帳に追加

例 65-4リポジトリ内の現在のファイル一覧を取得する - PEAR

This example shows how to add a DocType Declaration to the XML document In this example look at theses 3 lines. 例文帳に追加

この例では、XML ドキュメントに DocType 宣言を追加する方法を示します。 この例では、次の 3 行に注目しましょう。 - PEAR

For example, cmp([1,2,x], [1,2,y]) returns the same as cmp(x,y).例文帳に追加

例えば、cmp([1,2,x], [1,2,y]) はcmp(x,y) と等しい結果を返します。 - Python

provides an additional example of a mutable sequence type.例文帳に追加

では、別の変更可能なシーケンス型を提供しています。 - Python

Here's an example of how you might enable this in Python:例文帳に追加

Pythonでこれをどのようにしたらできるか、例を挙げます: - Python

For example, reduce(lambda x, y: x+y, [1, 2,3, 4, 5]) calculates ((((1+2)+3)+4)+5). 例文帳に追加

例えば、reduce(labmda x, y: x+y, [1, 2, 3, 4, 5])は ((((1+2)+3)+4)+5) を計算します。 - Python

The first example shows the most common usage of cookielib: 例文帳に追加

はじめに、もっとも一般的な cookielib の使用例をあげます: - Python

Divide the given string into examples and intervening text, and return them as a list of alternating Examples and strings.Line numbers for the Examples are 0-based.例文帳に追加

指定した文字列を、例題とその間のテキストに分割し、例題をExample オブジェクトに変換し、Example と文字列からなるリストにして返します。 各Example の行番号はゼロから数えます。 - Python

Here's a complete but small example module: 例文帳に追加

以下にちょっとした、それでいて完全な例を示します: - Python

Note that in the first example the return value variable rv will hold an integer value; in the second example it will hold a string value.例文帳に追加

最初の例では、戻り値 rv は整数値を保持しています; 二つ目の例では文字列値を保持しています。 - Python

6.21.4.6 Callback example 3: check option order (generalized) 例文帳に追加

6.21.4.6 コールバックの例 3: オプションの順番をチェックする (汎用的) - Python

For example, if the src directory holds modules in the foobar package:例文帳に追加

例えば、パッケージ foobar のモジュールが src に入っているとします: - Python

For example, Isaac (?=Asimov) will match 'Isaac' only if it'sfollowed by 'Asimov'.例文帳に追加

例えば、Isaac (?=Asimov) は、'Isaac'に'Asimov'が続く場合だけ、'Isaac'とマッチします。 - Python

For example,Isaac (?!Asimov) will match 'Isaac' only if it's not followed by 'Asimov'.例文帳に追加

例えば、Isaac (?!Asimov)は、'Isaac' に'Asimov'が続かない場合のみマッチします。 - Python

For example, "set('abc') 例文帳に追加

set のインスタンスはfrozenset のインスタンスと、そのメンバを基に比較されます。 - Python

The following example creates a gray bitmap: 例文帳に追加

次のプログラム例は gray というビットマップを作るものである。 s 0 - XFree86

For example,TCP/IP connections can be disabled with -nolisten tcp -noreset 例文帳に追加

例えば、TCP/IP 接続を無効にするには\\-nolisten tcpを指定する。 - XFree86

The user's .xsession file might look something like this example. 例文帳に追加

fi ユーザの .xsession ファイルはこの例のようになっているだろう。 - XFree86

For example, the editor would simply save the edited file.例文帳に追加

例えば、エディタは単に編集したファイルを保存する。 - XFree86

The curing layer 3 is formed by being impregnated in, for example, the cloth 2, and contains, for example, a water-soluble polymer.例文帳に追加

硬化層3は、例えば布2に含浸され形成されており、例えば水溶性ポリマなどを含有している。 - 特許庁

The print example information acquiring part 107 acquires a print job setting data concerned in a printing request, and accumulates it as print example information in the print example DB 108.例文帳に追加

印刷事例情報取得部107は、印刷要求にかかる印刷ジョブ設定データを取得し、印刷事例情報として印刷事例DB108に蓄積しておく。 - 特許庁

While the buffer 3 for receiving, for example, receives the data, another buffer 4, for example, is used for transmitting.例文帳に追加

受信用バッファ、例えば3が受信している間、もう一方のバッファ、例えば4は送信用として使用される。 - 特許庁

The thickness of the compacted layer is for example 0.5-10 mm.例文帳に追加

緻密化層の厚さは例えば0.5〜10mmである。 - 特許庁

Born in Mexico, Sergeant Weston is a fine example of self-sacrifice.例文帳に追加

メキシコ生まれのウエストン軍曹は自己犠牲の模範だ。 - 旅行・ビジネス英会話翻訳例文

This building represents an outstanding example of the Pueblo Revival style.例文帳に追加

この建物はプエブロ・リヴァイヴァル様式の絶好例です。 - 旅行・ビジネス英会話翻訳例文

DUAL TYPE THIN-FILM FIELD EFFECT TRANSISTOR AND APPLICATION EXAMPLE例文帳に追加

デュアルタイプ薄膜電界効果トランジスタおよび応用例 - 特許庁

Then, among a plurality of expanded example sentences, it is decided whether there are example sentences including all the retrieval words and the example sentences including all the retrieval words are displayed to a display part.例文帳に追加

そして、展開した複数の例文のうち、全ての検索語を含む例文があるか否かを判断して、全ての検索語を含む例文を表示部に表示する。 - 特許庁

A stepped seal groove 5 (a labyrinth structure of the inner ring 3) is arranged on the inner ring 3 in a second example in addition to the first example.例文帳に追加

第2例は、第1例に加えて、内輪3に、シール溝段差5(内輪3のラビリンス構造)が設けてある。 - 特許庁

To easily prepare an example sentence book for word learning.例文帳に追加

単語学習用の例文帳を容易に作成する。 - 特許庁

For example, the area of face, etc., is automatically detected.例文帳に追加

例えば、顔の領域などを自動的に検出する。 - 特許庁

The patterns are, for example, registered company names or registered trademarks.例文帳に追加

パターンは例えば登録社名や登録商標である。 - 特許庁

I will make an example of the first offender I catch. 例文帳に追加

犯罪者をつかまえ次第他の見せしめに罰する - 斎藤和英大辞典

例文

Box [7.2] Example of criteria to evaluate the data quality indicators 例文帳に追加

ボックス7.2 データ品質指標を評価する基準事例 - 経済産業省




  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
旅行・ビジネス英会話翻訳例文
Copyright (c) 株式会社 高電社 All rights reserved.
  
斎藤和英大辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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