What is the translation of " A COMPILER " in Chinese?

[ə kəm'pailər]

Examples of using A compiler in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Not doing so will result in a compiler error.
如果不这样做,将会导致编译错误。
You must install a compiler and build environment separately.
你必须单独安装编译器和生成环境。
Any attempt to get around these constraints will result in a compiler error.
任何绕过这些限制的尝试都会产生编译错误。
You must install a compiler and build environment separately.
你必须单独安装编译器和构建环境。
Or that Go was designed by systemprogrammers who were also able to write a compiler.
也可能Go是由一个会写编译器的系统程序员设计的。
You have to install a compiler and build environment individually.
你必须单独安装编译器和生成环境。
The variable name second doesn't mean anything special to Rust,so we get a compiler error since using….
变量名second对于Rust来说并没有任何特殊意义,所以会得到编译错误,因为在这两个地方使用….
You have to install a compiler and build environment individually.
你必须单独安装编译器和构建环境。
A compiler cannot detect whether the meaning of a program is correct, but it can detect errors in the form of the program.
编译器不能查出程序的意义是否正确,但它可以查出程序形式上的错误。
This means that the language requires not just a compiler, but also a runtime system to execute the compiled code.
这意味着这个语言不只是需要编译器,也需要运行系统去执行编译过的代码。
A compiler can use the results of escape analysis as a basis for optimizations: Converting heap allocations to stack allocations.
编译器可以使用逃逸分析的结果作为优化的基础:将堆分配转化为栈分配。
In some cases the design of a language feature may require a compiler to perform more than one pass over the source.
在一些情况下,语言功能的设计可能需要编译器执行一个以上的传过来的源。
That again is a compiler language and it's still a living language;
C语言也是一种编译语言,在今天仍旧很有活力;.
PendingReviewPost doesn't have a content method defined on it,so attempting to read its content results in a compiler error, as with DraftPost.
PendingReviewPost并没有定义content方法,所以尝试读取其内容会导致编译错误,DraftPost同理。
If you don't know how a compiler works, you don't know how a computer works.”.
如果你不了解编译器是如何工作的,那么你就不了解计算机是如何工作的。
A compiler is required for programming in C++, because the actual source code has to be compiled into a file that your computer can run.
用C++编程需要编译器,因为实际的源代码必须编译成计算机可以运行的文件。
However, most of the optimization techniques that are performed by a compiler involve a tradeoff between execution speed and code size.
然而,大部分由编译器执行的优化仅涉及执行速度和代码大小的一个平衡。
But in this case a compiler can determine, with escape analysis, that the Bar object itself does not escape the invocation of example().
但在这种情况下,编译器可以使用逃逸分析确定Bar对象本身并没有逃逸example()的调用。
To develop software that utilizes the Windows API, a compiler must be able to handle and import the Microsoft-specific DLLs and COM-objects.
为了开发使用WindowsAPI的软件,编译器必须能处理和导入微软相关的DLLs或者COM对象。
Well, a compiler is a software, it is written and then compiled into a machine code, losing its affiliation to a language.
好吧,编译器是一个软件,它被编写然后编译成机器代码,失去了它与语言的联系。
Grace Hopper was the first to create a compiler for a programming language and was one of the first programmers of the Mark I computer.
GraceHopper是第一个为编程语言创造编译器的人,也是MarkI电脑的程序员之一。
A compiler verifies code syntax, generates efficient object code, performs run-time organization, and formats the output according to assembler and linker conventions.
编译器验证代码语法,生成高效的目标代码,运行时的组织,并格式化根据汇编器和链接约定的输出。
Eventually Dr. Knuth became a compiler himself, inadvertently founding a new field that he came to call the"analysis of algorithms.".
最终高德纳博士自己成了编译器,他不经意间创建了一个新的领域,并称之为“算法分析”。
A compiler is a program that translates code from a programming language into another form which is(more) directly executable for a computer.
编译器是一种程序,它将代码从编程语言转换为另一种形式,这种形式(更多)可直接为计算机执行。
So you can use a compiler to write a better compiler, because after it is compiled it is just a machine code.
因此,您可以使用编译器编写更好的编译器,因为在编译之后它只是一个机器代码。
This code generates a compiler error because unique_ptr does not generatea copy constructor it specifically wants to ban making copies.
这段代码产生编译错误是因为unique_ptr不会生成拷贝构造函数-unique_ptr本身就是为禁止拷贝而生的。
For example, if a compiler knows that a variable always holds an integer value then it can generate integer instructions to manipulate the variable;
例如,如果编译器知道一个变量总是对整型值有效,那么他就可以产生一个整型指令来操纵这个变量;
Finally, a compiler is a complex system; we must keep the system simple to assure that the engineering and maintenance costs of the compiler are.
最后,编译器是一个复杂的系统,我们必须使系统保持简单以保证编译器的设计和维护费用是可管理的。
Compiler- A compiler translates a computer program written in a human-readable computer language(like Java) into a form that a computer can execute.
编译器-编译器把可读计算机语言(如Java)写成的计算机程序编译为计算机能执行的形.
Results: 29, Time: 0.0278

Word-for-word translation

Top dictionary queries

English - Chinese