-
81 страница виртуальной памяти
1) Information technology: memory page, virtual page2) Programming: virtual memory pageУниверсальный русско-английский словарь > страница виртуальной памяти
-
82 утечка памяти
1) Programming: memory leak (потеря доступа к динамической памяти (путем потери значения указателя на нее) без ее возвращения системе)2) Microsoft: memory leak -
83 электрически программируемая постоянная память
1) Engineering: electrically programmable read-only memory2) Programming: electrically erasable programmable read-only memoryУниверсальный русско-английский словарь > электрически программируемая постоянная память
-
84 спецификация отображаемой памяти
1) Information technology: (программная) Lotus-Intel-Microsoft expanded memory specification2) Programming: (программная) expanded memory specificationУниверсальный русско-английский словарь > спецификация отображаемой памяти
-
85 программный модуль
1. program module2. programming moduleмодуль расширения; расширительный модуль — expansion module
3. software moduleРусско-английский большой базовый словарь > программный модуль
-
86 использование ресурса
1) General subject: resource usage ((количественный) показатель, позволяющий оценить эффективность (производительность) системы либо её поведение в конкретной ситуации. Производные термины конкретизируют название ресурса, например CPU usage, memory)2) Programming: resource utilization (см. тж. resource usage)Универсальный русско-английский словарь > использование ресурса
-
87 обмен сообщениями
1) Engineering: message exchange2) Law: communications3) Information technology: messaging4) Programming: message passing (один из двух способов организации взаимодействия между параллельными процессами (другой - shared memory))5) Automation: message communication6) Security: message handling, message traffic -
88 статическая память
1) Engineering: static memory, static storage2) Information technology: static RAM3) Programming: static storage (область памяти, не меняющаяся в течение времени жизни программы)Универсальный русско-английский словарь > статическая память
-
89 стек магазинного типа
1) Engineering: push-up memory (аппаратно-реализованный)2) Information technology: last-in first-out stack, push-down stack3) Programming: pushdown stackУниверсальный русско-английский словарь > стек магазинного типа
-
90 утечка данных
-
91 утечка информации
1) General subject: media leak (в органы массовой информации), leak of data2) Military: breach in security3) Engineering: giveaway4) Economy: information leakage, leakage of information5) Cinema: leak6) Banking: data leak, data leakage, information leak, news leak, news leakage, security leak, security leakage7) Business: leakage, seepage8) Programming: memory leak9) Makarov: transpiration10) Microsoft: information disclosure -
92 файл
1) Computers: file2) Military: file3) Engineering: data file, encapsulated PostScript file4) Mathematics: file5) Economy: data set6) Electronics: file memory7) Information technology: archived file8) Officialese: clear pocket (прозрачный чехол для документов стандартной формы), clear sheet protector (прозрачный)9) Programming: softcopy -
93 цифровая память
-
94 элемент памяти
1) Aviation: recall item2) Engineering: memory element, storage element3) Information technology: holding element, store element4) Programming: element of storage -
95 устройство
1.arrangement 2.device 3.systemустройство выводаoutput unitустройство для визуальных измеренийvisual measuring deviceустройство, контролирующее движение телескопа по звездеstar monitorустройство, контролирующее качество звездных изображенийstellar-seeing monitorустройство для контроля качества астрономических изображенийseeing monitorустройство контроля яркости небаsky monitorантенное устройствоantenna systemвидеоконтрольное устройствоviewing monitorвычислительное устройствоprocessing unitзапоминающее устройствоmemory unitизмерительное устройствоmeasurement unitконтрольное устройство1.control unit 2.monitorпередающее телевизионное устройствоpicture (pickup) deviceполярное устройство для исследования качества астрономических изображенийPolaris seeing monitorприемное устройствоreceiver systemпрограммирующее устройствоprogramming unitрегистрирующее устройство1.recorder 2.recording systemфокусирующее устройство1.focusing device 2.focus mechanism -
96 MP
mill finish — 1. изделие (напр., труба), выпускаемое непосредственно со стана (трубопрокатного, трубосварочного, трубоволочильного) без дополнительных отделочных операций 2. качество поверхности изделия, выпускаемого непосредственно со стана, без дополнительной отделкиmirror polish — качество поверхности (напр., труб) после зеркального полированияminimum phase multipath — многолучевое распространение ( радиоволн) с минимальными искажениями фазы [минимальным фазовым сдвигом]memory pointer — указатель ( буферной) памятиmulti-programming monitor — управляющая программа. (ОС); «мультипрограммный монитор», ОС МР/М -
97 программная проверка
1. routine checkпрограмма проверки опечаток, «корректор» — spelling checker
проверка на просвет; сличение на просвет — peek-a-boo check
2. program checkперекрестная проверка; перекрестный контроль — cross check
3. programmed check4. programming checkвыборочная проверка; выборочный контроль — selection check
циклическая проверка; циклический контроль — cyclic check
контроль ошибок; проверка на наличие ошибок — error check
Русско-английский большой базовый словарь > программная проверка
См. также в других словарях:
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