検索結果- 英語 - 多言語
検索内容:
diamond number
Killiecrankie diamond
A type of hard colourless topaz (not actual diamond as such).
Killiecrankieダイヤモンド:実際のダイヤモンドではなく、硬く無色のトパーズの一種を指す。その特性として、色がなく硬度が高いことが挙げられる。
diamond junction
(rail transport) An at-grade junction between two crossing railroad tracks.
2本の鉄道線路が同一平面上で交差する接続点、すなわちダイヤモンド形状の線路交差点として用いられる。
diamond crossing
(rail transport) An at-grade junction between two crossing railroad tracks.
鉄道用語として、同一平面上で2本の鉄道線路が斜めに交差する地点(ダイヤモンド状の交差点)を指す。
diamond rings
plural of diamond ring
これは「diamond ring」の複数形、すなわち、複数のダイヤモンドの指輪を指します。
diamond bird
The spotted pardalote.
スポッテッド・パルダロート(点模様を持つオーストラリア在来の小型鳥)
diamond birds
plural of diamond bird
これは 'diamond bird' の複数形であり、活用形として「複数形」を示しています。
diamond python
Morelia spilota spilota, an Australian python.
オーストラリアに生息する、Morelia spilota spilota(ダイヤモンドパイソン)という亜種のパイソン
diamond problem
(object-oriented programming) The ambiguity that arises when two classes B and C inherit from A, and a further class D inherits from both B and C, so that if there is a method in A that B and/or C has overridden, and D does not override it, it is unclear which version of the method D should inherit.
オブジェクト指向プログラミングにおいて、クラスの多重継承により生じる曖昧性の問題。例えば、クラスAを継承したクラスBとクラスCがあり、さらにそれらを継承するクラスDが存在する場合、もしAのメソッドがBまたはCでオーバーライドされ、Dではオーバーライドが行われていないならば、Dがどのバージョンのメソッドを継承すべきかが不明確になる現象を指す。