1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > constructorの意味・解説 > constructorに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

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

該当件数 : 353



例文

This constructor should always be called with keyword arguments.例文帳に追加

コンストラクタは常にキーワード引数を使って呼び出さねばなりません。 - Python

In the case of class exceptions, the constructor parameters are not described; use excclassdescto describe an exception class and its constructor.例文帳に追加

クラス例外の場合には、コンストラクタのパラメタが記述されません: 例外クラスとコンストラクタを説明する場合には、excclassdesc を使ってください。 - Python

This section holds initialized pointers to the C++ constructor functions. 例文帳に追加

このセクションは C++ コンストラクタ関数への初期化されたポインタを保持する。 - JM

Under the constructor public class RequestBean1 extends AbstractRequestBean, declare the property as follows:private Integer personId; 例文帳に追加

コンストラクタ public class RequestBean1 extends AbstractRequestBean の下で、プロパティーを次のように宣言します。 private Integer personId; - NetBeans

例文

The IDE implements the selected constructor in the specified location.例文帳に追加

選択したコンストラクタが IDE によって指定した位置に実装されます。 - NetBeans


例文

Click somewhere within the class, such as in the line below the constructor. 例文帳に追加

コンストラクタの下の行など、クラス内の任意の場所をクリックします。 - NetBeans

constructor Note This function can be called statically.例文帳に追加

コンストラクタです。 注意この関数は、スタティックにコールすることができます。 - PEAR

Pager constructor takes an associative array of parameters as input values. 例文帳に追加

Pager コンストラクタは、引数としてパラメータの連想配列を1つ受け取ります。 - PEAR

Describe a class without describing the constructor. 例文帳に追加

コンストラクタの説明を伴わないクラスを説明するための環境です。 - Python

例文

Called by the server's constructor to activate the server.May be overridden. 例文帳に追加

サーバのコンストラクタによって呼び出され、サーバを活動状態にします。 - Python

例文

The TextWrapper instance attributes (and keyword arguments to the constructor) are as follows:例文帳に追加

TextWrapperインスタンス属性(とコンストラクタのキーワード引数)は以下の通りです: - Python

See``ZipFile Objects'' (section 7.18.1) for constructor details.例文帳に追加

コンストラクタの詳細については、``ZipFile オブジェクト'' (7.18.1 節) を参照してください。 - Python

Notice that the IDE gives you the option of generating either the default constructor or a constructor which will initialize all uninitialized fields.例文帳に追加

IDE では、デフォルトのコンストラクタを生成するか、初期化されていないすべてのフィールドを初期化するコンストラクタを生成するかを選択できます。 - NetBeans

The designer selecting process and the constructor selecting process may select the designer or the constructor by a bid by the order.例文帳に追加

また、設計者選定工程並びに施工業者選定工程は、発注者が入札によって設計者又は施工業者を選定しても良い。 - 特許庁

Their use may result in undesired behavior, since the constructor/destructor routines will not be executed (unless special measures are taken). 例文帳に追加

これらを使うと、望ましくない動作をすることがある。 なぜなら、(特別な措置が行われない限り) これらの constructor/destructorルーチンは実行されないからである。 - JM

Descibe an exception defined by a class. constructor parameters should not include the self parameter or the parentheses used in the call syntax.例文帳に追加

クラスとして定義されている例外を説明するために使います。 constructor parameters には、self やコンストラクタ呼び出し構文で使う丸括弧を含めてはなりません。 - Python

Write the string s to the underlying file object,i.e. outfp passed to Generator's constructor. 例文帳に追加

ここでいう出力先は Generator コンストラクタに渡した outfp のことをさします。 - Python

A value of None (the default) means that the charset given in the constructor is used.例文帳に追加

この値が None の場合 (デフォルト)、コンストラクタで与えられた charset が使われます。 - Python

The type constructor is responsible for initializing the weak reference list to NULL:例文帳に追加

型コンストラクタは弱参照リストをNULLに初期化する責任があります: - Python

In the public Orders(Integer id, Products productId, int quantity)constructor, change the type of the productId argument from int to Products.例文帳に追加

public Orders(Integer id, Products productId, int quantity) コンストラクタ内で、productId 引数の型を int から Products に変更します。 - NetBeans

The second parameter of the constructor is the name of the associated RDBMS table. 例文帳に追加

コンストラクタの 2 番目のパラメータには、関連付ける RDBMS のテーブル名を指定します。 - PEAR

If you pass the constructor a second argument of 0 this will have the desired effect. 例文帳に追加

コンストラクタの 2 番目の引数に0 を渡すと、お望みの効果が得られます。 - PEAR

Generally only relevant if the version argument is supplied to the OptionParser constructor.例文帳に追加

通常、 OptionParser のコンストラクタに versionが指定されたときのみ関係のあるアクションです。 - Python

All stream readers must provide this constructor interface. 例文帳に追加

全てのストリームリーダはコンストラクタとしてこのインタフェースを提供せねばなりません。 - Python

All stream writers must provide this constructor interface. 例文帳に追加

全てのストリームライタはコンストラクタとしてこのインタフェースを提供せねばなりません。 - Python

Adding HTTP headers:Use the headers argument to the Request constructor, or: 例文帳に追加

headers 引数を使ってRequest コンストラクタを呼び出す方法の他に、以下のようにできます: - Python

Ordering information of the orderer is transmitted to each selected constructor.例文帳に追加

選択された各施工業者に発注者の発注情報を送信する。 - 特許庁

To enable a lock constructor to specify whether or not a lock is constructed by the constructor oneself without holding information on lock users.例文帳に追加

錠前の施工業者が、錠前のユーザの情報を保持しなくても、その錠前が自分で取付けた錠前であるか否かを確実に特定できるようにする。 - 特許庁

BUSINESS METHOD OF CONSTRUCTOR TO DEVELOPER, AND ONLINE SYSTEM例文帳に追加

建設業者のディベロッパー(開発業者)に対する営業方法及びオンラインシステム - 特許庁

The special constructor car< ... > is used for the creation of cartesian products of structures. 例文帳に追加

この特殊コンストラクタcar< ... >は, 構造体のカルテシアン積を造り出すのに使われる. - コンピューター用語辞典

The parameter true, which is passed to the SimpleTask constructor, establishes that the task is indeterminate. 例文帳に追加

SimpleTask コンストラクタへ渡されるパラメータ true は、タスクが不確定であることを確立します。 - NetBeans

If you wish to operate a class in automatic mode, simply pass the TRUE parameter to its constructor. 例文帳に追加

自動モードでクラスを操作したい場合は、コンストラクタのパラメータにTRUE を渡します。 - PEAR

Defines the calendar by a Unix timestamp, replacing values passed to the constructor Parameter例文帳に追加

カレンダの値を Unix タイムスタンプで設定し、コンストラクタで渡された値を上書きします。 - PEAR

You can use this method as an alternative to passing property values in constructor . 例文帳に追加

コンストラクタにプロパティの値を渡す代わりに、このメソッドを使用することができます。 - PEAR

This context is used by the Context constructor as a prototype for new contexts.例文帳に追加

Context コンストラクタが新たなコンテキストを作成するさいに雛形にするコンテキストです。 - Python

They are initialized by the constructor, and should not be modified directly.例文帳に追加

これらの変数はコンストラクタで初期化されます。 直接変更してはなりません。 - Python

No other methods (except for the constructor) should be overridden in a subclass.例文帳に追加

(コンストラクタを除く) その他のメソッドは一切サブクラスでオーバライドしてはなりません。 - Python

Or the server 10 selects a constructor located near the customer's residence area from a constructor data base 12 and transmits the desired remodeling conditions to the constructor for preparing simple estimate information and transmitting it to the customer's terminal 10.例文帳に追加

又は、サーバ10は、施工業者データベース12から顧客居住地に近い施工業者を選定し、その施工業者に希望リモデリング条件を送って簡易見積情報を作成してもらい、その簡易見積情報を顧客端末10に送る。 - 特許庁

Place the cursor at the location in the file where you want to generate the constructor and press Ctrl+Space.例文帳に追加

ファイル内でコンストラクタを生成する位置にカーソルを置き、Ctrl- スペースキーを押します。 - NetBeans

Place the cursor in the location in the file where you want to generate the constructor and press Ctrl+Space.例文帳に追加

ファイル内でコンストラクタを生成する位置にカーソルを置き、Ctrl- スペースキーを押します。 - NetBeans

When construction is finished, the server 10 receives customer evaluation about the construction from the customer, feedbacks the customer evaluation to the constructor and also updates the ranking level of the constructor.例文帳に追加

工事が終わると、サーバ10は、その工事に対する顧客の評価を顧客から受けて、施工業者にフィードバックするとともに、その施工業者の格付けレベルを更新する。 - 特許庁

Parameters (others than default ones) are passed to the constructor by using an associative array. 例文帳に追加

パラメータ (デフォルトではない他の値) は連想配列を使ってコンストラクタに渡されます。 - PEAR

When you create a decorator, you pass its constructor an instance of an existing calendar object. 例文帳に追加

デコレータを作成するときは、そのコンストラクタにカレンダーオブジェクトのインスタンスを渡します。 - PEAR

This parameter can be left out, if it has been set in the constructor or manually! 例文帳に追加

コンストラクタ等で事前に設定している場合、このパラメータは省略可能です。 - PEAR

The main statement, the setup statement and the timer function to be used are passed to the constructor.例文帳に追加

メイン文、セットアップ文、タイマ関数はコンストラクタで指定されたものを使用します。 - Python

An identification code is imparted to the constructor approved of a commodity sale by the maker and the wholesale dealer, and after the sever 10 side discriminates the identification code transmitted from the personal computer 12 of the constructor, the maker directly delivers a water supply pipe to the constructor.例文帳に追加

そして、メーカー及び問屋が商品販売を承認した工事業者に対して識別コードを付与し、工事業者のパソコン12から送信された識別コードをサーバ10側が判別したうえで給水管をメーカーが工事業者に直接納入する。 - 特許庁

To provide a hot-water/cold-water supply structure of a bathroom which enables construction for the connection of the whole piping to be performed by a system-bath constructor even if the system-bath constructor does not consult a building-equipment constructor, by simplifying a system of hot-water/cold-water supply piping.例文帳に追加

給湯・給水の配管の系統をより簡素化し、システムバスの施工者と建物の設備工事者が相談しなくても、システムバスの施工者により全ての配管接続の施工を行うことができる浴室の給湯・給水構造を提供する。 - 特許庁

If the String does not match the regular expression, a message is passed to the ValidatorException constructor. 例文帳に追加

文字列が正規表現に一致しない場合は、ValidatorException コンストラクタにメッセージが渡されます。 - NetBeans

Constructor information is transmitted to the orderer in response to a demand from the orderer.例文帳に追加

発注者からの要求に応じて施工業者情報を発注者に送信する。 - 特許庁

例文

Also, pass any properties to the Format constructor. 例文帳に追加

さらに任意のフォーマットプロパティを書式のコンストラクタに渡します。 有効なプロパティは下記の通りです。 - PEAR




  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 © 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/ ).
  
© 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 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS