-
Anglický jazyk
Event-driven Programming
Autor: Frederic P. Miller
High Quality Content by WIKIPEDIA articles! In computer programming, event-driven programming or event- based programming is a programming paradigm in which the flow of the program is determined by events-i.e., sensor outputs or user actions (mouse clicks,... Viac o knihe
Na objednávku
132.91 €
bežná cena: 139.90 €
O knihe
High Quality Content by WIKIPEDIA articles! In computer programming, event-driven programming or event- based programming is a programming paradigm in which the flow of the program is determined by events-i.e., sensor outputs or user actions (mouse clicks, key presses) or messages from other programs or threads.Event-driven programming can also be defined as an application architecture technique in which the application has a main loop which is clearly divided down to two sections: the first is event selection (or event detection), and the second is event handling. In embedded systems the same may be achieved using interrupts instead of a constantly running main loop; in that case the former portion of the architecture resides completely in hardware.Event-driven programs can be written in any language, although the task is easier in languages that provide high-level abstractions, such as closures. Some integrated development environments provide code generation assistants that automate the most repetitive tasks required for event handling.
- Vydavateľstvo: OmniScriptum
- Rok vydania: 2026
- Formát: Paperback
- Rozmer: 220 x 150 mm
- Jazyk: Anglický jazyk
- ISBN: 9786130253509
Nemecký jazyk