英语人>网络例句>instruction set 相关的网络例句
instruction set相关的网络例句

查询词典 instruction set

与 instruction set 相关的网络例句 [注:此内容来源于网络,仅供参考]

This will lead the recursive traversal algorithm to follow both the paths, the instruction immediately after the conditional jump instruction and the target of the jump instruction, potentially leading to an inconsistent state.

它将引导递归遍历算法跟随这两个路径:条件跳转指令之后紧接的那条指令和跳转指令的目标,潜在地导致一个不相容的状态。

Based on a lot of experiment results, a conclusion is drawn: comparing with other factors, the performance of branch handling strategy is the key limits of processor to exploit the instruction level parallelism existed in nonscientific code, cache miss have severe effect on superscalar processor's performance when it runs scientific code. Second, in order to reduce the branch penalty and improve the performance of superscalar processor, a new branch handling strategy—a classification based hierarchical branch handling strategy, CHBHS is proposed. It first expands the traditional processor architecture to support multiple condition code, conditional execution and Mbranch instruction, as a result, compiler can reduce the number of static conditional branch when the code is generated. Then, CHBHS tries to use the best suitable mechanism to deal with different branch base on their different behavior. CHBHS can predict the target address of unconditional branch, subroutine call and conditional branch by buffering their target address in branch target buffer, a newly proposed high efficient return address stack is used to reduce the penalty of subroutine return instruction, a new Counter Register Stack is also proposed to reduce the penalty of loop-closing branch to zero, and dynamic branch predictor is incorporate with branch target buffer to predict the outcome of conditional branch.

基于上述结论,为了尽量消除转移指令对处理器开发指令级并行性能力的影响,进一步提高处理器性能,在详尽分析目前已存在的转移处理策略的特点与局限性的基础上,首次提出了一种新的转移处理策略即基于分类的层次转移处理策略CHBHS(Classification Based Hierarchical Branch Handling Strategy),它首先通过扩展传统的体系结构,支持多条件码、条件式执行及多分支转移技术,以使编译程序在进行代码生成时可尽量少生成条件转移指令,从而减少静态条件转移指令的数目;其次,基于不同的转移指令的行为不同这一事实,提出了对不同的转移指令采用不同的机制进行处理的思想,即对无条件转移指令和函数调用指令以及条件转移指令的目标地址,采用转移目标缓冲器来预测,对于函数返回指令,采用所提出一种的高效返回地址栈来预测其目标地址,对于大多数循环控制转移指令,采用所提出的Counter Register Stack来将其所可能带来的损失减少为0,对于其他的条件转移指令采用动态预测机制来预测其方向。

To throw the disassembly off, the garbage data may be crafted so that it matches a valid instruction, thus beating a heuristic that validates the instruction after the jump instruction.

为了使反汇编陷入窘境,无用数据可能是由手工打造以便让它匹配某个有效指令;以此挫败启发式验证跳转指令之后的指令是否有效。

The controller uses the data write buffer to reduce the data access waiting time, and employs the two ways of duo channels instruction pre-fetch buffer to decrease the fetching instruction waiting time and increase the instruction pre-fetch buffer hit rate. Meanwhile, to reduce the waiting time aroused by page miss of SDRAM, a four ways of on chip stack memory is introduced. Compared with traditional controller through experiments the novel SDRAM controller gets a high reduction up to 63% in access waiting time and 64% in page miss.

该控制器采用数据写缓存方式降低了数据在存取内存时的等待时间;并引入了两组双通道预取指令缓冲器,每组双通道都用以减少取指令时的等待时间,采用两组的结构是为了增加指令预取的命中率;同时还使用了四路组关联的片上堆栈存储器来降低SDRAM的页失效频率,从而降低了因页失效而需要等待的时钟周期。

Section 10.3 of the INTEL 80386 PROGRAMMER'S REFERENCE MANUAL 1986 states : Immediately after setting the PE flag,the initialization code must flush the processor's instruction prefetch queue by executing a JMP instruction.The 80386 fetches and decodes instructions and addresses before they are used; however, after a change into protected mode, the prefetched instruction information (which pertains to real-address mode) is no longer valid.

INTEL 80386 程序员参考手册1986 中指出:在设置 PE 为1后,初始化代码必须通过一个 Jmp 指令来清空处理器取指队列,在这之前80386先完成了取指和译指和寻址,然而,在进入保护模式之后,取指指令的信息就无效了。

In accordance with the development of computer-aided instruction in China,this paper makes an analysis of the advantages and disadvantges of computer-aided instruction.Besides,the paper provides some measures to deal with the disadvantages and predicts the development trends of computer-aided instruction,such as the trends towards intellience,towards networks,and towards vir...

在总结我国计算机辅助教学发展现状的基础上,分析了计算机辅助教学的优、缺点,对于不足之处提出了应采取的措施,指出了今后计算机辅助教学的发展方向,如向智能化方向发展、向网络化的方向发展、向虚拟现实方向发展等。

This instruction should not be confused with a noop or do nothing instruction,since these generally refer to an instruction outside themselves.

这种指令不应与空操作或空指令混淆,因为取消指令通常是一种外部强制性指令。

Based on the literature analysis, and the living examples in chongqing No 48 junior middle school physics teaching, we discuss on the inquiry teachings basic idealities, guarantee conditions, principles of instruction, process of instruction and methods of instruction in junior middle school physics class, thus provide its implement with some guidances and references.

在文献分析的基础上,结合重庆48中物理课堂教学实例,深入系统地论述初中物理课堂探究教学的基本理念、保障条件、教学原则、教学过程和教学方法,从而为其实施提供了指导与参照。

In the past research, instruction clustering pay more attension on instruction parallelism, and pass the register pressure to register allocator. In this paper, the authors clustered instruction through runtime inspection of the register command pressure.

在以往的研究中,软件流水之前的指令分簇会更多地考虑指令并行性,往往会把寄存器的压力交给寄存器分配阶段,当物理寄存器不够分配时会造成寄存器溢出。

This exception handling unit can deal with altogether 12 kinds of exceptions, including reset, user interrupt, automatic load interrupt, spurious interrupt, uninitialized interrupt, trap, illegal instruction, unimplemented instruction, superior instruction, tracing, bus error, address error. The multiple exception and exception nesting of all the exceptions listed above can be tackled as well.

该异常处理单元能处理复位、用户中断、自动向量引导中断、伪中断、未初始化异常中断、陷阱、非法指令、无效指令、特权指令、跟踪、总线错误、地址错误共12种异常以及多重异常和异常嵌套。

第3/50页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Set It Off
Set It Off
Stress Reliever
Set It Off
Fuego
Invade, Destroy, Repeat
Set It Off
Set Me Free
Set It Off
Back Of The Van
推荐网络例句

Sodium citrate; calcium carbonate; calcium hydroxide; potassium bicorbonate; magnesium carbonate; ferrous sulphate; Zinc sulphate; copper sulphate; manganese sulphate; potassium iodide; sodium selenite.

柠檬酸钠;碳酸钙;氢氧化钙;碳酸氢钾;碳酸镁;硫酸亚铁;硫酸锌;硫酸铜;硫酸锰;碘化钾;亚硒酸钠。

All this to say that I'm glad filmmaking hasn't become completely ironic. I can enjoy an ironic film as much as the next person, but they usually involve a message of some sort. One that's delivered in a smirkingly clever way that requires little in the way of talent.

所有这些都是说,我很高兴电影制作没有变成完全讽刺艺术,我可以和下一个人一样享受讽刺电影的乐趣,虽然他们经常会被划归到一定级别,技术方面不需要很高的才能。

I'll be damned, I am going to send him to military school.

我可铁了心了,我要送他上军校去。