- static storage
1. статическое запоминающее устройство, запоминающее устройство статического типа
2. статическое запоминание, статическое хранение
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
static storage — statinė atmintis statusas T sritis automatika atitikmenys: angl. static memory; static storage vok. statischer Speicher, m rus. статическая память, f pranc. mémoire statique, f … Automatikos terminų žodynas
static memory — statinė atmintis statusas T sritis automatika atitikmenys: angl. static memory; static storage vok. statischer Speicher, m rus. статическая память, f pranc. mémoire statique, f … Automatikos terminų žodynas
Static random access memory — (SRAM) is a type of semiconductor memory where the word static indicates that, unlike dynamic RAM (DRAM), it does not need to be periodically refreshed, as SRAM uses bistable latching circuitry to store each bit. SRAM exhibits data remanence,cite … Wikipedia
Static variable — In computer programming, static variables data value persists for the life of the running process and typically have a broader scope than other variables. Their values may be set at run time or may change subtly during program execution. The… … Wikipedia
Static library — In computer science, a static library or statically linked library is a set of routines, external functions and variables which are resolved in a caller at compile time and copied into a target application by a compiler, linker, or binder,… … Wikipedia
storage — /stawr ij, stohr /, n. 1. the act of storing; state or fact of being stored: All my furniture is in storage. 2. capacity or space for storing. 3. a place, as a room or building, for storing. 4. Computers. memory (def. 11). 5. the price charged… … Universalium
Storage service provider — A Storage Service Provider (SSP) is any company that provides computer storage space and related management services. SSPs also offer periodic backup and archiving.Advantages of managed storage are that more space can be ordered as required.… … Wikipedia
Static Wear Leveling — articleissues article=y context=December 2007 technical=June 2008 copyedit=June 2008Applications of NAND flash memory have now grown much beyond its original design goals. For instance, Intel proposed the Robson solution by using flash memory as… … Wikipedia
Storage Delivery Network — A Storage Delivery Network or SDN is a common part of massively scalable web applications which are based on cloud computing. SDNs are composed of a high availability cluster of computers with large data storage capacity which serve files over… … Wikipedia
Storage — verschiedene Massenspeichermedien Ein Datenspeicher oder Speichermedium dient zur Speicherung von Daten beziehungsweise Informationen. Der Begriff Speichermedium wird auch als Synonym für einen konkreten Datenträger verwendet. Inhaltsverzeichnis… … Deutsch Wikipedia
Thread-local storage — (TLS) is a computer programming method that uses static or global memory local to a thread.This is sometimes needed because all threads in a process share the same address space.In other words, data in a static or global variable is normally… … Wikipedia