(Created page with "=编译器=") |
小 (12个版本:all) |
||
(1位用户的11个中间修订版本未显示) | |||
第1行: | 第1行: | ||
− | =编译器= | + | 将一种语言([[高级计算机语言]])翻译为另一种语言([[机器语言]])的[[程序]] |
+ | =工作流程= | ||
+ | 一个现代编译器的主要工作流程:[[源代码]] (source code) → [http://baike.baidu.com/view/499651.htm 预处理器] (preprocessor) → 编译器(compiler) → [[目标代码]] (object code) → [http://baike.baidu.com/view/1402117.htm 链接器] (Linker) → [[可执行代码]] (executables) | ||
+ | =参考文献= | ||
+ | 百度百科-[http://baike.baidu.com/link?url=xAMNAChIToFHbGY9XH1ytZVi2GA5pISpKRdaB8ILuYf7DZl3h66JmyLgqUEJqY8z65HVKAkDsrgkLggiw1ISia 编译器] |
2016年4月6日 (三) 03:00的最后版本
工作流程
一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器(compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行代码 (executables)
参考文献
百度百科-编译器