机器代码 meaning in English
code machine
language
machine code
Examples
- The hotspot jvm first executes a code path in interpreted mode , and only compiles it to machine code after a certain amount of execution
中可以看到, hotspot jvm首先以解释的方式执行代码路径,然后在经过一定量的执行后,才将其编译成机器代码。 - Unlike pyrex , psyco does not exactly type variables but rather creates several speculative machine code versions of each python block based on each hypothesis about what the data types
是哪种类型的每种假设为每个python代码块创建几种可能的机器代码。 - Compiler : program which translates a computer language into executable machine code . a compiler translates an entire program before the program is run by the computer
编译器:把计算机语言转化为可执行的机器代码程序。在程序运行之前,编译器编译整个程序。 - In computing , ( a ) a complete set of machine code instructions for a computer , or family of computers ; ( b ) a set of types of instruction for a high level language
在计算技术中, ( 1 )计算机或计算机系列的一套完整的机器代码指令集, ( 2 )一套高级语言的各类指令集。 - Being much higher - level than binary machine code , the intermediate files are laden with identifiers and algorithms that are immediately observable and ultimately understandable
这些中间文件比二进制机器代码高级得多,其中充满了一眼就可看出并且最终可理解的标识符和算法。