共享主存储器英文解释翻译、共享主存储器的近义词、反义词、例句
英语翻译:
【计】 shared main storage
分词翻译:
共享的英语翻译:
enjoy together; pool; share
【计】 share; sharing
【经】 pool
主存储器的英语翻译:
【计】 main internal memory; main memory; main storage; main storage unit
main store; MS; primary store
【经】 main storage
网络扩展解释
共享主存储器
共享主存储器 (gòngxiǎng zhǔcún chǔqì) 是一种计算机内部的存储器,多个处理器都可以同时访问并且这些处理器可以在不同的时间间隔或同时使用同样的存储器。同时访问同一块存储器可使多个处理器之间快速高效的交换数据。
英文翻译
The English translation for 共享主存储器 is "shared main memory".
英文读音
The English pronunciation is "shaird meyn mem-uh-ree".
英文用法
The shared main memory is used to facilitate fast and efficient communication and data exchange between multiple processors within a computer system.
英文例句
- Shared main memory allows multiple processors to simultaneously access the same data for faster performance.
- Large computer systems often use shared main memory to improve overall system speed and efficiency.
- The shared main memory can become a bottleneck if too many processors are trying to access it at the same time.
英文近义词
- Distributed memory (分布式存储) allows for multiple processors to access their own local memory, but can be slower for inter-processor data exchange.
- Virtual memory (虚拟存储器) expands the capability of a computer's memory by utilizing hard drive space, but is not shared between processors.
英文反义词
- Private memory (私有存储器) allows for only one processor to access a specific memory location, limiting the ability for inter-processor communication.
英文单词常用度
The term "shared main memory" is commonly used in computer science and engineering, particularly in reference to parallel computing systems and multi-core processors.