compiler programming的意思|示意

美 / kəmˈpailə ˈprəuɡræmiŋ / 英 / kəmˈpaɪlɚ ˈproˌɡræmɪŋ /

[计] 编译程序的程序设计


compiler programming的用法详解

​ Compiler programming是一种编程语言,它将程序源代码编译成机器可以认识的机器码。它的主要作用是将高级编程语言转换为低级编程语言,以便计算机能够读懂并正确执行程序。

Compiler programming语言有C、C++、Java、Objective-C、Pascal等语言。编译器根据高级编程语言源代码中的指令编译生成机器代码,之后计算机可以读取并解释这些指令执行程序。

编译器也可以用来进行静态检查,检查程序源代码中是否存在语法错误、类型错误等,以及在编译时生成代码的质量、性能等等。

Compiler programming的主要优势在于可以提高程序的执行效率,因为编译器可以将高级语言代码转换为机器可以认识的机器码,相比较于运行时该高级语言的解释器运行效率要高得多。此外,由于程序代码是被编译为机器可以认识的机器码,因此它可以保护程序的执行细节不被轻易改变。

总之,Compiler programming是一种用于将程序源代码编译成机器可以认识的机器码的编程语言,它具有提高程序执行效率、保护程序执行细节等优势,是用于编程的一个重要的工具。

compiler programming相关短语

1、 compiler programming system 编码程序系统

2、 compiler-based programming environment 基于编译程序的程序设计环境英语,翻译

3、 programming language compiler 程序设计语言编译程序

compiler programming相关例句

After all the fun of Chapter 6, Chapter 7 describes how IMCC, the Intermediate Code Compiler, can simplify much of the work involved in programming in Parrot assembly.

在第6章的有趣内容之后,第7章描述了IMCC(中间码编译器,Intermediate Code Compiler)如何可以简化Parrot汇编编程中的大部分工作。

This is a choice that is always present when you compile from one programming language into another: how much work to do in the compiler, and how much to leave for the generated language at runtime.

这是将一种编程语言编译为另一种编程语言时所面临的常见选择:在编译器中有多少工作要做,还有多少工作是留给生成的语言在运行时完成的。

Programming languages with features like duck typing can improve flexibility and reduce repetition by forcing fewer type definitions and reducing code needed purely to support a compiler.

具备诸如duck typing这类特性的编程语言,通过使用更少的类型定义、减少纯粹为了支持编译器所需要的代码数,能够提高灵活性和减少重复。