内核引导过程通常相当复杂,不过却非常迅速,因为大部分代码都是使用系统的机器语言编写的。
The kernel boot process is fairly complicated but very fast, as most of the code is written in the system's machine language.
JAUS由于跟配方构造有关,所以定义了一种命令结构,跟微控制器的低级机器语言中的操作代码一样。
As it relates to recipe constructs, JAUS defines a command structure that operates like opcodes in the low-level machine language of, say, a microcontroller.
人人都知道你的程序要是全用机器语言写就是个错误。
Everyone knows it's a mistake to write your whole program by hand in machine language.
例如,可以在一个blob中存储一幅图像或者一个机器语言命令序列,最大大小通常不超过65,536字节。
For example, you can store an image or machine language command sequence within a blob, with the maximum size typically not exceeding 65,536 bytes.
我打赌,很多人会一直用机器语言写下去,直到有一天,处理器换成了RISC指令集-就像急着下班的酒吧服务员急着关门一样,端掉这些人的饭碗。
I bet a lot of people continued to write machine language until the processor, like a bartender eager to close up and go home, finally kicked them out by switching to a RISC instruction set.
对当初的比尔·盖茨来说,只能用机器语言编写Altair程序显然看上去不尽人意。
It must have seemed obviously broken to Bill Gates that you could only program the Altair in machine language.
单步执行每个命令并观察寄存器和内存值如何受影响,这也是学习Intel机器语言命令基础知识的理想方法。
Stepping through each command and watching how the register and memory values are affected is also a great way to learn the basics of the Intel machine language commands.
P - code是一种机器语言,运行于虚拟机而不是实际硬件。
P-code is a machine language that is executed in a virtual machine rather than in actual hardware.
也许这方面最好和最成功的例子就是编译器,它能够将一个高级语言程序解释成一个与之相当的机器语言的执行程序。
Perhaps the best and most successful example of this is a compiler, which translates a high-level language program into an equivalent machine language implementation.
并没有一个位于机器语言和高级语言之间的分水岭。
There's no dividing line with machine languages on one side and all the high-level languages on the other.
它旨在解决具有简单语法并且已描述为代数机器语言(algebraic machine language)的问题。
It was designed for solving problems with a simple syntax and has been described as an algebraic machine language.
Blub位于抽象谱系的中间,它不是最高级的语言,但也比Cobol和机器语言强。
It is not the most powerful language, but it is more powerful than Cobol or machine language.
在程序编程中很明显它看起来像编译之后因为有真的在机器语言功能真正的支持。
In procedural programming it's pretty obvious how it looks like after compilation because there is acually a real support for functions in the machine language.
它允许你把数据和方法进行封装,然后你就可以用它描述一个问题空间的方案而不需要用底层机器语言。
It allow you to package data and functionality together by concept, so you can represent an appropriate problem-space idea rather than being forced to use the idioms of the underlying machine.
例如,对特定的比特进行操作,用汇编语言和机器语言都是可行的。
For instance, it is possible to manipulate specific bits in both assembly and machine languages.
通常与宏指令有关的一种用语,即把一条源语言指令转换成若干条机器语言指令。
A phrase often associated with a macro instruction where one source language instruction is converted to several machine language instructions.
或许你会根据“高级语言”的名称来推断,也存在低级语言,有时也称为机器语言或者汇编语言。
As you might infer from the name "high-level language," there are also low-level languages, sometimes referred to as machine language or assembly language.
当尽量减少程序的运行时间很重要时,程序员就使用汇编语言,因为从汇编语言到机器语言的翻译相对简单。
Programmers use assembly languages when it is important to minimize the time it takes to run a program, because the translation from assembly language to machine language is relatively simple.
机器语言:为电脑直接使用,不需翻译,而设计的语言。亦称机器代码。
Machine language: a language designed for the direct use by a computer without translation. Also called Machine code.
汇编器将汇编语言源代码转换为机器语言。链接器将汇编器产生的单独文件合并成一个可执行程序。
An assembler convert source-code programs from assembly language into machine language. A linker combines individual files created by an assembler into a single executable program.
机器语言的区别取决于制造商和计算机的型号。
Machine languages differ depending on the manufacturer and model of computer.
而是,用高级语言或者汇编语言编写的程序被转换成机器语言,然后由计算机执行。
Rather, programs written in a high-level language or assembly language are converted to machine language, which is then executed by the computer.
而是,用高级语言或者汇编语言编写的程序被转换成机器语言,然后由计算机执行。
Rather, programs written in a high-level language or assembly language are converted to machine language, which is then executed by the computer.
应用推荐