-
1 stack-based
Компьютерная техника: стековый -
2 stack-based
English-Russian dictionary of computer science > stack-based
-
3 stack-based architecture
English-Russian electronics dictionary > stack-based architecture
-
4 stack-based architecture
The New English-Russian Dictionary of Radio-electronics > stack-based architecture
-
5 stack-based object
объект, работающий со стекомБольшой англо-русский и русско-английский словарь > stack-based object
-
6 stack-based language
English-Russian electronics dictionary > stack-based language
-
7 stack-based processor
English-Russian electronics dictionary > stack-based processor
-
8 stack-based language
The New English-Russian Dictionary of Radio-electronics > stack-based language
-
9 stack-based processor
The New English-Russian Dictionary of Radio-electronics > stack-based processor
-
10 stack-based object
объект, работающий со стекомEnglish-Russian dictionary of computer science and programming > stack-based object
-
11 stack-based routine
• rutina bazirana na s -
12 stack-based approach
podejście stosoweEnglish-Polish dictionary for engineers > stack-based approach
-
13 stack-based parameter passing
przekazywanie parametrów przez stosEnglish-Polish dictionary for engineers > stack-based parameter passing
-
14 stack-based approach
podejście stosoweEnglish-Polish dictionary of Electronics and Computer Science > stack-based approach
-
15 stack-based parameter passing
przekazywanie parametrów przez stosEnglish-Polish dictionary of Electronics and Computer Science > stack-based parameter passing
-
16 stack architecture
= stack-based architecture стековая архитектура -
17 stack architecture
= stack-based architecture стековая архитектураThe New English-Russian Dictionary of Radio-electronics > stack architecture
-
18 capability based tagged architecture
English-Russian dictionary of Information technology > capability based tagged architecture
-
19 architecture
1) структура; конфигурация; конструкция2) вчт архитектура•- bit-addressable architecture
- bit-slice architecture
- boundary scan architecture - bus architecture
- bus structured architecture
- chip architecture
- client-server architecture
- closed architecture - computer family architecture
- connectionist architecture
- data bus architecture
- data flow architecture
- defense-in-depth security architecture
- die architecture
- digital network architecture - dynamic power management architecture
- dynamic scalable architecture
- engagement architecture - firmware architecture
- hardware architecture
- Harvard architecture
- high-performance computer architecture
- hub architecture
- industry standard architecture
- linear addressing architecture
- machine check architecture
- medium control architecture
- micro channel architecture
- MIMD architecture
- MISD architecture
- modular architecture
- multi-issue architecture
- multiple-instruction multiple-data architecture
- multiple-instruction single-data architecture
- multiprocessor architecture
- multi-tier architecture
- network architecture
- neural network architecture - pipelined architecture
- Princeton architecture
- problem-oriented architecture
- process architecture
- PS/2 architecture - security architecture
- segmented addressing architecture
- segmented memory architecture
- serial storage architecture
- shading architecture
- shared memory architecture - single-instruction multiple-data architecture
- single-instruction single-data architecture
- SISD architecture
- slice architecture
- software architecture
- stack architecture
- stack-based architecture
- superpipelined architecture - systolic array architecture - tree architecture
- tree-and-branch architecture - unified memory architecture
- very long instruction word architecture
- virtual architecture - von Neumann architecture -
20 architecture
1) структура; конфигурация; конструкция2) вчт. архитектура•- bit-addressable architecture
- bit-slice architecture
- boundary scan architecture
- broadband network architecture
- bubble chip architecture
- bus architecture
- bus structured architecture
- chip architecture
- client-server architecture
- closed architecture
- common object request brokers architecture
- computer architecture
- computer family architecture
- connectionist architecture
- data bus architecture
- data flow architecture
- defense-in-depth security architecture
- die architecture
- digital network architecture
- distributed enterprise management architecture
- document content architecture
- document interchange architecture
- domain architecture
- dynamic power management architecture
- dynamic scalable architecture
- engagement architecture
- enhanced industry standard architecture
- extensible architecture
- final-form-text document content architecture
- firewall architecture
- firmware architecture
- hardware architecture
- Harvard architecture
- high-performance computer architecture
- hub architecture
- industry standard architecture
- linear addressing architecture
- machine check architecture
- medium control architecture
- micro channel architecture
- MIMD architecture
- MISD architecture
- modular architecture
- multi-issue architecture
- multiple-instruction multiple-data architecture
- multiple-instruction single-data architecture
- multiprocessor architecture
- multi-tier architecture
- network architecture
- neural network architecture
- office document architecture
- office document management architecture
- open architecture
- open document architecture
- open document management architecture
- open network architecture
- organizational architecture
- pipelined architecture
- Princeton architecture
- problem-oriented architecture
- process architecture
- PS/2 architecture
- revisable-form-text document content architecture
- scalable processor architecture
- security architecture
- segmented addressing architecture
- segmented memory architecture
- serial storage architecture
- shading architecture
- shared memory architecture
- signal computing system architecture
- SIMD architecture
- single-instruction multiple-data architecture
- single-instruction single-data architecture
- SISD architecture
- slice architecture
- software architecture
- stack architecture
- stack-based architecture
- superpipelined architecture
- systems application architecture
- systems monitor architecture
- systems network architecture
- systolic architecture
- systolic array architecture
- Texas Instruments graphics architecture
- three-tier architecture
- tree architecture
- tree-and-branch architecture
- twin-bank memory architecture
- two-level cache architecture
- unified memory architecture
- very long instruction word architecture
- virtual architecture
- virtual intelligent storage architecture
- VLIW architecture
- von Neumann architecture
- Windows open services architectureThe New English-Russian Dictionary of Radio-electronics > architecture
См. также в других словарях:
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