Exampleを含む例文一覧と使い方
該当件数 : 50000件
An example of a level-1 teach box is a remote-control for the doors of a car. 例文帳に追加
レベル1のティーチボックスの例は、自動車のドアのリモコンである。 - コンピューター用語辞典
To take an example of laterality, you always kick balls with your left foot. 例文帳に追加
側性の例をあげると、あなたはボールをいつも左足で蹴る。 - Weblio英語基本例文集
This is an example illustrative of the problems we face. 例文帳に追加
これは私たちが直面している問題点を説明する例である. - 研究社 新英和中辞典
Many wives earn a lot. Take Susan (, for example). 例文帳に追加
多くの主婦がたくさん稼いでいる. スーザンを(例として)みてごらん. - 研究社 新英和中辞典
carbohydrates can be small and simple (for example, glucose) or they can be large and complex (for example, polysaccharides such as starch, chitin or cellulose). 例文帳に追加
炭水化物は小さく単純なものもあれば(ブドウ糖など)、大規模で複雑なものもある(デンプン、キチン、セルロースのような多糖類など)。 - PDQ®がん用語辞書 英語版
for example, carbon 12, carbon 13, and carbon 14 are isotopes of carbon. 例文帳に追加
例えば、炭素12、炭素13、および炭素14は炭素の同位体である。 - PDQ®がん用語辞書 英語版
For example, you will not be able to execute web apps on that server from the IDE.例文帳に追加
たとえば、IDE からサーバー上の Web アプリケーションを実行できません。 - NetBeans
Follow the example provided in the dialog box.Click Close. 例文帳に追加
ダイアログで表示される例に従ってください。 「閉じる」をクリックします。 - NetBeans
Right-click the port node and add the address extensibility element (for example, File Address). 例文帳に追加
ポートノードを右クリックし、アドレス張性要素 (File Address など) を追加します。 - NetBeans
In this example the objective of the method is to connect to the given DSN. 例文帳に追加
この例では、メソッドの目的は指定した DSN に接続することです。 - PEAR
For example put a export PATH=/home/user/pear/bin:$PATH at the end of your ~/.bashrc or ~/.profile under Linux. 例文帳に追加
たとえば、~/.bashrc や ~/.profileの最後のほうに、export PATH=/home/user/pear/bin:$PATHを追加します。 - PEAR
Copy go-pear.php to your server and open the corresponding URL in your browser, for example http://example.com/pear/go-pear.php. 例文帳に追加
そして、対応する URL(たとえば http://example.com/pear/go-pear.php)をブラウザで開きます。 - PEAR
Here is a skeleton for a custom Auth storage container Example 34-1. 例文帳に追加
独自のストレージコンテナを作成するための雛形を以下に示します。 - PEAR
Each of the extra elements in the $dsnarray (key through cipher in the example below) are optional. 例文帳に追加
$dsn配列(下記の例の cipherから key)の各追加要素はオプションです。 - PEAR
Example 39-1. Simple find and fetch of data based on object Vars 例文帳に追加
例 39-1オブジェクト変数に基づいたデータの単純な検索とフェッチ - PEAR
Example 39-6. 例文帳に追加
日付型ISO 標準の日付型カラムを定義するには 'date' データ型を使用します。 - PEAR
See Introduction - Execute for general using and an example. 例文帳に追加
一般的な使用法や使用例は、 導入 - 実行 を参照ください。 - PEAR
If fixed length types should be used can be controlled via the fixed modifier. Example 39-2. 例文帳に追加
固定長を使用したい場合は、fixed 修飾子を使用します。 - PEAR
Note: Some RDBMS may choose to ignore the name of the constraint, for example MySQL will not use the value 例文帳に追加
注意: RDBMS によっては、制約名を無視するものもあります。 - PEAR
In the above example, only 15th October 2003 and 23rd October 2003 are displayed. 例文帳に追加
上の例では、2003 年 10 月 15 日と 2003 年 10 月 23 日だけが表示されます。 - PEAR
It is thus possible to rewrite the previous example like that: 例文帳に追加
したがって、先ほどの例は次のように書き換えることもできます。 - PEAR
So let's cut to the chase and see how this is done: Example 43-1. 例文帳に追加
それでは、実際どのように使用するのかを見てみましょう。 - PEAR
Example 44-1. Create a new compressed archive in a new directory 例文帳に追加
例 44-1圧縮されたアーカイブの新規ディレクトリにファイルを追加する - PEAR
Example 58-3. Extension ignored when checking specific file 例文帳に追加
例 58-3ファイルを直接指定した場合は拡張子指定が無視される - PEAR
Example - Quick--Quickly retrieve data from a database table 例文帳に追加
サンプル - お手軽版--データベースのテーブルから、手っ取り早くデータを取得する - PEAR
A valid array to configure System::ProcWatch may look similar to the following example. 例文帳に追加
配列で System::ProcWatch を設定する方法は、次の例のようになります。 - PEAR
Example 65-5. Recursively getting the list of current files in a repository 例文帳に追加
例 65-5リポジトリ内の現在のファイル一覧を再帰的に取得する - PEAR
Example 67-2. Getting all tags that you used in your bookmarks 例文帳に追加
例 67-2あなたの使用するブックマークから全てのタグを取得します。 - PEAR
Example 67-5. Lists all videos that were uploaded by the specified user. 例文帳に追加
例 67-5指定したユーザがアップロードしたすべての画像の一覧表示 - PEAR
For example, convertsDecimal('123E+1') to Decimal("1.23E+3") 例文帳に追加
従って、最大で 3 桁までの数字が基数の小数部に現れます。 - Python
DocTest: A collection of Examples, typicallyextracted from a single docstring or text file. 例文帳に追加
DocTest: Example の集まり。 通常一つの docstring やテキストファイルから抽出されます。 - Python
For example, suppose a.py contains just this module docstring:例文帳に追加
たとえば、以下のようなモジュールレベルの docstring の入ったファイルa.py があるとします: - Python
The following example function shows some error cleanup.例文帳に追加
以下の関数の例では、エラーに対する後始末について示しています。 - Python
For example, versions 2.0b1 and 2.0.1 both have a short version of2.0.例文帳に追加
例えば、バージョン 2.0b1と 2.0.1 の短いバージョン番号はいずれも 2.0 になります。 - Python
For example, the comment "!-text-" will cause this method to be called with the argument 'text'.例文帳に追加
例えば、コメント"!-text-" があると、このメソッドは引数'text' で呼び出されます。 - Python
This example was tried on a Debian GNU/Linux system, and is a good example of the fact that using this module is usually a bad alternative. Subsections例文帳に追加
この例はDebian GNU/Linuxシステム上で行なったもので、このモジュールの使用はたいてい悪い選択肢であるという事実のよい例です。 - Python
For example, by default it mangles lines that begin with From .例文帳に追加
たとえば、これはデフォルトでは From で始まる行を変更してしまいます。 - Python
For example, a mailcap file might contain a line like"video/mpeg; xmpeg %s". 例文帳に追加
例えば、ある mailcap ファイルに "video/mpeg; xmpeg %s" のような行が入っていたとします。 - Python
Thus, the following command lines are all equivalent to the above example:例文帳に追加
従って、以下のコマンドラインは全て上の例と同じ意味になります: - Python
Accordingly,the example above should be written as follows: 例文帳に追加
上記のサンプルは、以下のように記述する事が推奨されています。 - Python
The character which separates the base filename from the extension;for example, the "." in os. 例文帳に追加
ベースのファイル名と拡張子を分ける文字。 たとえば、os.py では "." です。 - Python
module (seeencodings. cp1251 for an example). 例文帳に追加
モジュールを使って作成することです (例えば encodings.cp1251 を参照してください。 - Python
The code for the sample CGI used in the above example is: 例文帳に追加
上の例で使われているサンプルの CGI は以下のようになっています: - Python
For example, % appres Xman.TopLevelShell.Form xman.topBox.form will list the resources of widgets of xman topBox hierarchy. 例文帳に追加
例えば、% appres Xman.TopLevelShell.Form xman.topBox.formとすると xman の topBox 階層のウィジェットのリソースをリストする。 - XFree86
For example, xman only creates the widgets for its topbox when it starts up.例文帳に追加
例えば、xman は起動時には topbox に対するウィジェットしか生成しない。 - XFree86
For example, if you are translating /usr/man/man1/ls.1, first cd into /usr/man.例文帳に追加
例えば /usr/man/man1/ls.1 を変換する場合は、最初に /usr/man に cd すること。 - XFree86
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| Copyright (c) 1995-2026 Kenkyusha Co., Ltd. All rights reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright ©2004-2026 Translational Research Informatics Center. 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 © 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 |
| © 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会員(無料)になると
|


