机器代码 meaning in English
code machine
language
machine code
Examples
- Gcj takes java source or byte codes and compiles them into native machine code
Gcj获得java源代码或字节码,然后将它们编译成本机机器代码。 - Interpreter : a program which translates a high level language into machine code one instruction at a time
解释程序:把高级语言翻译成机器代码的程序,一次一个指令。 - Written in words that are as close to english as possible . each command can be directly translated into machine code
近乎用英语书写单词.每条指令可以直接翻译成机器代码 - Psyco - to keep it very short - is a just - in - time compiler of python code into machine code
Psyco可以保持代码非常简短;它是( x86 )机器代码中的一个jit python代码编译器。 - Machine code from several java classes can then be linked together into a single native application
然后,可以将来自几个java类的机器代码链接在一起成为单个本机应用程序。