机器代码 meaning in English
code machine
language
machine code
Examples
- Ngen . exe creates native images , which are files containing compiled processor - specific machine code , and installs them into the native image cache on the local computer
Ngen . exe创建本机映像(包含经编译的特定于处理器的机器代码的文件) ,并将它们安装到本地计算机上的本机映像缓存中。 - The extension module psyco can plug in to the guts of the python interpreter , and selectively substitute optimized machine code for portions of python s interpreted bytecode
扩展模块psyco可以插入python解释器的内部,而且可以有选择性地用优化的机器代码去替换部分python的解释型字节码。 - Program : a collection of logically interrelated statements written in some computer language which , after translation into machine code , performs a predefined task when run on the computer
程序:写入一些计算机语言的逻辑上相关的语句集合,在转化为机器代码后,执行计算机上的预定任务。 - But while the python interpreter is running an application , psyco sometimes checks to see if it can substitute some specialized machine code for regular python bytecode actions
但是当python解释器运行应用程序时, psyco会不时地检查,看是否能用一些专门的机器代码去替换常规的python字节码操作。 - If you look at the development of software languages , it is obvious that the level of abstraction from machine code has risen considerably over the decades of computer science and engineering
如果你看一下软件语言的发展,很明显,在计算机科学和工程十多年来,机器代码的抽象级别有了很大的提高。