Copilot
你的日常 AI 助手
在新选项卡中打开链接
  1. History

    Theoretical computing concepts developed by scientists, mathematicians, and engineers formed the … 展开

    Compiler - Wikipedia

    • In computing, a compiler is a computer program that translates computer code written in one programming language (the source language) into another language (the target language). The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a low-level programming language (e.g. assembly l… 展开

    Compiler construction

    A compiler implements a formal transformation from a high-level source program to a low-level target program. Compiler design can define an end-to-end solution or tackle a defined subset that interfaces with ot… 展开

    Compiled vis-à-vis interpreted languages

    Higher-level programming languages usually appear with a type of translation in mind: either designed as compiled language or interpreted language. However, in practice there is rarely anything about a language that re… 展开

    Types

    One classification of compilers is by the platform on which their generated code executes. This is known as the target platform.
    A native or hosted compiler is one whose output is intende… 展开

    Further reading
    External links
     
  1. 编译器 - 维基百科,自由的百科全书 - zh.wikipedia.org

  2. List of compilers - Wikipedia

  3. Compiler-compiler - Wikipedia

  4. GCC - 维基百科,自由的百科全书

  5. 編譯器 - 維基百科,自由的百科全書 - zh.wikipedia.org

  6. 其他用户还问了以下问题
  7. GNU Compiler Collection - Wikipedia

    网页The GNU Compiler Collection (GCC) is a collection of compilers from the GNU Project that support various programming languages, hardware architectures and operating systems. The Free Software Foundation …

  8. Programming language - Wikipedia

    网页An implementation of a programming language is required in order to execute programs, namely an interpreter or a compiler. An interpreter directly executes the source code, while a compiler produces an …

  9. History of compiler construction - Wikipedia

    网页more timelines ... In computing, a compiler is a computer program that transforms source code written in a programming language or computer language (the source language), into another computer language (the …

  10. Optimizing compiler - Wikipedia