検索結果- 英語 - 多言語
検索内容:
event-driven architecture
(software engineering) A software architectural pattern promoting the production, detection, consumption of, and reaction to events.
イベントの生成、検知、消費、反応を促進するソフトウェア構築の手法(イベント駆動型アーキテクチャ) / システム内で発生するイベントをトリガーとして機能が実行されるアーキテクチャパターン
event-driven architectures
model-driven architectures
model-driven architecture
(software, design) A software design approach for the development of software systems that provides a set of guidelines for the structuring of specifications expressed as models.
モデル駆動アーキテクチャ: 仕様をモデルとして表現し、そのモデルに従ってソフトウェアシステムの設計や開発を行う手法。 / モデル中心の設計手法であり、ソフトウェア開発において抽象的な仕様から具体的なシステム構築への橋渡しをするアプローチ。
message-driven architecture
(software, design) Synonym of Event-Driven Architecture
メッセージ駆動型アーキテクチャは、ソフトウェア設計において、イベント(メッセージ)の発生を基にシステムを動作させるアーキテクチャであり、イベント駆動アーキテクチャと同義とされる。 / システムが外部や内部からのメッセージ(イベント)を受け取り、それに基づいて処理を実行する設計手法を指す。
load-store architecture
(computing) A type of computer architecture in which instructions either load/store values between memory and CPU registers, or perform calculations on values in CPU registers, but cannot directly perform calculations on values in memory.
ロードストアアーキテクチャ:命令がメモリとCPUレジスタ間のデータの読み込み(ロード)・書き出し(ストア)を行うか、CPUレジスタ上のデータに対して計算を実施するが、メモリ上のデータに対して直接計算を行わないという設計思想のコンピュータアーキテクチャ。
load-store architectures
von Neumann architecture
(computing) A computer architecture that uses the same buses to access both program instructions and data to be operated on.
プログラム命令とデータに対して同一のバスを用いてアクセスするコンピュータの設計方式