Algol Short for Algorithmic language. A compiler language used mainly for scientific applications in computer.
算法语言是一种组合用的电脑语言,主要在科学方面使用。
Language extension requires the use of an extended compiler and related tools.
语言扩展要求使用已扩展的编译器和相关工具。
Dynamic code generation - Because dynamic code generation depends on the JIT Compiler, there is no support for any dynamic language compilation.
动态代码生成——因为动态代码生成依赖于JIT编译器,所以对任何动态语言编译的过程也不能支持。
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.
这是将一种编程语言编译为另一种编程语言时所面临的常见选择:在编译器中有多少工作要做,还有多少工作是留给生成的语言在运行时完成的。
These are the proxies generated for a particular.net language and then compiled to dynamic link libraries using the appropriate.net compiler for the language.
这些是为特殊的. NET语言所生成的,然后使用针对这种语言的恰当的. NET编译器被编译成动态链接库的代理。
Obviously, the language compiler and JIT are intertwined components, which means that to generate good code, they must cooperate.
显然,语言编译器和JIT是不可分离的组件,这意味着要生成好的代码,二者必须协同工作。
Perhaps the best and most successful example of this is a compiler, which translates a high-level language program into an equivalent machine language implementation.
也许这方面最好和最成功的例子就是编译器,它能够将一个高级语言程序解释成一个与之相当的机器语言的执行程序。
Table 1 below shows what language elements to avoid that are not supported by the THREAD compiler option.
下面的表1显示了不受THREAD编译器选项支持、应当避免的语言元素。
When you find those unwanted language elements, you may need to replace them with elements with similar functions that the THREAD compiler option supports.
当找到这些不需要的语言元素后,可能需要用具有类似功能的元素替换它们,并且THREAD编译器选项支持这些替换的元素。
While documentation was certainly provided, the general populace never got the in-depth to really explore the nooks and crannies of the language, let alone write their own compiler.
虽然微软提供了文档,但一般的开发人员不可能真正深入到语言的底层,更不用说编写自己的编译器了。
While code generators understand a little bit about the target language, they are usually not full parsers and cannot take the target language into account without rewriting a complete compiler.
尽管代码生成器可以理解一点儿目标语言的知识,但是它们通常都不是完整的语法分析器,不重新编写一个完整的编译器是无法全面考虑目标语言的。
When thought of this way, an XSLT stylesheet is actually a tool for defining new languages, and can be thought of as a language compiler.
在考虑这种方法时,xslt样式表实际上是定义新语言的工具,并且可被视为语言编译器。
Unsurprisingly, neither compiler does nearly as well as the hand-coded assembly language version from the previous article, but for this program XLC outperformed GCC.
毫不奇怪,没有哪种编译器可以接近上一篇文章中手工编写的汇编语言版本,不过对于这个程序来说,XLC的效果比GCC更好。
The IBM XL C compiler is a very good optimizer, and as a result, the C algorithm delivers superior results to a simple unoptimized assembly language implementation.
IBMXLC编译器是一个非常好的优化器,结果是 C算法的性能要比未经优化的汇编语言实现的性能好很多。
So far, all of the optimizations that we have looked at were language-level optimizations made by the GWT compiler.
目前为止,我们检查的所有优化都是GWT编译器所做的语言级别的优化。
On the compiler side of the house, we're confident that we've got all the help that we need to build a high quality implementation of the language.
而在编译器部分,我们确信我们已经得到了构建一个高品质语言实现所需要的帮助。
The starter kit, called ToyScript, was first presented in Microsoft's Compiler DevLab, a conference for language developers who are targeting the CLR.
入门工具包名为ToyScript,最早展示于微软的Compiler DevLab,为面向CLR开发语言的开发人员所召开的一次大会。
Thus, mobl is extensible through its library mechanism that allows users to extend the platform without having to extend the language or compiler itself.
这样,mobl就可以通过库机制进行扩展,这让用户可以扩展平台,而不需要扩展语言和编译器本身。
A compiler, of course, needs a way to parse the input language, and so the XRuby team created their own Ruby parser using the popular ANTLR parser generator.
当然,编译器需要一种分析输入语言的方法,XRuby团队用流行的ANTLR分析器产生器创建了他们自己的Ruby分析器。
The fundamental data structure in Goat Rodeo will be known as q's - quanta of information, which will be compiler checked and available for consumption by any language capable of understanding JSON.
GoatRodeo中的基本数据结构就是Q ' s——量子信息,编译器会检查该信息,同时能够处理JSON的任何语言都可以使用该信息。
Although BCPL was a high-level language (similar to c), the intermediate code that the compiler generated was called O-code (Object code).
尽管BCPL是一种高级语言(类似于c),编译器生成的中间代码叫做o - code(对象代码)。
This aspect is written in the Aspect language, so needs to be compiled by the AspectJ ajc compiler.
这个切面用Aspect语言编写,因此需要由AspectJajc编译器来编译。
The sample ODBC program must be compiled by an appropriate C programming language compiler, such as Visual C++.
示例ODBC程序必须用一个适当的C语言编译器编译,例如Visual C++。
In Scala, override has become part of the language, and forgetting it will generate a compiler error. Thus, a derived toString method should look as shown in Listing 11.
在Scala中,override已经成为语言的一部分,几乎可以忘记它会生成编译器错误。
I heard Walter Bright (the father of d) describing it as a language invented by a compiler implementer (not a language designer).
我听说Walter Bright (D语言之父)将D语言描述为编译器实现者发明的语言(而不是语言设计者)。
The ROSE builder is written in Python for good support and maintainability (Python language version 2.x with standard Python libraries -- 2.1 and 2.2 have been tested, plus working C compiler, gzip).
为了良好的支持和可维护性,ROSE编译器用Python编写(与可用的C 编译器gzip 一道,附带标准 Python库的 Python语言版本 2.x —— 2.1 和 2.2已经经过了测试)。
A compiler into the machine language of a specific computer system or into an.
程序通常都由高级语言编写,之后由编译器转换为适合特定计算机系统的机器语言,或者是能被翻译器运行的中间语言。
This use of metadata extends the underlying programming language and the compiler.
对元数据的这种使用扩展了底层编程语言和编译器。
The compiler supplies the appropriate operand in the assembly language code it generates.
编译器在自己生成的汇编语言中提供了适当的操作数。
The compiler supplies the appropriate operand in the assembly language code it generates.
编译器在自己生成的汇编语言中提供了适当的操作数。
应用推荐