Wörterbücher
Forum
Kontakte

   Englisch +
Google | Forvo | +
zu Phrasen

calling sequence

Betonungen
Autom. программа вызова; вызывная последовательность
comp. вызывающая последовательность (команд); соглашения о связях
Comp., Netzw. последовательность вызовов; последовательность запросов
IT последовательность вызова; соглашение о связях; последовательность опроса (терминалов)
Massenmed. вызывающая последовательность (таблица, определяющая последовательность опроса абонентских пунктов; последовательность команд для вызова подпрограммы или обслуживания вызова)
micr. последовательность опроса (In a program when a subroutine call occurs, an agreement between the calling routine and the called routine on how arguments will be passed and in what order, how values will be returned, and which routine will handle any necessary housekeeping (such as cleaning up the stack). The calling sequence becomes important when the calling and called routines were created with different compilers or if either was written in assembly language. Two common calling sequences are the C calling sequence and the Pascal calling sequence. In the C calling sequence, the calling routine pushes any arguments included in the call on the stack in reverse order (right to left) and performs any stack cleanup; this permits a varying number of arguments to be passed to a given routine. In the Pascal calling sequence, the calling routine pushes any included arguments on the stack in the order in which they appear (left to right), and the called routine is expected to clean up the stack)
Progr. последовательность вызова методов (Alex_Odeychuk)
Tech. вызывающая последовательность
call sequence
IT последовательность опроса (терминалов)
calling sequence
: 10 Phrasen in 6 Thematiken
Elektronik1
Informationstechnik2
Massenmedien1
Militär1
Molekularbiologie1
Programmierung4