网站首页  词典首页

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

 

单词 preprocessor
释义

preprocessor

美 [?pri?prɑses?r]
英 [pri??pr??ses?(r)]
  • n.【计】预处理程序
  • 网络预处理器;前处理器;前置处理器
复数:preprocessors  
n.
1.
【计】预处理程序

例句

释义:
1.
That is, a variable name should not be passed to a preprocessor directive and a symbol can only be evaluated by a preprocessor directive.
即,不应将变量名传递到预处理器指令,并且只能用预处理器指令计算符号。
technet.microsoft.com
2.
and a compiler is, in some sense, just a very fancy preprocessor.
从某种意义上讲,编译器就是一个非常奇妙的预处理器。
www.ibm.com
3.
The preprocessor can extract clock information from NRZ data stream, which consists of a delay cell, a multiplier and a narrow-band filter.
预处理器主要有延迟单元、乘法器和窄带滤波电路构成,可以从NRZ数据中得到时钟信号。
www.fabiao.net
4.
Xcode needs to be configured to tell the preprocessor to search this directory when processing #include directives.
需要通过配置Xcode让预处理器在处理#include指令时搜索这个目录。
www.ibm.com
5.
A preprocessor token can be a header name, identifier, number, character literal, string literal, symbol, or miscellaneous character.
一个预处理记号可以是头文件名、标识符、数字、字符类型、字符串类型、元素或者混合字符。
dictsearch.appspot.com
6.
The C preprocessor allows only a fixed number of arguments to its macros.
C预处理器对于自己的宏只允许使用有限数目的参数。
www.ibm.com
7.
Hypertext Preprocessor (PHP) is cross-platform scripting language used to compose dynamic Web pages and server-side application software.
超文本预处理器(PHP)是一种跨平台的脚本语言,用于编写动态网页和服务器端应用程序软件。
www.ibm.com
8.
A preprocessor directive must be the only instruction on a line.
预处理器指令必须是行上的唯一指令。
msdn2.microsoft.com
9.
As a result, the specialized preprocessor is at least 10 times faster than any solution with XML parsing.
所以,这个专业的预处理器比其他任何的XML解析方案都要快至少10倍。
www.ibm.com
10.
The -a option, requiring no argument, instructs NASM to replace its powerful preprocessor with a stub preprocessor which does nothing.
a选项不要求任何参数,通知NASM的强大的预处理器不进行任何处理。
dictsearch.appspot.com
1.
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
2.
Additionally there is implemented a IDL lexer, which allows to use the preprocessor library as the lexing component of a IDL oriented tool.
此外还实现了一个IDLlexer,允许将预处理器库用作某个面向IDL的工具的lexing组件。
boost-doc-zh.googlecode.com
3.
The contents of an entire OMG IDL file, along with any files brought in through preprocessor directives, form a naming scope.
整个OMGIDL内容和通过预处理器伪指令传入的所有文件共同组成了命名作用域。
www.ibm.com
4.
Use a source-code scanner or other preprocessor that discards input that uses questionable code constructs.
使用源代码扫描程序或其他预处理程序,删除含有可疑代码构造的输入。
www.ibm.com
5.
The assembly language programmers had a preprocessor-based solution to this problem.
汇编语言程序员对这个问题有一个基于预处理器的解决方法。
docs.google.com
6.
So this lexer does not recognize any keywords (except true and false, which are needed by the preprocessor itself).
因此,这个lexer不识别任何关键字(除了true和false,因为预处理器本身需要它们)。
boost-doc-zh.googlecode.com
7.
Discusses the preprocessor, which prepares source files for the compiler by translating macros, operators, and directives.
探讨用于通过翻译宏、运算符以及指令来为编译器准备源文件的预处理器。
msdn2.microsoft.com
8.
Using one aspect of OpenMP, code is annotated with areas in which parallelism should occur using preprocessor directives.
OpenMP的一种用法是,使用预处理程序指令注释其中应该发生并行的代码。
www.ibm.com
9.
More information about C preprocessor macro programming is available in the CPP manual (see the Resources section for a link).
更多有关C预处理器宏编程的内容可以在CPP手册中看到(请参阅参考资料一节中的链接)。
www.ibm.com
10.
Property, the property page will not display any preprocessor definitions at the project level.
属性,则属性页将不在项目级别显示任何预处理器定义。
msdn2.microsoft.com
1.
A preprocessor translates these statements into calls to a runtime library.
预处理器将这些语句翻译为对运行时库的调用。
www.ianywhere.com
2.
Remember, the preprocessor knows nothing about the C language and is just doing text substitutions.
记住,预处理器并不了解C语言的任何内容,它只是简单地进行文本替换。
www.ibm.com
3.
PHP: Hypertext Preprocessor (PHP) is a popular server-side scripting language for creating dynamic Web content.
PHP:HypertextPreprocessor(超文本预处理器,PHP)是一种流行的服务器端脚本语言,用于创建动态Web内容。
www.ibm.com
4.
New Term: The preprocessor runs before your compiler each time the compiler is invoked.
新术语:每次调用编译器时,预处理器都会在编译器之前运行。
blog.csdn.net
5.
On the C tab, in the General category, add W32 as a preprocessor definition.
在C 标签上的General类目中,添加W32作为预处理器定义。
www.ibm.com
6.
A symbol that was not defined was used with a preprocessor directive.
未定义的符号与预处理器指令一起使用。
technet.microsoft.com
7.
The code is then run through a preprocessor before compiling.
然后,代码在编译之前通过预处理器处理。
www.ianywhere.com
8.
Partition the source into preprocessor tokens separated by whitespace and comments.
用以空格和注释分割的记号划分源代码。
dictsearch.appspot.com
9.
Therefore, in chapter seven we build a small preprocessor to create the boilerplate required.
为了创建样板文件的需要,我们在第七章构建一个小型预处理器。
word.hcbus.com
10.
This section lists messages generated by the SQL preprocessor.
本节列出了由SQL预处理器生成的消息。
www.ianywhere.com
1.
Was used to define a preprocessor symbol.
用来定义预处理器符号。
msdn2.microsoft.com
2.
For the above reasons, a study on more efficient preprocessor of radar signal in VTS is very valuable and practicable.
因此,研究更有效的VTS雷达信号预处理系统是一项很有价值和实际意义的工作。
www.fabiao.net
3.
The two most widely used textual macro systems are the C preprocessor and the M4 macro processor.
两个最广泛使用的文本宏系统是C预处理器和M4宏处理器。
www.ibm.com
4.
The problem with make and just about any C compiler is the way in which the C preprocessor and header files work.
make和所有的C编译器的问题在于C预处理程序(preprocessor)和头文件的工作方式。
www.ibm.com
5.
in this process , all preprocessor directives are carried out , macro expansions are performed , and comments are removed.
在此过程中,将执行所有的预处理器指令,执行宏展开,并移除注释。
www.ichacha.net
6.
The preprocessor is available for download (see Download).
此预处理器也可以下载(参见下载)。
www.ibm.com
7.
The SQL preprocessor generates calls to functions in the interface library or DLL.
SQL预处理器生成对接口库或DLL中的函数的调用。
www.ianywhere.com
8.
Causes the preprocessor to process the specified header file.
此选项使预处理器处理指定的头文件。
msdn2.microsoft.com
9.
Writes preprocessor output to a file.
将预处理器输出写入文件。
msdn2.microsoft.com
10.
Click the Resources tab, and in the Preprocessor definitions field, add AFX_RESOURCE_DLL.
单击“资源”选项卡,然后在“预处理器定义”字段中,添加AFX_RESOURCE_DLL。
blog.163.com
1.
The C lexers packaged with the Wave library may be used standalone, too, and are not tied to the C preprocessor iterator at all.
与Wave库一起打包的C lexer也可以单独使用,并没有与C 预处理迭代器捆绑在一起。
boost-doc-zh.googlecode.com
2.
It's the recompilation, where you are reusing previous preprocessor passes, that will make a difference.
不同之处在于重新编译时,在这个过程中您会重用先前的预处理程序。
www.ibm.com
3.
What is the difference between the compiler and the preprocessor?
编译器和预处理器有什么区别?
blog.csdn.net
4.
Based on user's accurate data, the preprocessor adjusts original pages and generates result pages for every account.
前处理器根据使用者提供的准确资料,调整原始网页以产生对应每一个帐号的新网页。
www.cetd.com.tw
5.
The voice activity detector (VAD) provided by the preprocessor is more advanced than the one directly provided in the codec.
预处理惩罚器供给的静音检测(VAD)比编解码器里直接供给的更为进步前辈。
www.byywee.com
6.
PHP stands for PHP: Hypertext Preprocessor.
PHP代表超文本预处理器。
www.bing.com
7.
In C , you can use the const keyword instead of the #define preprocessor directive to define constant values.
用C ,你可以用关键字const来代替预处理指令#define来表示常量。
blog.163.com
8.
Java does not use header files and it eliminates the C preprocessor.
Java没有头文件,也没有C的预编译。
www.bing.com
9.
A C preprocessor macro will be defined if the function is implemented.
如果要使这些函数生效,一个C预处理器宏将是被定义。
blog.sina.com.cn
10.
Click the Preprocessor property page.
单击“预处理器”属性页。
msdn2.microsoft.com
1.
A. This is a directive to the preprocessor, which runs when you call your compiler.
这是给预处理器的一个指示,当你调用编译器的时候运行。
xcf-007.blog.163.com
2.
In NASM, a similar construct is used at the preprocessor level.
在NASM中,在预处理器级使用相似的结构。
www.ibm.com
3.
AFXDLL refers to the _AFXDLL preprocessor symbol that is defined when building the DLL.
AFXDLL引用生成DLL时定义的_AFXDLL预处理器符号。
msdn2.microsoft.com
4.
Specifies the preprocessor definitions used in the source files, for example _DEBUG; WIN32.
指定在源文件中使用的预处理器定义,例如_DEBUG;WIN32。
msdn2.microsoft.com
5.
For example, one model may simply be a preprocessor that produces J2EE 1. 4 compatible web service artifacts.
例如,一个模型可以就是产生符合J2EE1.4的Web服务构件的预处理器。
www.ibm.com
6.
If code needs to be platform-dependent, use the following predefined symbols in preprocessor expressions
如果需要独立于平台的代码,请在预处理程序表达式中使用下面的预定义符号
www.ibm.com
7.
JJTree is a preprocessor, and generating a parser for a particular BNF is an easy two-step process
JJTree是一个预处理器,为特定BNF生成解析器只需要简单的两步
www.ibm.com
8.
Design and implementation of preprocessor for spatial fine granularity scalable coding
空域精细可扩展编码预处理器的设计和实现
www.ilib.cn
9.
Preprocessor of Materialized Views Selection
物化视图选择的预处理算法
www.ilib.cn
10.
Study on Indicator Preprocessor in Miss Distance Vector Measuring System
弹目偏差向量测试系统及指示器预处理器研究
www.ilib.cn
1.
Specifies the preprocessor definitions used in the source files, for example _DEBUG; WIN32.
指定在源文件中使用的预处理器定义,例如_DEBUG;WIN32。
msdn2.microsoft.com
2.
For example, one model may simply be a preprocessor that produces J2EE 1. 4 compatible web service artifacts.
例如,一个模型可以就是产生符合J2EE1.4的Web服务构件的预处理器。
www.ibm.com
3.
If code needs to be platform-dependent, use the following predefined symbols in preprocessor expressions
如果需要独立于平台的代码,请在预处理程序表达式中使用下面的预定义符号
www.ibm.com
4.
JJTree is a preprocessor, and generating a parser for a particular BNF is an easy two-step process
JJTree是一个预处理器,为特定BNF生成解析器只需要简单的两步
www.ibm.com
5.
Design and implementation of preprocessor for spatial fine granularity scalable coding
空域精细可扩展编码预处理器的设计和实现
www.ilib.cn
6.
Implementation of Graphic Integration of FE Preprocessor System
有限元前处理系统的图形集成实现
www.ilib.cn
7.
Preprocessor of Materialized Views Selection
物化视图选择的预处理算法
www.ilib.cn
8.
Study on Indicator Preprocessor in Miss Distance Vector Measuring System
弹目偏差向量测试系统及指示器预处理器研究
www.ilib.cn
9.
integer overflow in preprocessor expression
预处理表达式中整数溢出
www.qiyeku.com
10.
imaginary number in preprocessor expression
预处理表达式中出现虚数
www.qiyeku.com
1.
Preprocessor of Reinforced Concrete FEM Analysis
钢筋混凝土有限元分析的图形前处理
www.ilib.cn
2.
C ' advantages include strong typing, operator s overloading, preprocessor. C
的优点包括强类型,运算符重载和较少地强调预处理器。
wenku.baidu.com
3.
Optimization Design of Octree Preprocessor in Game Engine
游戏引擎八叉树预处理算法设计
www.ilib.cn
4.
SQL Preprocessor error messages indexed by error message value
SQL预处理器错误消息(按错误消息值编索引)
www.ianywhere.com
5.
Simulation of Digital Fiber Preprocessor Model
数字光纤预处理器模型仿真
www.ilib.cn
6.
Algorithm of trees preprocessor and implement in game engine
树型结构预处理算法及在游戏引擎中的实现
service.ilib.cn
7.
SQL preprocessor error messages sorted by message value
SQL预处理器错误消息(按消息值排序)
www.ianywhere.com
8.
This System is divided into six modules: (1)Text preprocessor, slicing the words in the document, filtering the stop-word;
系统分为六个模块:(1)文本预处理模块,针对文档进行分词,停用词过滤;
www.fabiao.net
9.
Source files in the linux subdirectory could have a code layout with preprocessor directives as follows
linux子目录中的源文件中可能会有带有预处理程序指示符的代码形式,如下
www.ibm.com
10.
Preprocessor for Spatial Fine Granularity Scalable Coding Based on FPGA
基于FPGA的空域精细可扩展编码预处理器
www.ilib.cn
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 19:43:04