The kernel boot process is fairly complicated but very fast, as most of the code is written in the system's machine language.
内核引导过程通常相当复杂,不过却非常迅速,因为大部分代码都是使用系统的机器语言编写的。
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.
左列的数字代表机器码所在的内存地址,右边的列代表相应的汇编语言。
The O-code could be interpreted on a physical machine (as a VM) or compiled from O-code to the native machine language of the host.
O-code可在物理机上解译(为VM),或从 O-code编译为主机的本机语言。
As a secondary step, the O-code was compiled into the native language of the target machine.
接下来的第二个步骤是将o -code编译成目标机器的原始语言。
P-code is a machine language that is executed in a virtual machine rather than in actual hardware.
P - code是一种机器语言,运行于虚拟机而不是实际硬件。
Machine language: a language designed for the direct use by a computer without translation. Also called Machine code.
机器语言:为电脑直接使用,不需翻译,而设计的语言。亦称机器代码。
Meanwhile, managed code executes in native machine language and enjoys rich access to OS features.
同时,托管代码以本机语言执行,访问并享受丰富的操作系统特性。
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.
汇编器将汇编语言源代码转换为机器语言。链接器将汇编器产生的单独文件合并成一个可执行程序。
Compiler A system program that translates high-level language programs into machine code.
编译程式是一种系统程式,它把高阶层语言程式转为机器代码。
It is important to transform machine code to high level language program in program analysis, verification, maintenance and reformation.
将计算机可执行的机器代码转换为高级语言程序,这对于分析、理解、测试、验证、移植和改造程序非常重要。
Thus, once your code is translated to machine language, the names are gone for practical purposes.
因此,一旦你的代码被翻译成机器语言,这些名称就不再适用。
Compiler: a system program that translates high-level language programs into machine code.
编译程序:是一种系统程序,它把高阶层语言程序转为机器代码。
A program that translates from machine language to assembly language, often to decipher existing machine language programs by generating symbolic code listings.
将机器语言翻译成汇编语言的程序,一般通过产生符号代码的清单来翻译已有的机器语言程序。
Compiler is a system software that translates high level programming language into semantically equivalent machine code.
编译器是一种将高级程序设计语言编写的源程序转化为语义等价的机器语言程序的系统软件。
A high-level language is a language, which is closer to natural language, or mathematical language than machine code or assembly language.
高级语言一是比机器代码或汇编语言更接近于自然语言或数学语言的一种语言。
Machine language: a language designed for the direct use by a computer without translation. Also called Machine code.
汇编程序把符号语言翻译成机器语言。
A feature called just-in-time (JIT) compiling enables all managed code to run in the native machine language of the system on which it is executing.
一种称为实时(JIT)编译的功能使所有托管代码能够以它在其上执行的系统的本机语言运行。
Each computer where the common language runtime is installed has this machine-wide code cache.
安装了公共语言运行时的每台计算机均具有此计算机范围的代码缓存。
Each computer where the common language runtime is installed has a machine-wide code cache called the global assembly cache.
安装有公共语言运行时的每台计算机都具有称为全局程序集缓存的计算机范围内的代码缓存。
PHP is a dynamic typed language, so it's difficult to generate efficient machine code.
PHP是一种动态类型的语言,所以很难产生高效的机器码。
You probably will never have the desire or need to view machine-code instructions in their raw, numeric form, rather than assembly language.
您可能永远不希望或不需要用不是组合语言形式的原始、数值形式,来检视机器码指令。
Reflection is also known as self-modifying code, especially at the machine code and assembly language levels.
反思也被称为自修改代码,特别是在机器代码和汇编语言的水平。
A program that translates from machine language to assembly language, often to decipher existing machine language programs by generating symbolic code listings.
对软件而言,一台计算机可以直接执行“为另一台计算机用机器语言编写的,或已经过编译汇编的”程序代码的能力。
The first pass scans the user's source language, checks the syntax, and draws up various tables. The second pass produces object modules, which are like a group of machine-code instructions.
第一遍扫视用户源语言,进行语法检查并建立各种表格,第二遍产生结果模块,它们十分类似一组机器代码指令。
The first pass scans the user's source language, checks the syntax, and draws up various tables. The second pass produces object modules, which are like a group of machine-code instructions.
第一遍扫视用户源语言,进行语法检查并建立各种表格,第二遍产生结果模块,它们十分类似一组机器代码指令。
应用推荐