-
21 memory array
матрица [ячеек] памятимикросхема памяти имеет матричную организацию - часть физического адреса адресует строки ЗУ, а другая - столбцы, поэтому физическая выборка байта производится по пересечению адресов столбца и строкиАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > memory array
-
22 memory cell
static magnetic cell — магнитная ячейка; магнитный элемент
-
23 memory less detector
English-Russian dictionary on nuclear energy > memory less detector
-
24 memory array
Большой англо-русский и русско-английский словарь > memory array
-
25 memory array
-
26 memory array
1) Компьютерная техника: массив памяти2) Техника: массив в памяти (данных), массив данных в памяти, матрица ЗУ, матрица памяти3) Вычислительная техника: область памяти4) Космонавтика: матрица запоминающего устройства -
27 memory-array board
Электроника: плата с матрицей ЗУ -
28 memory array
< edp> ■ Speicherplatzanordnung f -
29 memory array
1) матриця пам’яті2) масив пам’ятіEnglish-Ukrainian dictionary of microelectronics > memory array
-
30 memory array
-
31 memory-array board
-
32 memory array
The New English-Russian Dictionary of Radio-electronics > memory array
-
33 memory-array board
The New English-Russian Dictionary of Radio-electronics > memory-array board
-
34 memory array
1) матрица памяти [запоминающего устройства]English-Russian dictionary of computer science and programming > memory array
-
35 memory array
• pamätové pole -
36 memory array
English-Russian dictionary of modern telecommunications > memory array
-
37 memory array
English-Russian dictionary of microelectronics > memory array
-
38 memory array
-
39 memory array
English-Russian dictionary of computer science > memory array
-
40 memory array
————————
См. также в других словарях:
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
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 bandwidth — is the rate at which data can be read from or stored into a semiconductor memory by a processor. Memory bandwidth is usually expressed in units of bytes/second, though this can vary for systems with natural data sizes that are not a multiple of… … Wikipedia
Memory coherence — is an issue that affects the design of computer systems in which two or more processors or cores share a common area of memory.[1][2][3][4] In a uniprocessor system (whereby, in today s terms, there exists only one core), there is only one… … Wikipedia
array — ar‧ray [əˈreɪ] noun [countable] 1. a range of many different things: • a vast array of electronic and consumer products 2. COMPUTING a set of computer memory units arranged in rows across or down: • a device that stores massive amounts of… … Financial and business terms
Memory storage density — is a measure of the quantity of information bits that can be stored on a given length of track, area of surface, or in a given volume of a computer storage medium. Generally, higher density is more desirable, for it allows greater volumes of data … 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
array — [ə rā′] vt. [ME arraien < OFr areer < ML * arredare, to put in order < L ad , to + Gmc * raid : for IE base see RIDE] 1. to place in order; marshal (troops for battle, etc.) 2. to dress in fine or showy attire; deck out n. 1. an orderly… … English World dictionary
Array — In computer science an array [Paul E. Black, array , in Dictionary of Algorithms and Data Structures , Paul E. Black, ed., U.S. National Institute of Standards and Technology. 26 August 2008 (accessed 10 September 2008).… … 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
Array slicing — In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are… … Wikipedia