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

検索結果- 英語 - 多言語

検索内容:

pattern theory

名詞
不可算名詞

A mathematical formalism for describing knowledge of the world in terms of patterns that can be studied using statistical methods.

日本語の意味
統計的手法を用いて、パターンに基づいて世界の知識を記述するための数学的形式主義
英語の意味
A mathematical formalism for describing knowledge of the world in terms of patterns that can be studied using statistical methods.
このボタンはなに?

物体認識を改善するために、チームは世界の知識を統計的方法で扱えるパターンとして記述する数学的形式主義を用いて、複雑な空間配置を表現しその規則性を学習した。

thread pool patterns

名詞
活用形 複数形

plural of thread pool pattern

原形: thread pool pattern
日本語の意味
この単語は、'thread pool pattern' の複数形です。つまり、単数形 'thread pool pattern' の複数形として使われる表記形式を示しています。
英語の意味
plural of thread pool pattern
このボタンはなに?

上級エンジニアはしばしばバックエンドサービスでの同時実行タスクの実行を最適化するために、スレッドプールの設計パターンについて議論します。

thread pool pattern

名詞

(computing) A concurrency design pattern, where a number of threads are created to perform a number of tasks that are usually organized in a queue.

日本語の意味
(コンピューティング)あらかじめ生成された複数のスレッド(作業単位)をプールし、待機状態でタスクキューに溜まった作業を並行して処理するデザインパターン。 / (コンピュータプログラミング)タスク管理のために、一定数のスレッドを生成し、それらでキューに登録されたタスクを効率的に実行する仕組み。 / 予め作成された複数のスレッドを用い、連続的に到着するタスクをバックグラウンドで処理する並行処理パターン。
英語の意味
(computing) A concurrency design pattern, where a number of threads are created to perform a number of tasks that are usually organized in a queue.
このボタンはなに?

サーバの応答性を向上させるために、同時に実行されるタスクの数を制限する目的でスレッドプール設計パターンを導入しました。

関連語

plural

factory method pattern

名詞

(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.

日本語の意味
ファクトリーメソッドパターンとは、オブジェクトの生成処理を抽象メソッドを用いてサブクラスに委譲することで、具体的な生成方法(具象クラス)を隠蔽し、柔軟なオブジェクト生成を実現する生成系デザインパターンです。
英語の意味
(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
このボタンはなに?

新しいモジュールを設計する際、チームは抽象的な生成メソッドを通じてオブジェクト生成をサブクラスに委譲して結合を減らすためにファクトリーメソッドパターンを選びました。

関連語

plural

abstract factory pattern

名詞

(software, object-oriented programming) A creational design pattern that decouples the object creation by providing a group of individual factories by defining an abstract factory class.

日本語の意味
抽象ファクトリ・パターン:ソフトウェアやオブジェクト指向プログラミングにおける生成系デザインパターンの一つで、抽象的な工場クラスを定義し、複数の具体的な工場を通じてオブジェクト生成の責務を分離・疎結合化する設計手法
英語の意味
(software, object-oriented programming) A creational design pattern that decouples the object creation by providing a group of individual factories by defining an abstract factory class.
このボタンはなに?

プラグインシステムを構築する際、具象クラスを指定せずに関連するオブジェクト群を生成するために、オブジェクト生成を分離する抽象ファクトリーパターンを適用しました。

関連語

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チェックが散在するのを避けるためにヌルオブジェクトパターンを使用しました。

abstract factory patterns

名詞
活用形 複数形

plural of abstract factory pattern

原形: abstract factory pattern
日本語の意味
『抽象ファクトリパターン』の複数形
英語の意味
plural of abstract factory pattern
このボタンはなに?

現代のソフトウェアアーキテクチャでは、複数の抽象ファクトリーパターンがクロスプラットフォームのGUI作成を簡素化します。

factory method patterns

名詞
活用形 複数形

plural of factory method pattern

原形: factory method pattern
日本語の意味
「factory method pattern」の複数形。オブジェクト指向設計におけるデザインパターンの一つであり、オブジェクト生成の処理をサブクラスに委譲する手法を指します。
英語の意味
plural of factory method pattern
このボタンはなに?

スケーラブルなシステムを設計する際、開発者はオブジェクト生成をカプセル化しテストしやすくするために、ファクトリーメソッドパターンのバリエーションを選ぶことが多い。

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

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★