也有更多数量的存储指令和数据的内存单元。
There is also a much larger number of memory locations in which to store instructions and data.
它存储指令、指令的逻辑程序次序和指令在组中的完成次序。
It stores the instruction, the logical program order of instructions, and the completion order of instructions in the group.
系统包括存储指令序列的存储器,存储器具有至少一个存储元件。
The system comprises a memory for storing instruction sequences. The memory has at least one storage element.
哈弗体系结构主要用在高速运行的系统中,所以在这些系统中缓存用来存储指令与数据是非常频繁的。
Harvard architectures tend to be targeted at higher performance systems, and so caches are nearly always used in such systems.
PPE用载入和存储指令访问主存储器(有效地址空间),可以在主存储器与内容可以缓存的私有寄存器文件之间移动数据。
The PPE accesses main storage (the effective-address space) with load and store instructions that move data between main storage and a private register file, the contents of which may be cached.
为了解寻址模式对于PowerPC处理器上的加载和存储指令是如何工作的,我们必须先要对PowerPC指令格式有点了解。
To learn how addressing modes work for load and store instructions on PowerPC processors, you must first understand a little bit about the PowerPC instruction format.
如果希望在某个特定行设置一个断点,那么该表给出了用于存储断点指令的内存地址。
If you want to set a breakpoint at a particular line, the table gives you the memory address to store the breakpoint instruction.
对每一个非初始化堆指针存储,卡片标记算法可以只增加两到三个机器指令,并要求在小的收集时对所有脏卡片上的对象进行扫描。
Card marking algorithms can add as little as two or three machine instructions per non-initializing heap pointer store, and entails scanning any objects on dirty CARDS at minor collection time.
然后,它存储一个对PDOM中的单元文件的引用以及对所包含的指令和宏定义的其他引用。
Then, it stores a reference to the unit's file in the PDOM, along with references to the included directives and macro definitions.
所以该指令会将链接寄存器(存有返回地址)存储到调用函数堆栈框架的恰当位置。
So this instruction stores the link register (which holds the return address) into the proper location in the calling function's stack frame.
所有现代的CPU必须使用本地存储的缓存,将获取指令和数据的延迟降到最低。
All modern CPUs must utilize local memory cache to minimize latency of fetching instructions and data from memory.
现在连接已建立,服务器将通过发送常量文件中存储的(客户机和服务器已知的)字符来确认客户机并请求进一步指令。
Now that the connection's been made, the server will acknowledge the client and request further instruction by sending a literal stored in the constants file, and known to the client and server.
她执行指导活动中的指令,并在会话中存储详细的垃圾收集日志。
She follows the instructions in the guided activity and saves the verbose GC log in the session.
大多数指令都遵循类似的格式,结果存储在第一个操作数内指定的寄存器中。
Most instructions follow a similar format, with the register that holds the result specified in the first operand.
SPE用直接内存访问(DMA)命令访问主存储器,可以在主存储器与称为本地库或本地存储(LS)的私有本地内存之间移动数据和指令。
The SPEs access main storage with direct memory access (DMA) commands that move data and instructions between main storage and a private local memory, called a local store or local storage (LS).
存储和应用外部优化器指令。
PowerPC使用了加载/存储(也成为RISC)指令集,这意味着访问主存的惟一时机就是将内存加载到寄存器或将寄存器中的内容复制到内存中时。
The PowerPC uses a load/store (also called RISC) instruction set, which means that the only time it accesses main memory is for loading into registers or copying a register to memory.
400-指令存储中断(ISI)。
可以看到test1()中每次加法都需要读取和存储全局变量errs,而在test2()中,localerrs分配在寄存器上,只需要一条指令。
Note that test1 must load and store the global errs value each time it is incremented, whereas test2 stores localerrs in a register and needs only a single instruction.
如下的指令会让Tesseract检查存储为 TaggedImageFileFormat (TIFF)格式的图1,然后使用第二个参数wm作为文件名的基础来接收输出。
The following instruction asks Tesseract to examine Figure 1 stored in Tagged Image File Format (TIFF) format and then use the second argument, wm, as the base of a file name to receive output.
它还通过存储原始x86系统的“微操作”来维护指令缓存(其后可在没有解码开销的情况下提取),进而改进性能。
It also maintains an instruction cache for improved performance by storing the "micro operations" of the original x86 system (which can be fetched later without the overhead of decoding).
这可以通过所谓的D -Form存储(d - Form是一种指令格式)加以实现。
This is done using what is called a D-Form store (D-Form is an instruction format).
加利福尼亚大学的研究人员SantaBarbara成为了第一个将量子处理器和存储器组合起来的人,这使(量子计算机)具有了储存指令和数据的能力。
Researchers at the University of California, Santa Barbara, have become the first to combine a quantum processor with memory that can be used to store instructions and data.
由于应用程序在接收到Prepare指令后将禁止调用数据库服务,那么服务如何在Commit之前存储数据呢?
As it is forbidden to call the database service after having received a Prepare, how can the caching application store its cached data at the end but before the commit?
在程序执行StorageAccess或Branch指令或者在存取下一条顺序指令时,它将使用处理器计算出的有效地址引用存储设备。
A program references storage using the effective address computed by the processor when it executes a storage Access or Branch instruction or when it fetches the next sequential instruction.
如果数据或指令没有出现在高速缓存中,或者如果高速缓存线路无效的时候,CPU通过从主存储器中读数据来更新它的高速缓存。
If the data or instruction is not present in the cache, or if the cache line is invalidated, the CPU updates its cache by reading the data from the main memory.
这个语言指令告诉计算机:在内存中,为那个被程序员命名为X的变量寻找一个地址,并把数值2存储进去。
The language instruction tells the computer to find a place in its memory, which the programmer wants to call X and to put 2 in there.
程序计数器指示存储器当中的某些位置,尤其是指示序列中的第一个指令。
That program counter points to some location in memory typically to the first instruction in the sequence.
放入这些小型内存片目的是存储经常性的指令或是存取常用的数据。
The purpose of this smaller memory is to hold instructions that get repeatedly executed or data that is accessed often.
一块进行实际处理工作,另一块用于存储指挥处理器工作的指令。
One does the actual processing. The other holds the instructions telling the processor what to do.
应用推荐