検索結果- 英語 - 多言語
検索内容:
massive astrophysical compact halo objects
robust association of massive baryonic objects
(astronomy) a low-luminosity cluster of brown dwarfs and white dwarfs
低輝度の茶色矮星および白色矮星から構成される集団
massive astronomical compact halo objects
robust associations of massive baryonic objects
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である天体。
eternally collapsing object
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.
別の星の核を含む星。中性子星が通常は赤色巨星または超巨星と衝突し、その中性子星が吸収されることにより形成される天体。
versioned object base
(software) An individual database in the versioning software ClearCase.
ClearCaseというバージョン管理ソフトウェアにおける各個別のデータベース
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.
プログラミングにおいて、永続化機構の詳細を隠蔽し、特定のデータ操作を提供するための抽象インターフェイスを持つオブジェクト。
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.)
(プログラミングや言語理論の文脈で)値として取り扱えない、つまり関数へ引数として渡すことも、戻り値として返すことも、変数へ代入することもできない実体。