-
21 электрически программируемая постоянная память, электрически программируемое ПЗУ, ЭППЗУ
Programming: electrically erasable read-only memory (= electrically erasable programmable read-only memory)Универсальный русско-английский словарь > электрически программируемая постоянная память, электрически программируемое ПЗУ, ЭППЗУ
-
22 (проф.) утечка данных
Programming: memory leakУниверсальный русско-английский словарь > (проф.) утечка данных
-
23 Компакт-диск для однократной записи данных
Programming: Compact Disc Read-Only Memory (съемная среда хранения данных с высокой емкостью (примерно 700 MB). Обращение к CD-ROM осуществляется с помощью оптики)Универсальный русско-английский словарь > Компакт-диск для однократной записи данных
-
24 ПЗУ на компактных дисках
Programming: compact disc read-only memoryУниверсальный русско-английский словарь > ПЗУ на компактных дисках
-
25 Программная транзакционная память
Programming: Software Transactional MemoryУниверсальный русско-английский словарь > Программная транзакционная память
-
26 ЦАП с ОЗУ
Programming: random access memory digital-to-analog converter -
27 блочно-ориентированная электрически программируемая постоянная память
Programming: electrically erasable programmable read-only memoryУниверсальный русско-английский словарь > блочно-ориентированная электрически программируемая постоянная память
-
28 ввод-вывод с отображением (портов) на выделенные адреса главной памяти
Programming: memory-mapped I/OУниверсальный русско-английский словарь > ввод-вывод с отображением (портов) на выделенные адреса главной памяти
-
29 виртуальная память принтера
Programming: virtual printer memory (в принтерах PostScrip - часть памяти, в которой хранится информация о шрифтах, которая отправляется на принтер при печати документов или при загрузке шрифтов)Универсальный русско-английский словарь > виртуальная память принтера
-
30 дефект доступа к памяти
Programming: memory access failureУниверсальный русско-английский словарь > дефект доступа к памяти
-
31 иерархии памяти
Programming: memory hierarchies -
32 комбинационные дискретные объекты управления
Programming: discrete controlled objects without memoryУниверсальный русско-английский словарь > комбинационные дискретные объекты управления
-
33 логическое состояние памяти
Programming: Boolean memory stateУниверсальный русско-английский словарь > логическое состояние памяти
-
34 машина с общей памятью
Programming: shared memory machineУниверсальный русско-английский словарь > машина с общей памятью
-
35 машина с совместно используемой памятью
Programming: shared memory machineУниверсальный русско-английский словарь > машина с совместно используемой памятью
-
36 операционная система, поддерживающая виртуальную память
Programming: virtual-memory operating systemУниверсальный русско-английский словарь > операционная система, поддерживающая виртуальную память
-
37 отображаться в ОЗУ
Универсальный русско-английский словарь > отображаться в ОЗУ
-
38 отображаться в оперативной памяти
Универсальный русско-английский словарь > отображаться в оперативной памяти
-
39 отображаться на ОЗУ
Универсальный русско-английский словарь > отображаться на ОЗУ
-
40 память наборной системы
Programming: dialing memoryУниверсальный русско-английский словарь > память наборной системы
См. также в других словарях:
Memory barrier — Memory barrier, also known as membar or memory fence or fence instruction, is a type of barrier and a class of instruction which causes a central processing unit (CPU) or compiler to enforce an ordering constraint on memory operations issued… … Wikipedia
Memory corruption — happens when the contents of a memory location are unintentionally modified due to programming errors; this is known as violating memory safety. When the corrupted memory contents are used later in the computer program, it leads either to program … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Memory bound function — Memory bound refers to a situation in which the time to complete a given computational problem is decided primarily by the amount of available memory to hold data. In other words, the limiting factor of solving a given problem is the memory… … Wikipedia
Memory pool — Memory pools, also called fixed size blocks allocation, allow dynamic memory allocation comparable to malloc or C++ s operator new. As those implementations suffer from fragmentation because of variable block sizes, it can be impossible to use… … Wikipedia
Memory Type Range Registers — (MTRRs) are control registers that provide system software with control of how accesses to memory ranges by the CPU are cached. It uses a set of programmable model specific registers (MSRs) which are special registers provided by most modern CPUs … Wikipedia
Memory type range register — Memory type range registers (MTRRs) are a set of processor supplementary capabilities control registers that provide system software with control of how accesses to memory ranges by the CPU are cached. It uses a set of programmable model specific … Wikipedia
Memory-level parallelism — or MLP is a term in computer architecture referring to the ability to have pending multiple memory operations, in particular cache misses or translation lookaside buffer misses, at the same time. In a single processor, MLP may be considered a… … Wikipedia
Memory management — is the act of managing computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. This is critical to … Wikipedia
Memory protection — is a way to control memory access rights on a computer, and is a part of most modern operating systems. The main purpose of memory protection is to prevent a process from accessing memory that has not been allocated to it. This prevents a bug… … Wikipedia
Memory segmentation — is the division of computer memory into segments or sections. Segments or sections are also used in object files of compiled programs when they are linked together into a program image, or the image is loaded into memory. In a computer system… … Wikipedia