更改

编译器

删除2字节2015年10月25日 (日) 15:22
=工作流程=
一个现代编译器的主要工作流程:[[源代码]] (source code) → [http://baike.baidu.com/view/499651.htm 预处理器] (preprocessor) → 编译器(compiler) → [[目标代码]] (object code) → [http://baike.baidu.com/view/1402117.htm 链接器] (Linker) → [[可执行代码]] (executables)
==工作方法==
匿名用户