• 时间间隔的默认单个指令周期(10毫秒)。

    The default value for this interval is a single clock tick (10 milliseconds).

    youdao

  • 指令周期处理器通过指令进行处理过程

    The instruction cycle is the procedure a microprocessor goes through to process an instruction.

    youdao

  • 但是由于指令周期考虑硬件自身的原因引起定时误差

    Because instruction period is not completely considered and the hard ware is not perfect, it is easy to cause error.

    youdao

  • 指令单数据流结构中单一指令周期,在执行单个处理机按序操作数。

    In an SISD architecture there is a single instruction cycle; operands are fetched serially into a single processing unit before execution.

    youdao

  • 那些日子里使用电脑意味着编写代码保存字节在这里指令周期后又再取出来放到那里

    In those days, working with computers meant writing code to save a byte here and an instruction cycle there.

    youdao

  • 第一个设计非常简单所有指令一个时钟周期内完成

    Its first design was very simple and all instructions were completed in one clock cycle.

    youdao

  • cpi越高,则运行指令所需周期越多这意味着程序运行性能未达到最优

    A higher CPI value indicates that more cycles were necessary to run the instruction, implying suboptimal execution of the program.

    youdao

  • 从消除信号阻塞进程执行一个指令之间,必然时钟周期间隙任何时间窗口发生信号都会丢掉。

    There has to be some gap of clock cycles between the unblocking of signals and the next instruction carried by the process, and any occurrence of a signal in this window of time is lost.

    youdao

  • 需要记住提示限制事实:提示指令确实需要占用程序一个周期

    Just keep in mind the hint restrictions as well as the fact that hint instructions do take up a cycle of your program.

    youdao

  • POWER 6处理器两个能够每个处理器周期发出多条指令硬件指令线程从而改善性能

    The POWER6 chip has two hardware instruction threads that are both capable of issuing multiple instructions per cycle, which causes a boost in performance.

    youdao

  • POWER 5芯片两个硬件指令线程每个周期能够执行多个指令可以提高性能

    The POWER5 chip has two hardware instruction threads that are both capable of issuing multiple instructions per cycle, which causes a boost in performance.

    youdao

  • 请求周期经历若干状态根据当前状态请求周期处理器发出不同指令

    The request cycle goes through several states and, depending on the current state, sends different instructions to the request cycle processor.

    youdao

  • POWER 5微处理器使吞吐量增加了一每个时钟周期收集指令(每组最多有五个),在每个时钟周期完成两组指令

    The POWER5 microprocessor doubles that throughput by collecting two groups of up to five instructions per clock cycle and completing two groups per clock cycle.

    youdao

  • 这个程序中,完成指令1需要花费4个时钟周期

    In this program, it takes four clock cycles for instruction 1 to finish.

    youdao

  • 不过对于现在来说,我们简单地展示如何通过调整selbstqd指令顺序节省两个时钟周期

    However, for now, I will simply show how to save two clock cycles by adjusting the order of the selb and STQD instructions. Here is the new order.

    youdao

  • SPU本身使用向量操作每个时钟周期可以执行多达8条浮点指令

    An SPU USES vector operations itself and can thereby execute up to eight floating point instructions per clock cycle.

    youdao

  • POWER 4微处理器每个时钟周期收集指令(最多有5个),在每个时钟周期完成指令

    The POWER4 microprocessor collects a group of up to five instructions per clock cycle and can complete one group of instructions per clock cycle.

    youdao

  • 需要修改oprofile内核代码周期性地SPU指令指针进行采样

    This requires changes to the OProfile kernel code to sample the SPU instruction Pointers regularly.

    youdao

  • 要想分支提示变得非常有效(这样分支就根本不会暂停了),必须设置至少4个指令取出组和分支指令之前11个周期

    For a branch hint to be most effective (so that the branch does not stall at all), it must be set at least four instruction fetch-groups plus 11 cycles before the branch instruction.

    youdao

  • 请求周期处理器负责处理请求周期指令

    The request cycle processor is responsible for handling instructions during the request cycle. It's used by RequestCycle, which calls its methods in the predefined order.

    youdao

  • 如果这些条件满足或者第二指令执行之前需要等待依赖项那么它们可以在单独周期中执行。

    If these conditions are not all met, or if the second instruction needs to wait for dependencies before issuing, then they are issued in separate cycles.

    youdao

  • 延时——指令用来产生最终所使用时钟周期

    Latency — The number of clock cycles an instruction USES to produce a final value.

    youdao

  • 除了处理器时钟速度外,另一个重要的处理器性能度量指令的时钟周期(CPI)。

    In addition to processor clock speed, another important processor performance metric is clock cycles per instruction (CPI).

    youdao

  • 流水线 CPU所使用一个众所周知概念,它用于减少指令-译码-执行 周期出现延迟

    Pipelining is a well-known concept employed by CPUs for reducing the latency involved in the fetch-decode-execute cycle.

    youdao

  • CPI表示一个指令平均占用多少周期

    CPI means how many cycles an instruction takes to complete in average.

    youdao

  • 暂停(Stall) ——处理器开始执行指令时钟周期

    Stall -- A clock cycle where the processor does not begin a new instruction.

    youdao

  • 指令4可以指令3之后紧接那个时钟周期执行因为需要指令3的结果来执行。

    Instruction 4 can be issued in the clock cycle immediately after instruction 3 because it does not require the result of instruction 3 to execute. You can visualize it like this.

    youdao

  • 话说,软件中断常常指令运行周期开始发生

    In other words, SOFTWARE interrupts always occur at the beginning of an instruction execution cycle.

    youdao

  • 幸运的是,它们也不是必须的我们需要指令组件添加生命周期钩子接口获得钩子带来的好处。

    Fortunately, they aren't necessary. You don't have to add the lifecycle hook interfaces to directives and components to benefit from the hooks themselves.

    youdao

  • 幸运的是,它们也不是必须的我们需要指令组件添加生命周期钩子接口获得钩子带来的好处。

    Fortunately, they aren't necessary. You don't have to add the lifecycle hook interfaces to directives and components to benefit from the hooks themselves.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定