compiler package的意思|示意
[计]编译程序包[CP]
compiler package的用法详解
Compiler package一般用于将非机器语言编程(如Java、C、C++等高级语言)编程成机器可以识别和运行的指令集(如Intel汇编指令集)。
Compiler package也被称为编译器,用来将高级语言编写的源程序编译成给定的机器指令集,从而使程序能够在特定机器上执行。
Compiler package包括三个主要的部分,分别是编译器(compiler)、链接器(linker)和加载器(loader)。
编译器(compiler):编译器将源程序转换成机器指令集(如Intel汇编指令集),从而使程序能够在特定机器上执行。
链接器(linker):链接器是用来将不同的程序模块连接成一个完整的程序,也就是将编译器所编译出来的机器语言得以组合。
加载器(loader):加载器的作用是将链接器链接完成的完整程序加载到程序中,从而使程序得以运行。
Compiler package的应用在于,将人类可读的高级语言(如Java、C、C++等)编程成机器可识别的机器指令集,从而让编写的程序在特定机器上得以执行。此外,compiler package还可作为开发环境,比如IDE,用于调试、编译和运行程序。
compiler package相关短语
1、 compiler package detail 编译程序包
2、 CP Compiler Package 编译程序包
compiler package相关例句
Note that this class is specific to the compiler (and therefore resides in the org.ananas.hc.compiler package).
请注意,这个类是该编译器独有的(所以,该类位于 org.ananas.hc.compiler 包中)。
You can install the compiler package from either the base or the service pack CDs.
您可以自原始 CD 或服务包 CD 安装这个编译器程序包。
For instance, GCC on UnixWare didn't trigger the above bug; only the compiler that came with the system's native development package did.
例如,UnixWare上的gcc不会发生前面的bug;只是在使用系统本身的开发包进行编译时才会发生。