control abstraction
Смотреть что такое "control abstraction" в других словарях:
Abstraction (computer science) — In computer science, abstraction is the process by which data and programs are defined with a representation similar to its pictorial meaning as rooted in the more complex realm of human life and language with their higher need of summarization… … Wikipedia
Abstraction principle (programming) — In software engineering and programming language theory, the abstraction principle (or the principle of abstraction) is a basic dictum that aims to reduce duplication of information in a program (usually with emphasis on code duplication)… … Wikipedia
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Abstraction inversion — In computer programming, abstraction inversion is an anti pattern arising when users of a construct need functions implemented within it but not exposed by its interface. The result is that the users re implement the required functions in terms… … Wikipedia
Control volume — Thermodynamics … Wikipedia
Presentation–abstraction–control — (PAC) is a software architectural pattern. It is an interaction oriented software architecture, and is somewhat similar to model–view–controller (MVC) in that it separates an interactive system into three types of components responsible for… … Wikipedia
Inversion of control — In software engineering, Inversion of Control (IoC) is an abstract principle describing an aspect of some software architecture designs in which the flow of control of a system is inverted in comparison to procedural programming. In traditional… … Wikipedia
Message Abstraction Layer — The Spacecraft Monitoring Control (SM C) Working Group of the Consultative Committee for Space Data Systems (CCSDS), which sees the active participation of 10 space agencies and of the Space Domain Task Force of the Object Management Group (OMG) … Wikipedia
Presentation-abstraction-control — NOTOC Presentation abstraction control (PAC) is a software architectural pattern, somewhat similar to model view controller (MVC). PAC is used as a hierarchical structure of agents, each consisting of a triad of presentation, abstraction and… … Wikipedia
Presentation Abstraction Control — Saltar a navegación, búsqueda La estructura de una aplicación con PAC. PAC (Presentation Abstraction Control, o en español, Presentación Abstracción Control) es un patrón de arquitectura de software para sistemas interactivos basada en una… … Wikipedia Español
Presentation-Abstraction-Control — Darstellung Abstraktion Steuerung bzw. englisch Presentation Abstraction Control (PAC) bezeichnet ein Architekturmuster zur Strukturierung von interaktiven Softwaresystemen. Will man diese Systeme so entwickeln, dass sie aus einzelnen Teilen… … Deutsch Wikipedia