-
41 addressing
absolute addressing вчт. абсолютная адресация addressing вчт. адресация associative addressing вчт. ассоциативная адресация augmented addressing вчт. адресация с расширяемым адресом autodecremental addressing вчт. автодекрементая адресация autoincremental addressing вчт. автодекрементная адресация base-displacement addressing вчт. относительная адресация base-page addressing вчт. адресация по базовой странице bit addressing вчт. побитовая адресация built-in addressing вчт. встроенная адресация built-up addressing вчт. сложная адресация capability-based addressing вчт. мандатная адресация chained addressing вчт. цепная адрессация complex addressing вчт. составная адресация deferred addressing вчт. косвенная адресация direct addressing вчт. прямая адресация extensible addressing вчт. расширенная адресация file addressing вчт. метод доступа fixed-length addressing вчт. адресация с фиксированной длиной адреса flat addressing вчт. простая адресация hash addressing вчт. хеш-адресация hierarchical addressing вчт. иерархическая адресация immediate addressing вчт. непосредственная адресация implied addressing вчт. неявная адресация indexed addressing вчт. индексная адресация multilevel addressing вчт. многоуровневая адресация one-ahead addressing вчт. повторная адресация postdecrement addressing вчт. постдекрементная адресация predecrement addressing вчт. предекрементная адресация preincrement addressing вчт. преинкрементная адресация real-time addressing вчт. непосредственая адресация relative addressing вчт. относительная адресация repetition addressing вчт. адресация с повторением адреса self-relative addressing вчт. относительная адресация stack addressing вчт. стековая аддрессация stepped addressing вчт. адресация с повторением адреса stepped addressing вчт. пошаговая адресация symbolic addressing вчт. символическая адресация wrap-around addressing вчт. круговая адресация
См. также в других словарях:
Stack-based memory allocation — Stacks in computing architectures are regions of memory where data is added or removed in a Last In First Out manner.In most modern computer systems, each thread has a reserved region of memory referred to as its stack. When a function executes,… … Wikipedia
Stack (data structure) — In computer science, a stack is an abstract data type and data structure based on the principle of Last In First Out (LIFO) . Stacks are used extensively at every level of a modern computer system. For example, a modern PC uses stacks at the… … Wikipedia
Stack machine — In computer science, a stack machine is a model of computation in which the computer s memory takes the form of one or more stacks. The term also refers to an actual computer implementing or simulating the idealized stack machine.In addition, a… … Wikipedia
Stack-oriented programming language — A stack oriented programming language is one that relies on a stack machine model for passing parameters. Several programming languages fit this description, notably Forth and PostScript, and also many Assembly languages (but on a much lower… … Wikipedia
Stack buffer overflow — In software, a stack buffer overflow occurs when a program writes to a memory address on the program s call stack outside of the intended data structure; usually a fixed length buffer.cite web last = Fithen first = William L coauthors = Seacord,… … Wikipedia
Stack — Computing*Stack (data structure), a data structure based on Last In, First Out (LIFO) *Call stack of a program, also known as a function stack, execution stack, control stack, or simply the stack *Protocol stack, a particular software… … Wikipedia
Stack register — A stack register is a computer central processor register whose purpose is to keep track of a call stack. On an accumulator based architecture machine, this may be a dedicated register such as SP on an Intel x86 machine. On a general register… … Wikipedia
Stack-Up — Infobox VG| title = Stack Up developer = Nintendo R D1 publisher = Nintendo designer = engine = released = July 26, 1985 ( Japan ) October 18, 1985 ( North America ) genre = Puzzle modes = Single player, multiplayer ratings = platforms = NES… … Wikipedia
Non-English-based programming languages — are computer programming languages that, unlike better known programming languages, do not use keywords taken from, or inspired by, the English vocabulary. Contents 1 Prevalence of English based programming languages 2 International programming… … Wikipedia
Region-based memory management — In computer science, region based memory management is a type of memory management in which each allocated object is assigned to a region. A region, also called a zone, arena, or memory context, is a collection of allocated objects that can be… … Wikipedia
Bluetooth stack — A Bluetooth stack refers to an implementation of the Bluetooth protocol stack.Bluetooth stacks can be roughly divided into two: # General purpose implementations that are written with emphasis on feature richness and flexibility, usually for… … Wikipedia