-
1 automatic memory
Вычислительная техника: автоматическая память -
2 automatic memory
-
3 memory
память; запоминающее устройство, ЗУ-
acoustic memory
-
addressed memory
-
analog memory
-
annex memory
-
associative memory
-
automatic refresh dynamic memory
-
auxiliary memory
-
backing memory
-
backup memory
-
beam-addressable holographic memory
-
bipolar memory
-
bit-organized memory
-
block-oriented memory
-
bootstrap memory
-
bubble memory
-
buffer memory
-
byte-organized memory
-
cache memory
-
chalcogenide memory
-
charge-coupled device memory
-
charge-coupled memory
-
clocked memory
-
complementary MOS memory
-
computer memory
-
content-adressable memory
-
control memory
-
core memory
-
cryoelectronic memory
-
current access memory
-
data memory
-
destructive-readout memory
-
destructive memory
-
direct-addressable memory
-
disk memory
-
dynamic memory
-
electrically alterable read-only memory
-
electrically erasable programmable read-only memory
-
erasable programmable read-only memory
-
external memory
-
feed memory
-
field programmable memory
-
file memory
-
film memory
-
fixed memory
-
fusible-link programmable readonly memory
-
fusible programmable readonly memory
-
graphics memory
-
high-speed memory
-
image-oriented memory
-
image memory
-
inherent memory
-
input memory
-
instruction memory
-
internal memory
-
keystroke memory
-
loop status memory
-
magnetic memory
-
main memory
-
mask-programmable read-only memory
-
microprogram memory
-
nondestructive memory
-
nonvolatile memory
-
off-screen memory
-
optical memory
-
output memory
-
ovonic memory
-
page memory
-
paged memory
-
peripheral memory
-
permanent memory
-
program memory
-
programmable read-only memory
-
push-down memory
-
push-up memory
-
random-access memory
-
read/write memory
-
read-mostly memory
-
read-only memory
-
refresh memory
-
reserved memory
-
reserve memory
-
robot's control memory
-
scratch pad memory
-
screen memory
-
scroll memory
-
search memory
-
self-refreshing memory
-
semiconductor disk memory
-
sequential access memory
-
serial-access memory
-
stack memory
-
static memory
-
tape memory
-
ultraviolet erasable programmable read-only memory
-
video memory
-
virtual memory
-
volatile memory
-
word-organized memory
-
working memory
-
work memory -
4 automatic station program memory
memory bus — шина памяти; шина запоминающего устройства
The English-Russian dictionary general scientific > automatic station program memory
-
5 automatic station program memory
English-Russian dictionary of Information technology > automatic station program memory
-
6 automatic storage
в языке PL/1 - способ выделения необходимой для размещения рабочих данных памяти, при котором она выделяется непосредственно перед входом в блок и освобождается при выходе из него (записанные в неё данные при этом теряются)см. тж. memory allocationАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > automatic storage
-
7 automatic cable tester
English-Russian dictionary of Information technology > automatic cable tester
-
8 automatic circuit tester
English-Russian dictionary of Information technology > automatic circuit tester
-
9 automatic performance tester
English-Russian dictionary of Information technology > automatic performance tester
-
10 automatic refresh dynamic memory
динамическая память с автоматическим обновлением [с автоматической регенерацией] информацииБольшой англо-русский и русско-английский словарь > automatic refresh dynamic memory
-
11 automatic refresh dynamic memory
динамическая память с автоматическим обновлением [с автоматической регенерацией\] информацииАнгло-русский словарь технических терминов > automatic refresh dynamic memory
-
12 automatic refresh dynamic memory
Универсальный англо-русский словарь > automatic refresh dynamic memory
-
13 automatic station program memory
1) Телекоммуникации: автоматическая настройка программы2) Бытовая техника: автоматическая настройка на заданные программыУниверсальный англо-русский словарь > automatic station program memory
-
14 automatic-refresh dynamic memory
Универсальный англо-русский словарь > automatic-refresh dynamic memory
-
15 automatic station program memory
English-Russian dictionary of modern telecommunications > automatic station program memory
-
16 automatic station program memory
English-Russian household appliances > automatic station program memory
-
17 automatic station program memory
English-Russian dictionary on household appliances > automatic station program memory
-
18 finite memory machine
English-Russian big polytechnic dictionary > finite memory machine
-
19 fault memory
память значений параметров аномального режима
память аномальных режимов
-
[Интент]Параллельные тексты EN-RU
The following resetting actions are available:
-
Automatic resetting of the event signals provided by LED indicators (given that the LED operating mode has been set accordingly) and of the display of measured event data on the front panel LCD whenever a new event occurs.
In this case only the displays on the front panel LCD are cleared but not the internal memories such as the fault memory.
Доступны следующие функции сброса:
-
Автоматический сброс состояния светодиодных индикаторов произошедшего события (если был выбран соответствующий режим работы индикаторов), и сброс отображения результата измерения, выполненного при возникновении ошибки и отображаемого на ЖК-дисплее, независимо от времени возникновения нового события.
В этом случае сбрасывается только информация на ЖК-дисплее. Данные, хранящиеся во внутренней памяти устройства, включая память значений параметров аномального режима, остаются неизменными.
Тематики
Синонимы
EN
Англо-русский словарь нормативно-технической терминологии > fault memory
-
Automatic resetting of the event signals provided by LED indicators (given that the LED operating mode has been set accordingly) and of the display of measured event data on the front panel LCD whenever a new event occurs.
-
20 core memory dump
разгрузка оперативной памяти; распечатка содержимого оперативной памяти; дамп оперативной памяти
См. также в других словарях:
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 leak — A memory leak, in computer science (or leakage, in this context), occurs when a computer program consumes memory but is unable to release it back to the operating system. In object oriented programming, a memory leak happens when an object is… … Wikipedia
Automatic parallelization — Automatic parallelization, also auto parallelization, autoparallelization, parallelization, or //ization (shorthand), the last two of which imply automation when used in context, refers to converting sequential code into multi threaded or… … Wikipedia
Memory tester — Memory testers are specialized test equipment used to test and verify memory modules typically in SIMM or DIMM configurations. It detects functional failures of memory modules. Contents 1 Types 1.1 Hardware testers 1.2 Software testers … 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
Automatic link establishment — Automatic Link Establishment, commonly known as ALE, is the worldwide de facto standard for digitally initiating and sustaining HF (High Frequency) radio communications.cite web|title=Frequency Agile Systems in the MF/HF Bands |author=Telecom… … Wikipedia
Memory timings — (or RAM timings) refer collectively to a set of four numerical parameters called CL, tRCD, tRP, and tRAS, commonly represented as a series of four numbers separated with dashes, in that respective order (e.g. 5 5 5 15). However, it is not unusual … Wikipedia
automatic — [ôt΄ə mat′ik] adj. [< Gr automatos, self moving, self thinking (< autos, self + component < IE * mntos, thinking < base * men , to think > MIND, MEMORY) + IC] 1. done without conscious thought or volition, as if mechanically 2.… … English World dictionary
Memory management unit — This 68451 MMU could be used with the Motorola 68010 A memory management unit (MMU), sometimes called paged memory management unit (PMMU), is a computer hardware component responsible for handling accesses to memory requested by the CPU. Its… … Wikipedia
Memory improvement — The hippocampus regulates memory function. Memory improvement is the act of improving one s memory. Medical research of memory deficits and age related memory loss has resulted in new explanations and treatment techniques to improve memory,… … Wikipedia
Automatic Computing Engine — The Automatic Computing Engine (ACE) was an early electronic stored program computer design produced by Alan Turing at the invitation of John Womersley, superintendent of the Mathematics Division of the National Physical Laboratory. The use of… … Wikipedia