网站首页  词典首页

请输入您要查询的英文单词:

 

单词 precompiled
释义

precompiled

  • 网络预编译;预编译的;预先编译的
1.
预编译
《C 语言的设计与演化》索引(按英文排序) ... 句柄( handle) 头文件,预编译( header, precompiled) 堆存储( heap storage) ...
www.math.pku.edu.cn
2.
预编译的
当应用程序是预编译的precompiled)时,嵌入式 SQL 语句将会被可以提交给 SQL 编译器的源代码所取代。当应用程序是被 …
www.ibm.com
3.
预先编译的
该库包含了预先编译的 (precompiled) 和经过验证的 (verified) 二进制档案 (binary file),能够各自配置为离散式按键、或任意地 …
et.asia-info.net
4.
在编辑之前
软件汉化常用词汇表_部分_ - 公司简介 ... Precision Select 精确定位 Precompiled 在编辑之前 Pre-Configure Verify 预配置验证 ...
www.docstoc.com
5.
先行编译
计算机与网络用语中英翻译(五) ... precoded form 预编码形式 precompiled 先行编译 precompiled header 先行编译标头 ...
www.zftrans.com

例句

释义:
1.
The right pane prompts for the name of the virtual host on which to install the module and asks if the JSPs should be precompiled.
右边窗格提示输入要安装模块的虚拟主机的名称并询问是否应该对JSP预编译。
www.ibm.com
2.
It would probably make more sense to call precompiled software "executable" packages.
将预先编译的软件称为“可执行”软件包可能更有意义。
www.ibm.com
3.
Trace hooks do not have to be precompiled as part of your source code.
跟踪钩子不必预先编译在源代码中。
www.ibm.com
4.
If this amount is greater than the size of your precompiled headers, Edit and Continue should have no problem.
如果此数量大于预编译头的大小,则“编辑并继续”应没有问题。
technet.microsoft.com
5.
The inclusion of the precompiled header must be the first thing in a source file, before any code or preprocessor directives.
预编译头文件的包含必须是源文件中的第一件事,在任何代码或预处理指令之前。
boost-doc-zh.googlecode.com
6.
Since the prepared statement is precompiled, any further additions beyond the first execution take very little extra processing.
由于预准备语句是预先编译过的,所以,在第一次执行之后,再进一步多次执行时,几乎都不需要经过额外处理。
www.ianywhere.com
7.
This intermediate form is called precompiled header files or PCH in the Visual Studio environment.
在VisualStudio环境中,这种中间形式称为预编译头文件或者PCH。
www.ibm.com
8.
Java class files stored in JAR files can be precompiled through a simple command line into Java eXEcutable (JXE) files.
存储在JAR文件中的Java类文件可以通过简单的命令行预编译为JavaeXEcutable(JXE)文件。
www.ibm.com
9.
These Java programs contain embedded SQL statements that are precompiled and bound to a DB2 UDB database.
这些Java程序包含嵌入式SQL语句,它们已被预编译并绑定到了DB2UDB数据库。
www.ibm.com
10.
The files that you copy can either be the source files (if you do not precompile the site) or the precompiled assemblies and related files.
复制的文件可以是源文件(如果未预编译网站),也可以是预编译的程序集和相关文件。
msdn.microsoft.com
1.
Beyond this, the nature of your application determines which additional system files can further benefit performance by being precompiled.
除此之外,应用程序的本质决定了还有哪些系统文件的预先编译能够带来性能收益。
www.ibm.com
2.
Those precompiled files would go on to generate "invokers" , generated code stubs to bind all the methods and blocks in the file.
那些预编译的文件会继续生成“invoker”,生成的代码桩将绑定文件里所有的方法和块。
www.infoq.com
3.
The project offers precompiled binary packages as well as a fully automated build- from- source system .
本项目提供预编译的二进制安装包以及完全自动的从源代码编译系统。
www.bing.com
4.
A stored procedure is a group of Transact-SQL statements that have been predefined and precompiled on the server.
存储过程是在服务器上预定义并预编译的一组Transact-SQL语句。
msdn2.microsoft.com
5.
A precompiled collection of Transact-SQL statements that are stored under a name and processed as a unit.
预编译Transact-SQL语句的集合,这些语句存储在一个名称下并作为一个单元来处理。
technet.microsoft.com
6.
When the -Xnojit flag is set, WebSphere Real Time uses the interpreter to run any methods that have not been precompiled.
设置了-Xnojit标记后,WebSphereRealTime将使用此解释器来运行未被预先编译的任何方法。
www.ibm.com
7.
This value is required if you are preparing one or more installations whose assemblies have been precompiled for a specific microprocessor.
如果准备的是已经针对特定微处理器预编译程序集的一项或多项安装,则需要此值。
msdn2.microsoft.com
8.
This means Ruby scripts can be "completely" precompiled, so that no runtime code generation needs to happen at all.
这意味着你能“完全”预编译Ruby脚本,根本无需发生运行时代码生成。
www.infoq.com
9.
The compiler now dynamically grows the heaps as necessary, only requiring a fixed size for the memory allocated to the precompiled header.
编译器现在可以根据需要使堆动态增大,只要求分配给预编译头的内存的大小固定不变。
msdn2.microsoft.com
10.
Templates may be precompiled for greater control, or distributed and compiled at runtime for greater flexibility.
为了实现更好的控制,模板可以进行预编译;为了实现更高的灵活性,也可以在运行时编译和分发。
www.ibm.com
1.
As the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.
正如其名称所表示的,预编译头文件在头中止(headerstop)点之前,以一种经过编译的形式包含目标代码。
www.ibm.com
2.
The integrated development environment generates code to enhance precompiled header performance.
集成开发环境会自动生成代码来增强预编译头文件的性能。
www.d2school.com
3.
The given command-line option differs from the option used to create the precompiled header.
给定命令行选项与用于创建预编译头的选项不同。
207.46.16.251
4.
The project does not use a precompiled header file (this option is available for static library projects only).
项目不使用预编译头文件(此选项仅对静态库项目可用)。
msdn2.microsoft.com
5.
By default, when new projects are created, they are set up to use precompiled headers.
默认情况下,创建新项目时,会将它们设置为使用预编译头。
msdn2.microsoft.com
6.
WebSphere Real Time does not currently permit the mixing of dynamic JIT compiling and precompiled code.
WebSphereRealTime目前不允许混合使用动态JIT编译和预先编译的代码。
www.ibm.com
7.
A scaling factor that determines the amount of memory that the compiler uses to construct precompiled headers.
一个比例因子,确定编译器用于构造预编译头的内存量。
technet.microsoft.com
8.
The definition will be in effect inside the precompiled header, but not in the rest of the code.
定义将在预编译头内部有效,而在代码的其余部分则无效。
msdn.microsoft.com
9.
The CUDA driver and Toolkit installation are required before running the precompiled examples or compiling the example source code.
必需安装CUDA驱动和CUDA工具包,此后才可运行预编译的例程或编译样例源代码。
www.bing.com
10.
Bob can invite participants by sending a precompiled email that contains information about the meeting ID and the URL.
Bob可以通过发送预先准备好的电子邮件要求参与者,该邮件中包含有关会议ID和URL的信息。
www.ibm.com
1.
Compiler option generated automatic precompiled headers support.
编译器选项生成自动的预编译头支持。
www.kuenglish.info
2.
From the Application Settings page of the Win32 Application Wizard, under Additional options, deselect Precompiled header.
从“Win32应用程序向导”的“应用程序设置”页中,取消选择“附加选项”下的“预编译头”。
msdn2.microsoft.com
3.
Users of a precompiled site will not experience a delay caused by compiling the page on first request.
预编译站点的用户将不会遇到应第一次请求编译页面而导致的延迟。
msdn2.microsoft.com
4.
verbose: relocations prints relocation information for precompiled code to STDERR.
relocations将预先编译代码的重定位信息打印到STDERR。
www.ibm.com
5.
Any class listed in the -verbose: class output but not in the -verbose: dynload output must be loaded from a precompiled JAR file.
列于-verbose:class输出之中但未列于-verbose:dynload输出之中的任何类都必然是从一个预先编译的JAR文件中加载的。
www.ibm.com
6.
(Native only) Allows Edit and Continue to load and process precompiled headers in the background to speed up processing of code changes.
(仅限机器码):允许[编辑后继续]在背景载入并处理先行编译标头,以加速处理程式码变更。
technet.microsoft.com
7.
Most operating systems provide precompiled programs that communicate across a network.
许多操作系统提供了预编译的网络通迅程序。
www.showxiu.com
8.
Discusses guidelines that will help you use precompiled headers more efficiently.
讨论有助于更有效地使用预编译头的准则。
msdn2.microsoft.com
9.
The PHP project offers precompiled binaries for the Windows operating systems.
PHP项目为Windows操作系统提供了已预编译的二进制文件。
www.ibm.com
10.
Compiler option now specifies the precompiled header memory allocation limit.
编译器选项现在指定预编译头的内存分配限制。
msdn2.microsoft.com
1.
Specify whether to store a precompiled binary representation of the script.
指定是否存储脚本的预编译二进制表示形式。
msdn2.microsoft.com
2.
The following sections explain the consistency requirements for precompiled headers.
以下各节解释预编译头的一致性要求。
technet.microsoft.com
3.
You can choose whether you want to download precompiled binary packages or build everything from source .
你可以随意选择是下载预编译好的二进制安装包或从源代码自己构建一切。
www.bing.com
4.
Precompiled binaries are not updated until a new version of the class library is deployed.
在部署类库的新版本后,才更新预编译的二进制文件。
msdn2.microsoft.com
5.
After the precompiled application is deployed, ASP. NET uses the assemblies in the Bin folder to process requests.
在部署预编译的应用程序之后,ASP.NET使用Bin文件夹中的程序集来处理请求。
msdn2.microsoft.com
6.
CCACHE_DIR -- Specifies the folder where ccache stores the precompiled outputs.
CCACHE_DIR——指定ccache存储预编译输出的文件夹。
www.ibm.com
7.
In any application that generates text files, precompiled text templates are an easy and reliable method of defining the text.
在生成文本文件的任何应用程序中,预编译的文本模板是定义文本的一种简单而可靠的方法。
technet.microsoft.com
8.
When users request pages, ASP. NET fulfills the request from the precompiled assemblies.
在用户请求页时,ASP.NET用预编译的程序集执行请求。
msdn2.microsoft.com
9.
Options to provide an alternative name for the precompiled header.
选项结合使用,为预编译头提供其他名称。
msdn2.microsoft.com
10.
however , the package size is larger when it contains precompiled scripts.
但是,当包中包含预编译的脚本时,其大小会较大。
www.ichacha.net
1.
Both stored procedures and user-defined functions are precompiled and ready for later use.
存储过程和用户定义的函数均被预编译,以便以后使用。
technet.microsoft.com
2.
Regenerate the precompiled header with the given command-line option.
请使用给定的命令行选项重新生成预编译头。
207.46.16.251
3.
You can use it to reduce the amount of disk space used by precompiled headers.
你可以用它来减少因为预编译头文件而占用的磁盘空间。
www.d2school.com
4.
The way you use a precompiled machine code module is, from the Python point of view, exactly the same.
从Python的角度来看,你使用事先编译好的机器码模块的方式和用Python源代码模块没什么区别。
www.bing.com
5.
Specify whether the script is precompiled.
指定是否预编译脚本。
msdn2.microsoft.com
6.
This makes sure that your project will build even if precompiled headers are not supported.
这样可以确保即使在不支持预编译头文件的情况下,你的工程也可以正确构建。
boost-doc-zh.googlecode.com
7.
Ignores all other precompiled-header compiler options in the current build.
忽略当前生成中的所有其他预编译头编译器选项。
msdn2.microsoft.com
8.
Generally, it is one or more SQL statements that have been precompiled.
通常来讲,它是一个或更多的已经预编译的SQL语句。
msdn2.microsoft.com
9.
foo. so, or foo. dll, is a piece of precompiled machine code.
so或者foo.dll是编译好的机器码。
www.bing.com
10.
Call this function to configure the project when the project uses no precompiled header settings.
当项目未使用预编译头设置时,调用该函数配置项目。
207.46.16.251
1.
In this case, all include files can be precompiled into one precompiled header.
在这种情况下,可以将所有包含文件预编译为一个预编译头。
technet.microsoft.com
2.
Describes a method for using the manual precompiled-header options in a project.
描述在项目中使用手动预编译头选项的方法。
msdn2.microsoft.com
3.
To use an existing precompiled header in the existing compilation.
在现有编译中使用现有预编译头。
msdn2.microsoft.com
4.
These skins are special insofar as they are not generated based on JSPs; their output is created from precompiled Java classes.
这些外观非常特殊,因为它们不是基于JSP生成的;它们的输出是根据预编译的Java类创建的。
www.ibm.com
5.
Select Allow this precompiled site to be updatable.
选择“允许更新此预编译站点”。
msdn2.microsoft.com
6.
together . you cannot use precompiled headers with the.
选项时,不能使用预编译头。
www.ichacha.net
7.
The following figure shows the structure of a makefile that uses a precompiled header file.
下图显示了使用预编译头文件的生成文件结构。
207.46.16.251
8.
You can often find a precompiled binary for your chosen platform and version.
通常可以找到所选平台和版本的预编译二进制代码。
www.ibm.com
9.
However, if you combine it with the -verbose: class option, you can infer which classes are precompiled from their absence.
然而如果将其与-verbose:class选项结合使用,就可以根据类未出现的情况判断出该类已预先编译。
www.ibm.com
10.
A precompiled updatable site does not allow for multiple pages to reference the same CodeFile class.
预编译的可更新网站不允许多个页引用同一个CodeFile类。
msdn2.microsoft.com
1.
In other words, you cannot use ajc to add advice to precompiled classes.
也就是说,不能使用ajc将Advice添加到预编译类中。
www.ibm.com
2.
Packages usually contain precompiled software, but you can also package source code.
软件包通常包含的是预编译的软件,但您也可以打包源代码。
www.ibm.com
3.
All other source files must use precompiled headers.
其他所有原始程式档都必须使用先行编译标头档。
msdn.microsoft.com
4.
Sets the precompiled header settings.
设置预编译头设置。
msdn2.microsoft.com
5.
Create Precompiled Header Files and use the precompiled header options.
创建预编译头文件并使用预编译头选项。
technet.microsoft.com
6.
Unfortunately, this option doesn't list classes from precompiled JAR files.
遗憾的是,这一选项不会列出预先编译的JAR文件中的类。
www.ibm.com
7.
Sets up a project configuration properties when no precompiled header is used.
当未使用预编译头时,设置项目配置属性。
207.46.16.251
8.
The precompiled application will be built clean.
将以全新方式生成预编译应用程序。
msdn2.microsoft.com
9.
Use precompiled header files to build your project faster.
使用预编译头文件可以更快地生成项目。
msdn2.microsoft.com
10.
Click the Precompiled Headers node.
单击“预编译头”节点。
msdn.microsoft.com
1.
A servlet is similar to a script written in JSP; however, because it's precompiled, it's more secure.
servlet与用JSP编写的脚本类似;但是,因为它是预编译的,所以更安全。
www.ibm.com
2.
When you publish an ASP. NET Web site in Visual Web Developer, you have the option to enable strong naming of precompiled assemblies.
在VisualWebDeveloper中发布ASP.NET网站时,可以选择启用预编译程序集的强命名。
msdn2.microsoft.com
3.
True, the precompiled application will be updateable.
则预编译的应用程序将是可更新的。
msdn2.microsoft.com
4.
Yc tells the cl compiler to generate the precompiled header from precomp. h.
Yc通知cl编译器从precomp.h生成预编译头文件。
www.ibm.com
5.
Disable the use of precompiled headers for ul_database. Cpp.
禁止为ul_database.cpp使用预编译头。
www.ianywhere.com
6.
The first command creates the precompiled header precomp. h. gch.
第一个命令创建了预编译头文件precomp.h.gch。
www.ibm.com
7.
This walkthrough has shown you the basic procedure for publishing a precompiled Web site.
此演练演示了发布预编译网站的基本过程。
msdn2.microsoft.com
8.
Mistakes lead to nonprecompiled code being run instead of the expected precompiled code.
错误会导致运行非预先编译的代码,而不是所需的预先编译代码。
www.ibm.com
9.
Fortunately, as of version 0. 7, running custom code in the precompiled environment is a lot easier.
幸运的是,自版本0.7起,在预编译环境中运行定制代码相当容易。
www-128.ibm.com
10.
If the precompiled header file can't be used, it is ignored.
如果无法使用这个预编译头文件,那么将忽略它。
www.ibm.com
1.
As a test, we chose the POV-Ray 3. 6. 1 precompiled binary from Povray's Web site.
作为测试,我们选择了来自Povray的Web站点的POV-Ray3.6.1预编译二进制程序。
www.ibm.com
2.
After deploying a precompiled Web site, you can make limited changes to the files in the site.
在部署预编译的网站之后,您可以对站点中的文件进行一定更改。
msdn2.microsoft.com
3.
After you deploy a precompiled Web site, you can make limited changes to the files in the site.
在部署预编译的网站之后,只能对网站中的文件进行有限的更改。
msdn2.microsoft.com
4.
Note: Support for precompiled headers in g is available for versions 3. 4 and above.
注意:g 版本3.4及更高的版本提供了对预编译头文件的支持。
www.ibm.com
5.
Stored procedures are fast because they are precompiled and reside on the database server.
存储过程速度较快,因为它们是预先编译好的并且驻留在数据库服务器上。
www.ibm.com
6.
You can get precompiled binary packages for most current Linux distributions, and this is the first thing you should check.
可以找到针对大多数当前Linux发行版预编译的二进制包,首先应该找到适合自己的包。
www.ibm.com
7.
The dselect and apt-get tools on the other hand only know about the packages available as precompiled binary packages.
dselect和apt-get工具则只知道那些可用的经过预编译的二进制软件包。
www.finkproject.org
8.
This is not only faster because of the reduced bandwidth usage, but also faster because the stored procedure can be precompiled.
其优点不仅仅是降低了带宽的使用,还带来了更快的速度,这是因为存储过程可预编译。
www.ibm.com
9.
The following resources offer easy to install packages and precompiled binaries for PHP on Mac OS
下面的资源提供了在MacOS上易于安装的软件包和预编译的二进制PHP。
ee2.php.net
10.
This section discusses guidelines that will help you use precompiled headers more efficiently
本节论述有助于更有效地使用预编译头的准则
msdn2.microsoft.com
1.
debugging information not in precompiled header;
调试信息不在预编译头中;
207.46.16.251
2.
Visual Studio Basics Solutions and Projects Precompiled Headers Editor more
VisualStudio基础知识解决方案和项目预编译头编辑器更多信息
msdn2.microsoft.com
3.
To sign assemblies for a precompiled Web site
为预编译网站的程序集签名
msdn2.microsoft.com
4.
Using Precompiled Headers in a Project
在项目中使用预编译头
msdn2.microsoft.com
5.
Precompiled code is useful during the development cycle to reduce compilation time, especially if
预编译代码有助于在开发周期中缩短编译时间,特别是在以下情况
msdn2.microsoft.com
6.
A log message is printed each time a precompiled method is executed. The output from this option is similar to the following
每次执行一个预先编译的方法时,都会打印一份日志记录消息。
www.ibm.com
7.
modules can t use precompiled header files that do contain meta data
模块无法使用包含元数据的预编译头文件。
www.ichacha.net
8.
For reference information on the compiler options related to precompiled headers, see
有关与预编译头相关的编译器选项的参考信息,请参见
msdn2.microsoft.com
9.
The following compiler options affect the generation and use of precompiled headers
下列编译器选项影响预编译头的生成和使用
msdn2.microsoft.com
10.
Consistency Rules for Per-File Use of Precompiled Headers
按文件使用预编译头的一致性规则
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/1 12:52:03