assembly language
推荐文章



n.
汇编语言汇编语言,装配语言(以易于理解的符号来表示计算机语言的指令);
英英释义
assembly language
n.a low-level programing language; close approximation to machine language
双语例句
用作名词(n.)
The assembler language is a kind of symbolic language.
汇编语言是一种符号语言。
The assembly language definition of the addition is by no means self-evident.
用汇编语言所表示的加法决不是直观的。
权威例句
From system F to typed assembly languageFrom System F to Typed Assembly Language (Extended...
Basic linear algebra subprograms for FORTRAN usage. [BLAS, in FORTRAN and assembly language for IBM 360/67, CDC 6600 and 7600, and U...
From system F to Typed Assembly Language
Inferable object-oriented typed assembly language
TALx86: A realistic typed assembly language.
Stack-based Typed Assembly Language
Stack-based Typed Assembly Language
Procedure calls are the assembly language of software interconnection: Connectors deserve first-class status
Stack-based Typed Assembly Language
1. 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
2. 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
3. What is not usually apparent to new assembly language programmers is that the order of instructions affects the speed of the program.
对于新入门的汇编语言程序员来说,不太明显的一个问题是指令的顺序会影响程序执行速度。
youdao
4. If you write in assembly language, you're pretty much forced to write comments; no one on earth can read the code directly.
如果你使用汇编语言,那么你肯定会被要求写注释;在这个地球上还没有人能够直接读懂汇编代码。
youdao
5. However, not all vector types are supported by all instructions — it is based on the availability of assembly language instructions to handle it.
然而,并非所有指令都可以支持所有的向量类型——这取决于汇编语言指令处理向量的能力。
youdao
6. The compiler supplies the appropriate operand in the assembly language code it generates.
编译器在自己生成的汇编语言中提供了适当的操作数。
youdao
7. Now I'll enter in the assembly language version of this program and then discuss what each line means.
现在,我来介绍一下该程序的汇编语言版本,此外,我还会对每一行代码的含义做详细的解释。
youdao
8. 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
9. This article does not require that you be experienced with assembly language, though it would be helpful.
本篇文章并不要求您具有汇编语言的经验,当然,如果有相关的经验会十分有帮助。
youdao
10. An assembly language or two would do equally well.
一种汇编语言还是两种其实都一样。
youdao
11. In addition, to help better schedule instructions, the assembly language version performed several of these conversions simultaneously.
另外,为了帮助更好地对指令进行调度,汇编语言版本还同时执行了几个转换。
youdao
12. 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
13. Once common functions are written in assembly language they could then be copied into a new program without having to be written again.
一旦用汇编语言来编写公用程序,它们就不必重新书写而可被复制到新的程序中去。
youdao
14. Knowing how the SPU's assembly language works will also aid you in exploiting the processor in higher-level languages.
了解SPU的汇编语言是如何工作的,也可以对使用高级语言来使用处理器提供帮助。
youdao
15. In assembly language, this is handled explicitly by the programmer.
而在汇编语言中,却需要程序员来显式处理。
youdao
16. 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
17. For example, it is difficult to harvest patterns from assembly language because the language's characteristics fight expressiveness.
例如,很难从汇编语言中积累模式,因为该语言的特点是抵触表达性。
youdao
18. Like Chapter 5, Chapter 6 presumes knowledge of computer architecture, and at least some experience in programming assembly language.
类似于第5章,第6章假定读者具有计算机体系结构知识,并且至少有一些汇编语言编程的经验。
youdao
19. Figure 6-7 shows what assembly language looks like once binary has been through a disassembler.
图6 - 7显示当二进制数据通过反汇编器后,翻译出来的汇编语言的样子。
youdao
20. New assembly language programmers are sometimes surprised by how many different ways you can access memory.
新接触汇编语言的程序员有时可能会对我们有多少访问内存的方法感到惊奇。
youdao
21. 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
22. 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
23. 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汇编语言的基本语法及SPE与ppe间的主要通信模式。
youdao
24. The next two articles will explore communication between the SPE and the PPE and how to use the unique features of the SPE's assembly language to optimize your code.
后续的两篇文章将会深入探究SPE和PPE间的通信以及如何使用 SPE汇编语言的独特特性来优化代码。
youdao
25. 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
26. 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
27. The first operating system mechanically verified to ensure type safety including each assembly language instruction that runs after booting which is statically verified.
它是第一个能够从机制上验证以保证安全性的操作系统,其中包括的所有汇编语言指令都在启动时经过了静态验证,然后才会运行。
youdao
28. Such code must usually be written in assembly language. Contrast with processor-independent.
一些代码必须用汇编语言编写。
youdao
29. From an assembly language perspective, Listing 10 provides the pseudo-code.
清单10提供汇编语言伪代码。
youdao
30. The C programming language -- a language which combines the flexibility of assembly language with the power of assembly language. -- unknown
C语言—这是一种既有汇编语言强大的功能,又有汇编语言的灵活性的编程语言。
youdao
assembly language




