"主存储器" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (主存储器)

Low quality sentence examples

这需要大量的主存储器,快速冗余驱动器和快速CPU。
This requires a substantial amount of main memory, fast redundant drives, and a fast CPU.
每个机柜都有不同的功能,比如CPU或主存储器
Each cabinet contained a different function, like the CPU or the main memory.
微处理器缓存不能独立用作主存储器,因此不包含在内。
(Microprocessor cache memory cannot be used independently as main memory and is therefore excluded..
在这些类型的系统中,所有CPU都使用相同的总线来访问主存储器
In these type of systems, all the CPUs use the same bus to access the main memory.
第一个原型工作在3.3GHz,使用1TB的主存储器,功耗约为125瓦。
The first prototype operates at 3.3 GHz and uses 1 terabyte of main memory while drawing about 125 watts.
典型的台式计算机具有微处理器、主存储器和与主板相连的其他基本部件。
A typical desktop computer has its microprocessor, main memory, and other essential components connected to the motherboard.
数据集通常之大,超出了主存储器、本地磁盘,甚至远程磁盘的承载能力。
Data sets are generally quite large, taxing the capacities of main memory, local disk, and even remote disk.
我家遗产是主存储器,因此我特别是爱护我的少量有形的纪念品。
My family legacy is mainly memories, so I especially cherish my few tangible mementos.
DRAM用于系统中的主存储器,当今最先进的设备基于大约18nm至15nm的工艺。
DRAM is used for main memory in systems, and today's most advanced devices are based on roughly 18nm to 15nm processes.
关于可能导致数据丢失的唯一情况是暴露于流体,这可能会立即短路电力到主存储器
About the only scenario that could cause data loss is exposure to fluids, which might short-circuit power to main memory immediately.
报告内容:二十年来,主存储器的存储容量和访问带宽分别提高了128倍和20倍。
Over the past two decades, the storage capacity and access bandwidth of main memory have improved tremendously, by 128x and 20x, respectively.
在计算机存储系统的层次结构中,是介于中央处理器和主存储器之间的高速小容量存储器。
In the hierarchy of computer storage systems, high speed small capacity memory between the central processor and main memory.
最后,04行和05行决定结果应该被放在主存储器里的什么位置(在这里是地址64)。
Finally, lines 04 and 05 identify where the result should be stored in main memory(address 64.
通常主存储器或RAM设置为“集的阵列的电子开/关开关”或位置在地址0(开始十六进制0)。
In general main memory or RAM is arranged as an array of"sets of electronic on/off switches" or locations beginning at address 0(hexadecimal 0.
因此,它必须不断地在寄存器和主存储器之间来回移动数据元素(使用中间缓存来加快该过程)。
So it has to constantly move data elements back and forth between the registers and main memory(using intermediate cache to speed up the process.
你的数据不是简单地从主存储器中推测出来的,当处理器执行错误的分支时,它会暂时停在缓存中.
Your data isn't simply retrieved from main memory speculatively, it is momentarily parked in cache while the processor follows the wrong branch;