本文へスキップ
ログインすると広告が減り、学習に集中できます。
広告

検索結果- 英語 - 多言語

検索内容:

object-control

形容詞
比較不可

(linguistics) A control verb whose shared object is not the subject.

日本語の意味
統語論における制御動詞の一種で、動詞が支配する目的語(あるいは補語)が文の主語ではなく、別の項(通常は目的語)に由来することを示す用法。
英語の意味
(linguistics) A control verb whose shared object is not the subject.
このボタンはなに?

その目的語制御動詞は、従属節が主節と同じ目的語を取るようにし、主語ではなく目的語が共有される原因となった。

BL Lac object

名詞

(astronomy) a type of active galaxy with an active galactic nucleus (AGN), named after its prototype, BL Lacertae

日本語の意味
BL Lac天体:活動銀河核(AGN)を有する活動銀河の一種で、原型はBL Lacertaeである天体。
英語の意味
(astronomy) a type of active galaxy with an active galactic nucleus (AGN), named after its prototype, BL Lacertae
このボタンはなに?

新たに発見された活動銀河核を持つ一種の活動銀河は、急速な明るさの変化とほとんど特徴のないスペクトルを示し、ブレイザーとしての分類が確認された。

関連語

plural

eternally collapsing object

名詞

A proposed alternative to a black hole whose collapse continually slows down, and that does not form an event horizon

日本語の意味
ブラックホールの代替候補として提案された、崩壊が永続的に遅くなる一方で事象の地平線を形成しない天体
英語の意味
A proposed alternative to a black hole whose collapse continually slows down, and that does not form an event horizon
このボタンはなに?

一部の物理学者は、崩壊が継続的に遅くなり事象の地平線を形成しない、ブラックホールの代替として提案された天体が外観上ブラックホールに似る可能性があると主張している。

関連語

Thorne-Zytkow object

名詞

(astronomy) A star that contains a core made from another star. It is formed when a neutron star collides with a star, typically a red giant or supergiant, and the neutron star is swallowed by the red giant star.

日本語の意味
別の星の核を含む星。中性子星が通常は赤色巨星または超巨星と衝突し、その中性子星が吸収されることにより形成される天体。
英語の意味
(astronomy) A star that contains a core made from another star. It is formed when a neutron star collides with a star, typically a red giant or supergiant, and the neutron star is swallowed by the red giant star.
このボタンはなに?

天文学者が候補となるソーン=ジトコフ天体を初めて同定したとき、その表面組成の異常は中性子星が赤色巨星に飲み込まれたことの結果であると分かった。

関連語

plural

versioned object base

名詞

(software) An individual database in the versioning software ClearCase.

日本語の意味
ClearCaseというバージョン管理ソフトウェアにおける各個別のデータベース
英語の意味
(software) An individual database in the versioning software ClearCase.
このボタンはなに?

Gitへ移行する前に、チームは履歴を保存するためにレガシーなClearCaseのリポジトリをアーカイブしました。

関連語

plural

data access object

名詞

(computing) An object in programming that provides an abstract interface to some type of persistence mechanism, providing some specific data operations without exposing details of the persistence layer.

日本語の意味
プログラミングにおいて、永続化機構の詳細を隠蔽し、特定のデータ操作を提供するための抽象インターフェイスを持つオブジェクト。
英語の意味
(computing) An object in programming that provides an abstract interface to some type of persistence mechanism, providing some specific data operations without exposing details of the persistence layer.
このボタンはなに?

データアクセスオブジェクトを実装して、データベースのクエリをビジネスロジックから分離し、テストを容易にしました。

関連語

plural

third-class object

名詞

(programming, languages) An entity of which the value can neither be passed as a parameter, nor be returned from a function, nor assigned to a variable. (Used by Raphael Finkel, the first-class object does not need to have run-time constructability according to his definition.)

日本語の意味
(プログラミングや言語理論の文脈で)値として取り扱えない、つまり関数へ引数として渡すことも、戻り値として返すことも、変数へ代入することもできない実体。
英語の意味
(programming, languages) An entity of which the value can neither be passed as a parameter, nor be returned from a function, nor assigned to a variable. (Used by Raphael Finkel, the first-class object does not need to have run-time constructability according to his definition.)
このボタンはなに?

コンパイラを設計する際、第三級オブジェクト(関数に引数として渡せず、関数から返すこともできず、変数に代入することもできない実体)を別の分類として扱いました。

関連語

plural

second-class object

名詞

(programming, languages) An entity of which the value can be passed as a parameter, but that can neither be returned from a function, nor be assigned to a variable. (Used by Raphael Finkel, the first-class object does not need to have run-time constructability according to his definition.)

日本語の意味
プログラミングにおいて、関数に引数として渡すことはできるが、関数の戻り値として返したり変数に代入したりすることができないエンティティ。
英語の意味
(programming, languages) An entity of which the value can be passed as a parameter, but that can neither be returned from a function, nor be assigned to a variable. (Used by Raphael Finkel, the first-class object does not need to have run-time constructability according to his definition.)
このボタンはなに?

一部の古いプログラミング言語では、関数の引数として渡すことはできても、関数から返したり変数に代入したりすることはできないエンティティは、第一級オブジェクトに比べて制限されたオブジェクトとして扱われます。

関連語

plural

first-class object

名詞

(programming, languages) An entity that can be constructed at run-time, passed as a parameter, returned from a function, or assigned into a variable.

日本語の意味
実行時に構築可能で、パラメータとして渡され、関数から返され、変数に代入できるエンティティ(プログラミング言語における「ファーストクラスオブジェクト」)
英語の意味
(programming, languages) An entity that can be constructed at run-time, passed as a parameter, returned from a function, or assigned into a variable.
このボタンはなに?

多くの現代のプログラミング言語では、関数は実行時に生成され、引数として渡され、別の関数から返され、変数に代入できる第一級オブジェクトとして扱われます。

関連語

plural

Null Object pattern

固有名詞

(architecture, computing, design) A behavioural design pattern that describes the uses of null objects and their behavior (or the lack of them).

日本語の意味
ヌルオブジェクトパターンは、null(存在しない状態)を表す代替オブジェクトを用いて、nullチェックや例外処理を避け、コードの安定性と可読性を向上させるためのデザインパターンです。 / アーキテクチャやコンピューティングの文脈で、オブジェクトが存在しない場合に、明示的なnull参照ではなく適切な振る舞いを持つ特別なオブジェクトを使用する設計手法を指します。
英語の意味
(architecture, computing, design) A behavioural design pattern that describes the uses of null objects and their behavior (or the lack of them).
このボタンはなに?

支払いモジュールを設計する際、コードベースにnullチェックが散在するのを避けるためにヌルオブジェクトパターンを使用しました。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

アプリをダウンロード!
DiQt

DiQt(ディクト)

無料

★★★★★★★★★★