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

検索結果- 英語 - 多言語

検索内容:

object adapter patterns

名詞
活用形 複数形

plural of object adapter pattern

原形: object adapter pattern
日本語の意味
「object adapter pattern」の複数形。つまり、複数のオブジェクトアダプターパターンを指す表記です。
英語の意味
plural of object adapter pattern
このボタンはなに?

最近のプロジェクトでは、複数のオブジェクトアダプタパターンを実装して、レガシーモジュールを新しいサービスインターフェースに接続しました。

object adapter pattern

名詞

(software, object-oriented programming) An adapter pattern where the adapter contains an instance of the class it wraps.

日本語の意味
オブジェクトアダプタパターン:ラップされるクラスのインスタンスをアダプタが保持する、オブジェクト指向プログラミングにおけるデザインパターン
英語の意味
(software, object-oriented programming) An adapter pattern where the adapter contains an instance of the class it wraps.
このボタンはなに?

オブジェクトアダプタパターンは、ラップするクラスのインスタンスを新しいアダプタの内部に保持してレガシーなクラスを適応させる必要がある場合によく使われます。

関連語

plural

bright shiny object

名詞
比喩的用法

(figuratively) Something that attracts a great deal of attention because of its superficial characteristics. / Used other than figuratively or idiomatically: see bright, shiny, object.

日本語の意味
表面的な特徴により大きな注目を集めるもの。外見が派手で、華やかな印象を与えるが、本質的な価値や中身が伴っていない対象を指す。 / 比喩的には、魅力的な外見や派手さで人々の注意を引くものを意味する。
英語の意味
(figuratively) Something that attracts a great deal of attention because of its superficial characteristics. / Used other than figuratively or idiomatically: see bright, shiny, object.
このボタンはなに?

その新しいマーケティングキャンペーンは目を引くだけの派手なもので、チームが本当の問題を解決するのを妨げた。

関連語

plural

potentially hazardous object

名詞

(astronomy) A near-Earth asteroid or comet with an orbit such that it has the potential to make close approaches to the Earth and is of a size large enough to cause significant regional damage in the event of impact.

日本語の意味
(天文学) 地球に接近する軌道を持ち、もし衝突が起きた場合に地域的な大きな被害をもたらす可能性のある、小惑星や彗星を指す。
英語の意味
(astronomy) A near-Earth asteroid or comet with an orbit such that it has the potential to make close approaches to the Earth and is of a size large enough to cause significant regional damage in the event of impact.
このボタンはなに?

天文学者たちは、その軌道が今後100年以内に地球にかなり接近する可能性があり、衝突した場合に地域に甚大な被害を及ぼすおそれのある近地球天体を追跡しました。

関連語

object pool patterns

名詞
活用形 複数形

plural of object pool pattern

原形: object pool pattern
日本語の意味
『オブジェクトプールパターン』の複数形、つまり複数のオブジェクトプールパターンを指す(プログラミングにおけるリソース管理の設計パターン)。
英語の意味
plural of object pool pattern
このボタンはなに?

経験豊富な開発者は、高スループットなシステムで割り当てのオーバーヘッドを削減するためにオブジェクトプールのパターンを使うことをよく勧めます。

object pool pattern

名詞

(programming) A creational design pattern that uses a set of initialised objects kept ready to use, rather than allocating and destroying them on demand.

日本語の意味
オブジェクトプールパターンとは、あらかじめ生成しておいたオブジェクトの集合(プール)を保持し、必要なときにそのオブジェクトを再利用することで、生成と破棄のコストを削減するための生成系デザインパターンです。
英語の意味
(programming) A creational design pattern that uses a set of initialised objects kept ready to use, rather than allocating and destroying them on demand.
このボタンはなに?

高負荷のサーバーでパフォーマンスを改善するために、各リクエストで接続オブジェクトを生成・破棄する代わりに再利用するオブジェクトプール設計パターンを導入しました。

関連語

plural

object request broker

名詞

(software engineering) A piece of middleware in distributed software that enables program calls from one computer to another via a network.

日本語の意味
(ソフトウェア工学) 分散システム環境において、ネットワークを介して異なるコンピュータ間でオブジェクトへのプログラム呼び出しを可能にするミドルウェアのこと。 / 分散オブジェクト通信を実現するために、異なるコンピュータ上のプログラム間でメッセージやリクエストを中継するソフトウェアコンポーネント。
英語の意味
(software engineering) A piece of middleware in distributed software that enables program calls from one computer to another via a network.
このボタンはなに?

そのレガシーシステムは、分散コンポーネント間のメソッド呼び出しをルーティングするために、ネットワーク越しにプログラム呼び出しを可能にするミドルウェアであるオブジェクト要求仲介者に依存している。

関連語

plural

data transfer object

名詞

(software) A design pattern used to transfer data between software application subsystems.

日本語の意味
ソフトウェアのアプリケーション間あるいはそのサブシステム間でデータを転送するために使用される、デザインパターンとしてのオブジェクト。
英語の意味
(software) A design pattern used to transfer data between software application subsystems.
このボタンはなに?

ネットワークの負荷を減らすため、ユーザープロフィールの項目をモバイルクライアントへ送信する前に1つのデータ転送用オブジェクトにまとめました。

関連語

plural

natural numbers object

名詞

(category theory) An object which has a distinguished global element (which may be called z, for “zero”) and a distinguished endomorphism (which may be called s, for “successor”) such that iterated compositions of s upon z (i.e., sⁿ∘z) yields other global elements of the same object which correspond to the natural numbers (sⁿ∘z↔n). Such object has the universal property that for any other object with a distinguished global element (call it z’) and a distinguished endomorphism (call it s’), there is a unique morphism (call it φ) from the given object to the other object which maps z to z’ (𝜙∘z=z') and which commutes with s; i.e., 𝜙∘s=s'∘𝜙.

日本語の意味
圏論において、特定の全体元(例えば“0”を示すz)と特定の自己写像(例えば“後続”を示すs)を持つ対象を指す。この対象では、sを繰り返し適用することでzから得られる系列の元が自然数に対応し、かつ任意の同様の構造(全体元z'と自己写像s')を持つ対象に対して、zをz'に写し、sとs'の関係を保つ一意な射が定義されるという普遍性を満たす
英語の意味
(category theory) An object which has a distinguished global element (which may be called z, for “zero”) and a distinguished endomorphism (which may be called s, for “successor”) such that iterated compositions of s upon z (i.e., sⁿ∘z) yields other global elements of the same object which correspond to the natural numbers (sⁿ∘z↔n). Such object has the universal property that for any other object with a distinguished global element (call it z’) and a distinguished endomorphism (call it s’), there is a unique morphism (call it φ) from the given object to the other object which maps z to z’ (𝜙∘z=z') and which commutes with s; i.e., 𝜙∘s=s'∘𝜙.
このボタンはなに?

圏論において、自然数対象とは、終対象からの指定された点 z と指定された自己射 s を備え、s^n ∘ z の反復が自然数に対応し、さらに任意の他の対象に指定された点 z' と自己射 s' が与えられるときに z を z' に写し s と可換な一意の射 φ が存在するという普遍性を満たす対象である。

関連語

plural

post-object art

名詞
不可算名詞

conceptual art

日本語の意味
概念芸術
英語の意味
conceptual art
このボタンはなに?

その美術館の新しい展示は、形よりも観念を重視する概念芸術を強調している。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★