• Assembly: You should have knowledge about the low-level language Assembly.

    汇编语言拥有底层编程语言——汇编语言的知识

    youdao

  • Easy language assembly RC4 algorithm source routine procedures combined with easy language data operations support library, put into assembly code to achieve RC4 algorithm.

    语言汇编rc4算法源码例程程序结合易语言数据操作支持,置入汇编代码实现rc 4算法计算。

    youdao

  • The link register is only special by conventionthe SPU assembly language allows you to set the link in any register you choose.

    链接寄存器约定意义上有一些特殊——SPU汇编语言允许所选择的任何寄存器内设置链接。

    youdao

  • The link register is only special by convention -- the SPU assembly language allows you to set the link in any register you choose.

    链接寄存器约定意义上有一些特殊 ——SPU汇编语言允许所选择的任何 寄存器内设置链接。

    youdao

  • What is not usually apparent to new assembly language programmers is that the order of instructions affects the speed of the program.

    对于入门汇编语言程序员来说,明显一个问题是指令顺序会影响程序执行速度

    youdao

  • If you write in assembly language, you're pretty much forced to write comments; no one on earth can read the code directly.

    如果使用汇编语言,那么你肯定会被要求注释这个地球上没有能够直接读懂汇编代码

    youdao

  • However, not all vector types are supported by all instructionsit is based on the availability of assembly language instructions to handle it.

    然而并非所有指令都可以支持所有向量类型——取决于汇编语言指令处理向量的能力。

    youdao

  • The compiler supplies the appropriate operand in the assembly language code it generates.

    编译自己生成汇编语言提供适当的操作数

    youdao

  • Now I'll enter in the assembly language version of this program and then discuss what each line means.

    现在介绍一下程序汇编语言版本此外还会对每一行代码含义做详细的解释。

    youdao

  • Later, I will show you how to program them in c, but assembly language gives a better view of the distinctiveness of the processor.

    这之后我会展示如何C中对它们进行编程比较而言,汇编语言能够更好地体现处理器独特性

    youdao

  • This article does not require that you be experienced with assembly language, though it would be helpful.

    本篇文章并不要求具有汇编语言经验当然如果相关的经验十分有帮助

    youdao

  • An assembly language or two would do equally well.

    一种汇编语言还是两种其实都一样

    youdao

  • In addition, to help better schedule instructions, the assembly language version performed several of these conversions simultaneously.

    另外为了帮助更好地指令进行调度汇编语言版本还同时执行了几个转换

    youdao

  • Previous discussions about the SPU have focused on the SPU's assembly language to help you get to know the processor intimately.

    前面有关SPU讨论主要集中在 SPU汇编语言上,从而帮助更加深入地了解处理器。

    youdao

  • Once common functions are written in assembly language they could then be copied into a new program without having to be written again.

    一旦汇编语言编写公用程序它们不必重新书写复制新的程序中去。

    youdao

  • Knowing how the SPU's assembly language works will also aid you in exploiting the processor in higher-level languages.

    了解SPU汇编语言如何工作的,可以使用高级语言使用处理器提供帮助

    youdao

  • In assembly language, this is handled explicitly by the programmer.

    而在汇编语言中,却需要程序员来处理

    youdao

  • The SPU has many C language extensions; knowing SPU assembly language will help you make sense of them, and knowing SPU optimization will help you use them well.

    SPU很多C语言扩展了解 SPU汇编语言可以帮助理解这些 C 语言扩展,了解 SPU优化的知识也可以帮助您更好地使用它们

    youdao

  • For example, it is difficult to harvest patterns from assembly language because the language's characteristics fight expressiveness.

    例如很难汇编语言中积累模式因为语言特点抵触表达性。

    youdao

  • Like Chapter 5, Chapter 6 presumes knowledge of computer architecture, and at least some experience in programming assembly language.

    类似于第5第6假定读者具有计算机体系结构知识并且至少一些汇编语言编程经验

    youdao

  • Figure 6-7 shows what assembly language looks like once binary has been through a disassembler.

    6 - 7显示二进制数据通过汇编器后,翻译出来的汇编语言样子

    youdao

  • New assembly language programmers are sometimes surprised by how many different ways you can access memory.

    接触汇编语言程序员有时可能会我们多少访问内存方法感到惊奇

    youdao

  • Language neutrality: the components in the assembly can be implemented in any programming language that's capable of expressing the service contracts represented in the assembly.

    语言中立性组装中的组件采用表示组装中服务契约任意编程语言实现

    youdao

  • The IBM XL C compiler is a very good optimizer, and as a result, the C algorithm delivers superior results to a simple unoptimized assembly language implementation.

    IBMXLC编译器一个非常好的优化器,结果是 C算法的性能未经优化的汇编语言实现的性能好很多。

    youdao

  • Unsurprisingly, neither compiler does nearly as well as the hand-coded assembly language version from the previous article, but for this program XLC outperformed GCC.

    毫不奇怪没有哪种编译器可以接近篇文章中手工编写汇编语言版本不过对于这个程序来说,XLC的效果比GCC更好。

    youdao

  • Topics covered include the basic architecture, the syntax of the SPU assembly language, and the primary modes of communication between the SPE and the PPE.

    所讨论主题包括基本架构SPU汇编语言基本语法SPEppe主要通信模式

    youdao

  • To begin looking at SPU assembly language, I will enter in a simple program for calculating the factorial of a 32-bit number using a recursive algorithm.

    开始介绍SPU汇编语言之前,先来看一个通过递归算法计算32 位数阶乘简单程序

    youdao

  • The Numbers in the left column are the memory locations where the machine code is located. The corresponding assembly language is in the right column.

    数字代表机器码所在内存地址右边的列代表相应汇编语言

    youdao

  • The first operating system mechanically verified to ensure type safety including each assembly language instruction that runs after booting which is statically verified.

    第一能够从机制上验证保证安全性操作系统其中包括所有汇编语言指令启动时经过了静态验证,然后才会运行

    youdao

  • Such code must usually be written in assembly language. Contrast with processor-independent.

    一些代码必须汇编语言编写。

    youdao

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

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

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