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類的機器代碼鏈接在一起成為單個本機應用程序。
Machine code : numerical representations directly executable by a computer ; sometimes called machine language 機器代碼:能被計算機直接執(zhí)行的數(shù)字代碼;有時被稱為機器語言。
The program produced after the source program has been converted into machine code is referred to as object program 譯:程序是由目標程序把源程序轉換成機器碼后生產(chǎn)出來的。
The program produced after the source program has been converted into machine code is referred to as object program 譯:程序是由源程序轉換成機器碼組成的目標程序后生產(chǎn)出來的。
Assembler : program which translates assembly code to executable machine code ; e . g . assembly code add becomes machine code 04 匯編代碼:符號,一種簡單的預言;不同計算機有不同的匯編代碼。
It ' s not really a compiler in the sense that it doesn ' t produce native machine code from php sources , but it works 由于它不從php代碼中產(chǎn)生機器本地碼,感覺上應該不算真正的編譯器。但它確實能工作。
Also , the fully optimized code is converted into the appropriate machine code via a robust , table - driven back - end module 另外,完全優(yōu)化的代碼通過健全的由表驅動的后端模塊轉換為相應的機器代碼。
The compilation that converts microsoft intermediate language msil into machine code at the point when the code is required at run time 運行時需要代碼時,將microsoft中間語言( msil )轉換為機器碼的編譯。
a set of instructions coded so that the computer can use it directly without further translation 同義詞:machine language,
百科解釋
Machine code or machine language is a system of largely impartible instructions executed directly by a computer's central processing unit (CPU). Each instruction performs a very specific task, such as a load, a jump, or an ALU operation on a unit of data in a CPU register or memory.