小窓モード


プレミアム

ログイン
設定

設定

英和・和英辞典で「static class」に一致する見出し語は見つかりませんでしたが、
下記にお探しの言葉があるかもしれません。

「static class」の部分一致の例文検索結果

該当件数 : 37



例文

CLASS AB BUFFER AMPLIFIER CAPABLE OF CONTROLLING STATIC CURRENT例文帳に追加

静止電流の制御が可能なAB級バッファ増幅器 - 特許庁

Static means that the function is available even when the class has not been instantiated.発音を聞く 例文帳に追加

「static」とは、クラスがインスタンス化されてない場合でも、その関数が使用可能であることを意味します。 - NetBeans

Add the following field declarations (in bold) to the class:private Long id;private String name;private String kind;private String weight;private Pavilion pavilion;発音を聞く 例文帳に追加

このクラスに次のフィールド宣言 (ボールド部分) を追加します。 public class Animal implements Serializable {private static final long serialVersionUID = 1L;private Long id;private String name;private String kind;private String weight;private Pavilion pavilion; - NetBeans

Add the following field declarations (in bold) to the class:private Long id;private String name;private String address;private Collection Animal animals;発音を聞く 例文帳に追加

このクラスに次のフィールド宣言 (ボールド部分) を追加します。 public class Pavilion implements Serializable {private static final long serialVersionUID = 1L;private Long id;private String name;private String address;private Collection Animal animals; - NetBeans

To provide a class AB buffer amplifier capable of controlling a static current.例文帳に追加

静止電流の制御が可能なAB級バッファ増幅器を提供する。 - 特許庁

Enables you to move a class into another class or package and to move a static field or a static method from one class to another.発音を聞く 例文帳に追加

別のクラスまたは別のパッケージにクラスを移動したり、あるクラスから別のクラスに静的フィールドまたは静的メソッドを移動したりすることができます。 - NetBeans

Using the Class diagram model, you describe the static structure of the elements in your application.発音を聞く 例文帳に追加

クラス図モデルを使用して、アプリケーション内の要素の静的な構造を記述します。 - NetBeans

The static method is similar to the get request, however it does not require the initial instantiation of the class.発音を聞く 例文帳に追加

この静的メソッドは、get リクエストと似ていますが、クラスのインスタンス化は必要ありません。 - PEAR

The main MDBclass is simply a container class with some static methods for creating MDB objects.発音を聞く 例文帳に追加

MDBクラスは単なるコンテナクラスで、MDB オブジェクトを作成するための静的メソッドを含みます。 - PEAR

The method may include defining an interface class including a static member having an implementation pointer.例文帳に追加

方法は、実装ポインタを有する静的メンバを含むインターフェースクラスを定義する。 - 特許庁

The main DB class is simply a container class with some static methods for creating DB objects.例文帳に追加

DBクラスは単なるコンテナクラスであり、DB オブジェクトを作成するための静的メソッドを保持しています。 - PEAR

A method for integrated program specifications includes revising a library class to include a factory class, rewriting static class variables as factory instance variables, and recompiling the library to substitute all references to static class variables with respect to factory instance variables.例文帳に追加

統合プログラム仕様の方法には、ファクトリクラスを含むためにライブラリクラスを改訂すること、ファクトリインスタンス変数として静的クラス変数を書き直すこと、及びファクトリインスタンス変数に関して静的クラス変数に対する全ての参照を置換するためにライブラリを再コンパイルことを含む。 - 特許庁

The class is very easy to use: Just include the file, and call the static display method with the variable you want to have dumped.発音を聞く 例文帳に追加

このクラスの使い方は簡単です。 単にファイルをインクルードし、内容を表示したい変数を指定して静的メソッド display をコールするだけです。 - PEAR

The utility class contains only static methods, so you should not need to make an instance of it.発音を聞く 例文帳に追加

静的メソッドのみを持つユーティリティクラスです。 このクラスのインスタンスを作成する必要はありません。 - PEAR

Note: Both class methods are static; you do not need to instantiate an object.発音を聞く 例文帳に追加

注意どちらのメソッドも静的メソッドなので、オブジェクトのインスタンスを作成する必要はありません。 - PEAR

Static method and class method objects are alsotransformed, as if they had been retrieved from classC;see above under ``Classes''.発音を聞く 例文帳に追加

静的メソッドやクラスメソッドオブジェクトもまた、C から取り出した場合と同様に変換されます;上記の ``クラス'' を参照してください。 - Python

See xdpyinfo for a list of supported visual classes on the real server before starting Xnest.If the user chooses a static class, all the colors in the default colormap will be preallocated.例文帳に追加

Xnest を起動する前に、xdpyinfo を使って実サーバがサポートしているビジュアルクラスのリストを確認すること。 - XFree86

If the user chooses a dynamic class, colors in the default colormap will be available to individual clients for allocation.例文帳に追加

ユーザがstatic クラスを選択した場合、個別のクライアントにデフォルトカラーマップ内の色を割り当てることができる。 - XFree86

A static link device 100 generates an executable program 21 by linking source programs A11 to E15 as class files of the Java language.例文帳に追加

静的リンク装置100は、Java言語のクラスファイルであるソースプログラムA11〜E15をリンクさせて実行可能プログラム21を生成する。 - 特許庁

To reduce an overhead when accessing to a static class such as Java(R) VM from a dynamic script language such as PHP.例文帳に追加

PHPのような動的スクリプト言語処理系から、Java(R)VMのような静的クラスにアクセスする際のオーバーヘッドを減らす。 - 特許庁

As the getInstance function is called to instantiate the class, it must be static.The double-colon (::), called the Scope Resolution Operator, and the self keyword are used to access static functions.発音を聞く 例文帳に追加

getInstance 関数はクラスをインスタンス化するために呼び出されるので、static である必要があります。 ダブルコロン (::) はスコープ解決演算子と呼ばれ、静的関数にアクセスするために self キーワードが使用されます。 - NetBeans

The byte code (a class file) downloaded into the memory card 1 is separated into a portion of a static variable, an Applet code, and a portion of a static final variable in a virtual machine 130.例文帳に追加

メモリカード1にダウンロードされたバイトコード(クラスファイル)は仮想マシン130においてstatic変数の部分とAppletコードおよびstatic final変数の部分とに分離される。 - 特許庁

The generation of the program of a static part includes a step (31) for extracting the definition of the static part from a diagram for expressing the structure of a development object system, that is a class diagram or the like.例文帳に追加

静的部分のプログラムの生成は、開発対象システムの構造を表現する図、即ちクラス図等から静的部分の定義を抽出するステップ(31)を含む。 - 特許庁

When a static method object is retrieved from a class or a class instance, the object actually returned is the wrapped object,which is not subject to any further transformation.例文帳に追加

静的メソッドをクラスやクラスインスタンスから取得すると、実際に返されるオブジェクトはラップされたオブジェクトになり、それ以上は変換の対象にはなりません。 - Python

A class method object, like a static method object, is a wrapper around another object that alters the way in which that object is retrieved from classes and class instances.例文帳に追加

クラスメソッドオブジェクトは、静的メソッドオブジェクトに似て、別のオブジェクトを包むラッパであり、そのオブジェクトをクラスやクラスインスタンスから取り出す方法を代替します。 - Python

A class dependency relation analysis part 15 analyzes the dependency relation between classes of static design information, specifies a screen transition information specification key, and narrows static design information related to screen transition corresponding to the screen transition information specification key.例文帳に追加

クラス依存関係解析部15により、静的設計情報のクラス間の依存関係を解析するとともに画面遷移情報特定キーを判定し、この画面遷移情報特定キーに対応する画面遷移に関連する静的設計情報を絞り込む。 - 特許庁

To provide a cool flexible woven fabric having a soft and refreshing cool feeling and suitable bulky feeling, and having a moderate glossiness having a high class feeling, a hemp tone of melange-like different fineness appearance and dry feeling, excellent in color-developing property, rich in comfortable wear feeling of less in slicky feeling and in the generation of static electricity, and having a high class feeling.例文帳に追加

ソフトで爽やかな清涼感と、適度な膨らみ感があり、高級感のある控えめの光沢、麻調の杢調異繊度外観とドライ感を有し、発色性に優れ、ムレ感や静電気の発生の少ない快適な着用感と高級感に富んだ、伸縮清涼織物を提供する。 - 特許庁

The static I18Nv2 class currently provides routines for unified (ment as OS independent) locale setting, retrieving locale specific information like the "thousands separator" and automatic character set conversion for output.例文帳に追加

スタティッククラス I18Nv2 が現在提供している機能は、統一された (つまり OS に依存しない) ロケール設定やロケール固有の情報 (例えば「位取り記号」など) の取得、そして出力時の自動文字セット変換です。 - PEAR

DocTests can currently be extracted from the following object types: modules, functions,classes, methods, static methods, class methods, and properties.The optional argument verbose can be used to display the objects searched by the finder.例文帳に追加

現在のところ、モジュール、関数、クラス、メソッド、静的メソッド、クラスメソッド、プロパティからDocTest を抽出できます。 オプション引数 verbose を使うと、抽出処理の対象となるオブジェクトを表示できます。 - Python

A class loader 1002 loads a byte code of the component to be measured using the found component and the static list, and a transformer/probe builder 1000 inserts a probe.例文帳に追加

クラスローダ1002が、発見されたコンポーネントおよび静的リストを用いて計測対象のコンポーネントのバイトコードをロードし、トランスフォーマ/プローブビルダ1000がプローブを挿入する。 - 特許庁

Therefore, the class AB rail-to-rail processing amplifier receives the external bias control signal and controls the bias voltage of the output stage circuit to a restricted voltage level, and thus the static current of the output stage circuit is controlled.例文帳に追加

このために、外部から印加されるバイアス制御信号を受信して、限定された電圧レベルに出力ステージのバイアス電圧を制御し、これによって出力ステージのバイアス電流を制御する。 - 特許庁

To provide an antistatic napped sheet that has excellent antistatic properties and high antistatic durability, gives touch of class without damage to the appearance and shows excellent wearing feel in the clothes and gloves produced with the sheet as the generation of static is suppressed.例文帳に追加

本発明の立毛シートは、制電性およびその持続性に優れ、外観を損なうことの無い高級感を有し、該立毛シートを用いた衣料および手袋は静電気の発生を抑え着用感に優れる。 - 特許庁

To provide a bulky cool twisted yarn woven fabric having moderate bulkiness, excellent refreshing feeling, touch, silk-like gloss of high-class feeling, excellent deep color development, slight stuffy feeling and generation of static electricity and excellent comfortable sense of wearing.例文帳に追加

適度な嵩高性と爽やかな清涼感に富んだ風合いや、絹様の高級感のある光沢、深みのある発色性に優れ、ムレ感や静電気の発生の少ない快適な着用感に優れた嵩高清涼撚糸織物を提供する。 - 特許庁

To provide a high strength cold rolled steel sheet having excellent impact absorbed energy and maximum tensile strength of900 MPa, wherein compatibility between a static/dynamic ratio equal to or above that in a class of ≥590 MPa and the maximum tensile strength of900 MPa is attained, and a method for producing the same, and to provide a high strength galvanized steel sheet and a method for producing the same.例文帳に追加

590MPa級の鋼板並みの静動比と、900MPa以上の引張最大強度の両立が可能な、衝突吸収エネルギーに優れた引張最大強度900MPa以上の高強度冷延鋼板及びその製造方法、並びに、高強度亜鉛めっき鋼板及びその製造方法を提供する。 - 特許庁

例文

To provide a writing sheet, which can use in a clean room having a high air cleanliness class, which requires no writing utensil with ink such as a ball-point pen, a felt tip pen or the like, which itself develops no dust and, in addition, to which countermeasures against static electricity are worked out so as to extremely little electricize the writing sheet by a writing action.例文帳に追加

本発明は、クリーン度の高いクリーンルーム内で使用可能な筆記用シートで、ボールペンやサインペン等のインクを伴う筆記具を必要とせず、シート自体からの発塵もなく、しかも筆記動作による筆記用シートの帯電も極端に少ない、静電気対策がなされた筆記用シートを提供することを目的とする。 - 特許庁

>>例文の一覧を見る

検索された単語のスペルをチェックし、予想される単語を表示しています。

あり得るかもしれない単語

静的電荷; 静電荷
静気候学

発音がちょっと似ている単語(見た目は似てません)

高感度電子機器で使用されるコイルの配置

英和辞典の中から予想される単語の意味を調べるには、下記のリンクをクリックして下さい。

astatic coilsの意味を調べる

static chargeの意味を調べる

static climatologyの意味を調べる


以下のキーワードの中に探している言葉があるかもしれません。

「static class」に近いキーワードやフレーズ

※Weblio英和辞典・和英辞典に収録されている単語を、文字コード順(UTF-8)に並べた場合に前後にある言葉の一覧です。

Weblio翻訳の結果

「static class」を「Weblio翻訳」で翻訳して得られた結果を表示しています。

静的クラス

英語翻訳

英語⇒日本語日本語⇒英語

検索語の一部に含まれている単語

検索語の中に部分的に含まれている単語を表示しています。

static /stˈæṭɪk/
静的な, 静止の
class /klˈæs/
(共通の性質を有する)部類, 種類

「static class」を解説文の中に含む見出し語

検索のヒント

  • キーワードに誤字・脱字がないか確かめて下さい。
  • 違うキーワードを使ってみてください。
  • より一般的な言葉を使ってみてください。

その他の役立つヒント

音声・発音記号のデータの著作権について


研究社研究社
Copyright (c) 1995-2024 Kenkyusha Co., Ltd. All rights reserved.
CMUdict is Copyright (C) 1993-2008 by Carnegie Mellon University.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS