“编译器”版本间的差异
来自iCenter Wiki
第2行: | 第2行: | ||
=工作流程= | =工作流程= | ||
一个现代编译器的主要工作流程:[[源代码]] (source code) → [http://baike.baidu.com/view/499651.htm 预处理器] (preprocessor) → 编译器(compiler) → [[目标代码]] (object code) → [http://baike.baidu.com/view/1402117.htm 链接器] (Linker) → [[可执行代码]] (executables) | 一个现代编译器的主要工作流程:[[源代码]] (source code) → [http://baike.baidu.com/view/499651.htm 预处理器] (preprocessor) → 编译器(compiler) → [[目标代码]] (object code) → [http://baike.baidu.com/view/1402117.htm 链接器] (Linker) → [[可执行代码]] (executables) | ||
+ | ==工作方法== |
2015年10月25日 (日) 17:22的版本
将一种语言(高级计算机语言)翻译为另一种语言(机器语言)的程序
工作流程
一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器(compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行代码 (executables)