compilation

美 [ˌkɑmpɪˈleɪʃ(ə)n]英 [ˌkɒmpəˈleɪʃ(ə)n]
  • n.编写;编纂;选编;选辑
  • 网络编译;编辑;汇编

复数:compilations

compilationcompilation

compilation

n.

1.[c]收集;选编;选辑a collection of items, especially pieces of music or writing, taken from different places and put together

2.[u]编纂;编著;编写the process of compiling sth

编译

编译compilation)时,先解析程序文本,产生中间输出,然后单独处理输出,提供预期行为。在DSL的上下文里,编译方 …

编辑

2011新托福考试高频词汇_百度文库 ... Contradict: 反驳 Compilation编辑 Artifact: 人工痕迹 ...

汇编

空调行业英语词汇表 C | 英语学习 ... compensator 补偿器,膨胀圈 compilation 汇编 complanation 平面化 ...

编纂

SJ‘s Dream Valley ... 笔润 remuneration for writing;pen payment 编纂 compilation 便览 handbook ...

编制

审计英语词汇 - 豆丁网 ... high levels of assurance 高水平保证 7. compilation 编制 8. reliability 可靠性 9. ...

编辑物

托福红宝书中没有的词汇(A-C)_天道留学 ... Commandeer:v. 征用,征募 Compilation:n. 编辑物 Comprise:v. 构成;包含 ...

编绘

地图制图学— 国家测绘地理信息局 ... 04.191 清绘 fair drawing 04.192 编绘 compilation 04.193 刻图 scribing ...

编译为汇编代码

1简介 2简单编译 2.1预处理 2.2编译为汇编代码(Compilation) 2.3汇编(Assembly) 2.4连接(Linking) 3多个程序文件的编译 4检错 …

1
This compilation seems a never-ending task; I sometimes wonder if I'll live to see the fruits of my labours. 这项编写工作看来遥遥无期,我有时会想我不知道能否少着看到我的劳动成果。
2
Kernel compilation may take quite a while, depending on the power of your machine. 编译核心可能要花费较长的时间,这取决于您的机器的性能。
3
For installation, a pre-compiled ready to run binary package, or a source code package requiring compilation are available. 安装时,可根据需要选择已汇编好的可执行代码或自行汇编源程序。
4
Right, but it must be in some way be useful, don't you think? Could it be useful to have that historic compilation? 好的,但是必须在某种程度上是很有用的,你不这样认为吗?能有历史汇编这么有用吗?。
5
All this provides raw material for journalists, but the compilation and presentation of these data sometimes shades into journalism. 所有这些都提供给新闻记者,但编写和提供有关数据有时候是的阳光基金更像是新闻行业。
6
Nonetheless, dynamic compilation does have some drawbacks that make it a less than ideal solution in some situations. 但是,动态编译确实具有一些缺点,这些缺点使它在某些情况下算不上一个理想的解决方案。
7
Yuan to positive end of the tidying up of its disciples, was the essence of which more than 580 articles, classified compilation of a book. 元至正末,由其门生加以整理,得其中精粹五百八十余条,分类汇编成书。
8
As it executes, it gathers profiling data, used to decide which code sections are being executed frequently enough to merit compilation. 当HotSpot执行时,会搜集性能分析数据,用来决定哪个代码段执行得足够频繁,值得编译。
9
The information it returns for a type is not extensible, in that it cannot be modified after compilation of the target type. 反射为某个类型返回的信息不可扩展,因为编译了目标类型后就不能对其进行修改。
10
One of the activities that will interfere with your benchmark is JIT compilation of your code. JIT会编译你的代码,这也是众多影响基准测试的行为之一。
11
If no argument is provided to -j, then all source files are queued up in the system for simultaneous compilation. 如果没有给-j提供任何参数,则所有源文件都会在系统中排队,等待同时编译。
12
Novice Perl programmers notice right away that there seems to be no compilation. 初学者马上就会发现Perl中似乎没有任何编译器。
13
Any other JVM using that shared class cache can subsequently execute that method as AOT code without incurring the cost of compilation. 使用这个共享类缓存的其他JVM都可以执行这些AOT代码,这样就避免了编译的开销。
14
Parameter contains the method to call when reporting the result of compilation. 参数包含报告编译结果时要调用的方法。
15
First, read in the literature and data compilation on the basis of a budget hotel to discuss the concept of origin, development process. 首先,在文献阅读和资料整理的基础上,讨论了经济型酒店的概念、起源、发展过程。
16
The compilation process for a Java application is different from that of statically compiled languages like C or C++. Java应用程序的编译过程与静态编译语言(例如C或C++)不同。
17
A basic interpreter has been implemented and is now used to evaluate cold paths, determined at compilation time using simple heuristics. 我们实现了一个基本的解释器,通过简单的启发式方法在编译期计算代码中不常经过的路径。
18
Containing the method to call when reporting the result of compilation. 包含报告编译结果时要调用的方法的。
19
The degree to which native code compilation affects application performance varies with the application, of course. 当然,本机代码编译对各个应用程序的性能的影响程度不尽相同。
20
On the command line, it is possible to specify multiple output files for your compilation. 在命令行中,可以为编译指定多个输出文件。
21
For a list of such data the reader is referred to Young's extensive compilation. 有关这种数据的一览表读者可参阅Young的范围广泛的编辑物。
22
Second, the beginning time of the compilation of Liao Jin Yuan San Shi Guoyu Jie is not the 36th year of Qianlong, but the 34'h year. 《钦定辽金元三史国语解》的始修时间并非在乾隆三十六年,而应是在乾隆三十四年。
23
If this option is omitted, the tool builds only those parts of the application that have been modified since compilation was last performed. 如果省略此选项,该工具将仅生成应用程序中自上次执行编译以来被修改的那些部分。
24
To understand the javax. tools package, it's helpful to review Java compilation concepts and how the package implements them. 要理解javax.tools包,回顾Java编译概念以及如何使用包实现编译将非常有帮助。
25
Its important to note that technologies like Java have had many years of effort around improving their compilation performance. 值得注意的是,人们已经投入了多年的努力改进Java等技术的编译性能。
26
This system enables you to quickly develop applications with a minimum of compilation processing overhead. 此系统使您能够用最少的编译处理开销快速开发应用程序。
27
Both of these achieve the same thing: present you with a snapshot of the distributed compilation every two seconds. 这两种方法或多或少都达到了相同的目的:每两秒钟向您展示一个分布式编译的快照。
28
If compilation cannot be completed within the time -out period , the compiler reverts to single compilation mode for the current page . 如果编译不能在超时期限内完成,则编译器还原为当前页的单编译模式。
29
Conditional compilation variables can be used to determine the version information of the engine interpreting a script. 条件编译变量可用于确定解释脚本的引擎的版本信息。
30
This document specifies the compilation, approval, modification and issue of the company's internal quality documents. 本规定适用于公司内部质量文件的控制与管理。