英语人>词典>汉英 : 预编译的 的英文翻译,例句
预编译的 的英文翻译、例句

预编译的

基本解释 (translations)
precompiler

更多网络例句与预编译的相关的网络例句 [注:此内容来源于网络,仅供参考]

"A precompiled application is still made up of source files, but all pages and resources are fictitiously accessed before deployment and compiled to assemblies."

"预编译的应用程序仍然由源程序组成,但是假定在部署前访问所有的页和资源,并把它们编译成程序集。"

List types are kind of this prebuilt schema and provide prebuilt functionality.

列表类型是这种预这种模式,并提供预编译的功能。

If you opt to link a test module with the prebuilt dynamic library, this usage is called the dynamic library variant of the UTF.

如果选择将测试模块链接到预编译的动态库,这种用法被称为 UTF 的动态库用法。

In this paper, the syntax and features, such as information hiding and data abstraction, of PROLOG modular system are analysed.

本文在详细分析PROLOG模块系统的基本语法其信息隐藏和数据抽象等特性的基础上,进而实现了一个基于预编译的PROLOG模块系统。

Remember, even with our recommendation, precompilation is not required.

注意,尽管我们建议预编译,但它并不是必需的。

Remember, even with our recommendation, precompilation is not required.

注意,尽管我们建议预编译,但它不是必要的。

If no target path is specified, the precompilation takes place in the virtual path of the application, and source files are therefore preserved.

如果没有规定目标路径,预编译将在应用程序的虚拟路径中发生,从而保护了源文件。

For REs, which are compared many times during the course of execution, we highly recommend using precompilation first because, again, REs have to be compiled anyway, so doing it ahead of time is prudent for performance reasons.

由于REs在执行过程中被比较多次,所以我们强烈建议先做预编译,REs是必须被编译的,所以提前编译在性能上是明智之举。re.compile 提供此功能。

For REs, which are compared many times during the course of execution, we highly recommend using precompilation first because, again, REs have to be compiled anyway, so doing it ahead of time is prudent for performance reasons. re.compile provides this functionality.

由于正则表达式在执行过程中被多次用于比较,我们强烈建议先对它做预编译,而且,既然正则表达式的编译是必须的,那使用么预先编译来提升执行性能无疑是明智之举。re.compile 就是用来提供此功能的。

For REs, which are compared many times during the course of execution, we highly recommend using precompilation first because, again, REs have to be compiled anyway, so doing it ahead of time is prudent for performance reasons. re.compile provides this functionality.

由于正则表达式在执行过程中被比较多次,我们强烈建议先对它做预编译,而且,既然正则表达式是必须被编译的,那么预先编译对执行性能的提升是明智之举。re.compile 就是用来提供此功能的。

更多网络解释与预编译的相关的网络解释 [注:此内容来源于网络,仅供参考]

archive file:存档文件

makefile 中还可定义清除(clean)目标,可用来清除编译过程中产生的中间文件,例如在上述makefile文件中添加下列代码:库是预编译的目标文件(object files)的集合,它们可被链接进程序. 静态库以后缀为'.a'的特殊的存档文件(archive file)存储.

assertion:断言

类型信息 (typeinfo) 说明 : 主要由类定义和其它项组成 , 这些项说明由性一般希望与 no_implementation 属性配对使用 ,以跟踪预编译头文件 (PCH) 之在这个例子中 ,若一个给定的 "断言" (assertion) 不为真 ,则宏 ASSERT 使用预

compilation:编译

他们 都要用 四个步骤 中的 一个或 多个 处理 输入文件: 预处理(preprocessing), 编译(compilation), 汇编(assembly) 和 连接(linking). 源文件后缀名 标识 源文件的 语言, 但是对 编译器 来说, 后缀名 控制着 缺省设定:C 和 C++ 编译器是 集成的.

compiling:编译

编译程序时,编译过程可以被细分为四个阶段:预处理(Pre-Processing) 编译(Compiling) 汇编(Assembling) 链接(Linking)在学习使用GCC 之前,下面的这个例子能够帮助用户迅速理解GCC 的工作原理,并将其立即运用到实际的项目开发中去.

Must be addressable:必须是可以编址的

Misplaced endif directive 此处不应出现编译预处理endif | Must be addressable 必须是可以编址的 | Must take address of memory location 必须存储定位的地址

Preprocess:预处理

C++程序通常要经过6个阶段(如图1.1),即编辑(edit)、预处理(Preprocess)、编译(compile)、连接(Link)、装入(load)和执行(excute). 这里主要介绍典型UNIX C++系统(注意,本书的程序不经修改或稍作修改即可在大多数当前的++系统中运行,

preprocessing:预处理

他们 都要用 四个步骤 中的 一个或 多个 处理 输入文件: 预处理(preprocessing), 编译(compilation), 汇编(assembly) 和 连接(linking). 源文件后缀名 标识 源文件的 语言, 但是对 编译器 来说, 后缀名 控制着 缺省设定:C 和 C++ 编译器是 集成的.

precompilation:预编译

在 DB2 UDB 包的创建当中有两个基本步骤:预编译(precompilation)和绑定(binding). 尽管有时候在用户看来这两个步骤结合成了一个步骤,但是从 DB2 UDB 的角度来看它们实际上是完全不同的两个步骤. 所需的内部分区并行性(intra-partition parallelism)的程度.

precompile:预编译

豆腐的站点上已经写了很多的 文章了,我就在这里来再次比较一下 程序的运行速度的问题,请看程序 请看输出:是 3. 6 秒左右,老天,速度真的是好快呀,达到了jsp 同等的运行效果,因为他们同样采用了 预编译(preCompile)的原因,怎么样,Cool 吧!

predefined:预定义的

precompiled header 预编译头 | predefined 预定义的 | preferences 首选项