网站首页  词典首页

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

 

单词 header file
释义

header file

  • 网络头文件;标头档;标头文件
1.
头文件
Liran - 博客园 ... hash table 散列表、哈希表 header file 头文件 heap 堆 ...
liran.cnblogs.com
2.
标头档
类别标头档 (Header File),卷动至类别宣告的开头。宣告或参考的函式符号 包含函式定义的原始程式档,卷动至函式定义的开 …
msdn.microsoft.com
3.
标头文件
...,会把类型数据记录在对象实体之中,我们不需要靠一些标头文件(header file)来知道我们使用的对象或数值是属于什么数据 …
zhidao.baidu.com
4.
以下是头文件
小欧 日志 - Happy as a... ... 的库文件。这个库文件包括执行操作的一个函数。以下是头文件header file (.sbh)) make — 编 …
www.51testing.com
5.
页眉文件
Header... ... Fields in Header Record 域名下的域 header file n. 页眉文件 Header Footer Edit Window 页眉/页脚编辑窗口 ...
www.hujiang.com

例句

释义:
1.
Allows you to change the name of the header file where the symbol definitions for your resource file are stored.
允许更改存储资源文件符号定义的头文件的名称。
msdn2.microsoft.com
2.
This header file contains definitions of a number of data types used in system calls. These types are used in the next two include files.
这个头文件包含了一些系统调用时需要使用的数据类型。它将被后面两个包含的头文件使用。
inezha.com
3.
Typically, header-file changes affect only a subset of the source files, so a time-consuming clean build isn't needed.
通常,头文件更改只会影响源文件的子集,因此不需要进行耗时的编译清理。
www.ibm.com
4.
BMP image is one of the most useful image formats , which consists of four parts: file header, file information header, palette, image data.
BMP图像是最常用的图像格式之一,它由文件头、文件信息头、调色板和图像数据四部分组成。
dictsearch.appspot.com
5.
The declaration and definition generated for the inline function with this option would all be in the header file, as shown in Listing 5.
采用这一选项为内联函数所生成的声明和定义将全部位于头文件中,如列表5所示。
www.ibm.com
6.
Use minimal rebuild, in which the C compiler recompiles a source file only if it is dependent on changes to a class in a header file.
使用最小重新生成,其中,只有当某个源文件依赖于头文件中的类的更改时,C 编译器才重新编译它。
technet.microsoft.com
7.
The names for the header file and source file will be the same as the name you chose for the project above.
头文件和源文件的名称与您在前面为项目选择的名称相同。
msdn2.microsoft.com
8.
The header file we create here will be used by a client application to understand the available service interface.
我们在此处创建的头文件将由客户机应用程序用于解释可用的服务接口。
www.ibm.com
9.
This header file contains declarations used in most input and output and is typically included in all C programs.
这个头文件包含了大部分输入输出的声明,几乎所有的C文件都会包含这个头文件。
inezha.com
10.
Generated classes list. If the text box is active, you can change the name of the header file.
如果此文本框是活动的,则可以更改头文件的名称。
msdn.microsoft.com
1.
Normally, you choose the value of a parameter request by looking into its definition in its header file.
通常可以在相关头文件中查找请求参数值的定义来选择参数值。
www.ibm.com
2.
The code generated for the virtual function in a header file is shown in Listing 2.
在头文件中为该虚函数所生成的代码如列表2中所示。
www.ibm.com
3.
Do not #include a file within a header file unless necessary.
除非必要,不要在头文件中包含其他文件。
book.51cto.com
4.
The header file must be in the include path or part of the current project.
头文件必须位于包含路径中或者是当前项目的一部分。
msdn2.microsoft.com
5.
This topic contains the recommended modifications required to remove dependency on this header file.
本主题包含移除此头文件中的依赖项所需的建议修改。
msdn2.microsoft.com
6.
As mentioned, a header file is a collection of function prototypes that you want to probe and access arguments.
正如前面提到的,头文件包含希望探查并访问其参数的函数的原型。
www.ibm.com
7.
Therefore, the header file should include the prototype of the function and also a dummy function definition.
因此,头文件应该包含函数的原型和一个虚拟的函数定义。
www.ibm.com
8.
Although the user record class appears in Class View, double-clicking it navigates to the command or table class in the header file instead.
虽然用户记录类出现在“类视图”中,但双击它时却会定位到头文件中的命令或表类。
technet.microsoft.com
9.
The new value is stored in the symbol header file the next time you save the project.
新值将在您下次储存专案时,储存于符号标头档中。
technet.microsoft.com
10.
This header file references the necessary namespaces of the. NET Framework for using XML Web services and the DLL it created.
此头文件引用.NETFramework必需的命名空间以便使用XMLWebservices和它创建的DLL。
msdn2.microsoft.com
1.
The resource header file that includes definitions for the resources used by the project.
包含项目使用的资源定义的资源头文件。
msdn2.microsoft.com
2.
The Unified Messaging server failed to submit the message to the Hub Transport server using header file "%1" .
统一消息服务器使用头文件“%1”将邮件提交到集线器传输服务器时失败。
technet.microsoft.com
3.
The resulting header file contains macros that you can place into your code to insert the probes.
产生的头文件包含宏,可以通过在代码中放置这些宏插入探测。
www.ibm.com
4.
The wizard inserts into the header file a message map and declarations for handling the default click events.
此向导在头文件中插入处理默认单击事件的消息映射和声明。
msdn2.microsoft.com
5.
Visual Studio generates a new header file but does not add it to the project.
VisualStudio生成一个新的头文件,但不将其添加到项目。
msdn2.microsoft.com
6.
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
7.
Well only in the header file is defined to correspond to the C programming language and hardware relationships.
只有在头文件中做好了定义,才能对应上C语言程序与硬件之间的关系。
www.pudn.com
8.
This will update Xcode's meta data for the file to treat it as a C header file.
这会更新文件的Xcode元数据,把它作为C头文件处理。
www.ibm.com
9.
You must first create a header file, which contains the function prototypes, structures, and symbols that you want to export from the DLL.
首先必须创建一个头文件,它包含你想要从DLL输出的函数原型、结构和符号。
objectarx2008.spaces.live.com
10.
The project does not use a precompiled header file (this option is available for static library projects only).
项目不使用预编译头文件(此选项仅对静态库项目可用)。
msdn2.microsoft.com
1.
To manage warning state, list all code analysis warnings in a separate header file.
若要管理警告状态,请在单独的头文件中列出所有代码分析警告。
msdn2.microsoft.com
2.
This header file must also define any symbols and data structures that are used with the exported functions and variables.
头文件还必须定义用于输出函数和变量的任何符号和数据结构。
objectarx2008.spaces.live.com
3.
This section explains how to access the arguments in Vue script; the header file is covered in the next section.
本节解释如何在Vue脚本中访问参数;下一节讨论头文件。
www.ibm.com
4.
The main definitions and macros for CRT debugging can be found in the CRTDBG. H header file.
CRT调试的主要定义和宏可在CRTDBG.h头文件中找到。
msdn2.microsoft.com
5.
There's no requirement to specify the function prototype, and consecutively, no header file is required.
不需要指定函数原型,也不需要头文件。
www.ibm.com
6.
Header file. Dynamic link libraries are not loaded by the executable until runtime.
动态链接库仅在运行时由可执行文件加载。
msdn2.microsoft.com
7.
Usage of each function is described in detail in the header file comments.
在头文件注释中详细介绍了每一函数的用法。
msdn2.microsoft.com
8.
For example, a full control or composite control, or any other control class that implements a BEGIN_COM_MAP macro in its header file.
例如完整控件或者复合控件,或者任何其他在头文件中实现BEGIN_COM_MAP宏的控件类。
technet.microsoft.com
9.
This support includes the ability to create a message model directly from a C header file or COBOL copybook.
这种支持包括能够直接在C头文件或COBOLCopybook的基础上创建消息模型。
www.ibm.com
10.
server program(which retrieves the commarea) and employee. h (the header file) will be provided as a zipped package.
安装脚本(适用于Unix-Like和Windows平台)、employee.ccs服务器程序(用于检索commarea)和employee.h(头文件)将被作为一个压缩包提供。
www.ibm.com
1.
Having a single header file used by the DLL builder and the executable builder makes maintenance much easier.
拥有单个头文件,供DLL创建程序和可执行模块的创建程序使用,就可以大大简化维护工作。
objectarx2008.spaces.live.com
2.
Finally, Visual Studio adds a new header file, WebService. H, to your project.
最后,VisualStudio将一个新的头文件WebService.h添加到项目中。
msdn2.microsoft.com
3.
The first thing to notice is the inclusion of the libguile. h header file, which makes available the necessary Guile symbols.
首先要注意的是,其中包括了libguile.h头文件,这使程序中可以使用必要的Guile符号。
www.ibm.com
4.
Generate both the definition and declaration of the class in the header file .
在头文件中同时生成类的定义和声明。
es.bab.la
5.
This header file contains common definitions and procedures.
这个头文件包含共用的定义和过程。
www.ibm.com
6.
Generates both the class constructor and the class definition as inline functions in the header file.
将类构造函数和类定义两者生成为头文件中的内联函数。
msdn2.microsoft.com
7.
The code can, of course, reference functions and variables defined in the DLL's header file.
当然该代码可以引用DLL头文件中定义的函数和变量。
objectarx2008.spaces.live.com
8.
The file spl_ml_inv. h is the header file that contains the C functions that will wrap the MATLAB generated functions.
文件spl_ml_inv.h是头文件,包含将封装MATLAB生成的函数的C 函数。
www.ibm.com
9.
The CRTDBG. H header file defines the _ASSERT and _ASSERTE macros for assertion checking.
CRTDBG.H头文件为断言检查定义_ASSERT宏和_ASSERTE宏。
msdn2.microsoft.com
10.
SAX2 comes with a default event-handler class called DefaultHandler, defined in the C header file of the same name.
SAX2带有名为DefaultHandler的默认事件句柄类,它在同名的C 文件中定义。
www.ibm.com
1.
Header file generated by the development environment; contains symbol definitions.
由开发环境生成的头文件,它包含符号定义。
technet.microsoft.com
2.
H, a header file that's available only as part of the extra- cost Installable File System kit.
只作为额外费用可安装文件系统工具包的一部分可用的一个头文件。
dictsearch.appspot.com
3.
Causes the preprocessor to process the specified header file.
此选项使预处理器处理指定的头文件。
msdn2.microsoft.com
4.
This sample exports functions with the types defined in the header file.
此示例使用头文件中定义的类型导出函数。
msdn2.microsoft.com
5.
These 3 lines must be the first 3 lines in the Vue script if you are going to include the header file.
如果想包含头文件,这三行必须是Vue脚本中的前三行。
www.ibm.com
6.
However, it does save the generated header file to the project folder.
然而它将生成的头文件保存到项目文件夹中。
msdn2.microsoft.com
7.
The following table lists the provider types and their corresponding numeric values defined in the WinCrypt. H header file.
下表列出了提供程序类型及其在WinCrypt.h头文件中定义的相应数值。
msdn2.microsoft.com
8.
It is not possible to write to the specified header file. The file may be read-only or a folder may be specified.
不能写入指定的头文件。该文件可能为只读文件或指定的是文件夹。
tr.bab.la
9.
The header file generated by dtrace has been included into the source code.
由dtrace生成的头文件已经包含在源代码中。
www.ibm.com
10.
Don't define entities with linkage in a header file.
不要在头文件中定义具有链接的实体。
spaces.msn.com
1.
Provides a comment in the header file for the member variable.
提供成员变量头文件中的注释。
msdn2.microsoft.com
2.
Every user exits should implement two mandatory functions defined in BipCpi. h header file.
每个用户出口应该实现BipCpi.h头文件中定义的两个必备函数。
www.ibm.com
3.
This tool will parse a header file and generate a rough definitions file.
该工具将解析头文件并生成粗略的定义文件。
www.ibm.com
4.
Finally, create the wrapper spl_ml_inv. h header file under the include directory, with the following content.
最后,在include目录下创建封装器spl_ml_inv.h头部文件,文件内容如下
www.ibm.com
5.
Thus, they are good candidates for inclusion in a header file.
因此,它们适合放在一个头文件中进行包含。
www.ibm.com
6.
The first is a header file, which declares all the functions exported by the library and will be included by the client in the code.
第一个是头文件,它声明库导出的所有函数,而且代码中的客户机包括这些函数。
www.ibm.com
7.
The following code example shows how a header file typically defines a device interface GUIDs using a sample GUID.
下面的代码举例说明了一个头文件是怎么用GUID来定义设备接口的GUID的。
apps.hi.baidu.com
8.
The header file in Listing 8 contains the prototype of the functions and classes you are probing.
清单8中的头文件包含要探查的函数和类的原型。
www.ibm.com
9.
Gets or sets the size, in bytes, of the header file.
获取和设置头文件的大小,以字节为单位。
msdn2.microsoft.com
10.
CRT uses an additional header file to define generic character macros: "tchar. h" .
CRT用了一个额外的头文件“tchar.h”来实现这种泛型技术。
www.cnblogs.com
1.
The header file is included in the client and server source files.
头文件包含在客户机和服务器源代码文件中。
www.ibm.com
2.
No header file need be included for this support.
实现这一支持不需要包含头文件。
www.ibm.com
3.
scagen takes the header file defined in the composite file, and builds the required code.
scagen将获取sca.module文件中定义的头文件,随后构建所需代码。
www.ibm.com
4.
In ntddscsi. h (this is the header file from DDK), a set of control codes are defined for device controlling.
h(它是来自DDK的头文件)定义了一组用于设备控制的控制代码。
www.ibm.com
5.
The following figure shows the structure of a makefile that uses a precompiled header file.
下图显示了使用预编译头文件的生成文件结构。
207.46.16.251
6.
When the header file and the implementation file are ready, you can create an instance with the code in Listing 7.
当头文件和实现文件准备好之后,您可以用清单7中的代码创建一个实例。
www.ibm.com
7.
c, add include clause to the header file gimpgradientbrush.
在gimp-paint.c中,将include子句添加到头文件gimpgradientbrush.h;
www.ibm.com
8.
To use libtiff, all you need is to include the tiffio. h header file.
要使用libtiff,只需要包含tiffio.h头文件。
www.ibm.com
9.
Not many people will argue the usefulness of a header file.
没有多少人会怀疑头文件的有用性。
www.ibm.com
10.
To create a class called "Sample" in Objective-C, you need to create an header file named Sample. h (Listing 5).
要使用Objective-C创建一个类“Sample”,您需要创建一个名为Sample.h的头文件(清单5)。
www.ibm.com
1.
This section explains how to compose a header file and how to include it in Vue script.
本节解释如何编写头文件以及如何在Vue脚本中包含它。
www.ibm.com
2.
So, in Visual Studio we create a win32 dll project, and insert the header file above.
因此,在VisualStudio中,我们创建了一个win32dll项目,并在其中插入了上面的头文件。
www.ibm.com
3.
The following sample is a header file that declares two types.
下面的示例是用于声明两个类型的头文件。
msdn2.microsoft.com
4.
Include WarningState. H in the application header file.
将WarningState.h包括在应用程序头文件中。
msdn2.microsoft.com
5.
I had avoided changing the header file inclusion code, however, because it contained parameters to pass on some request data.
不过,我已避免更改包括代码的头文件,因为它包含传递请求数据的各种参数。
www-128.ibm.com
6.
It is good to notice here that maximum count value is based on the SEM_VALUE_MAX defined in the header file semaphore. h.
这里要注意的是,最大值基于demaphore.h头文件中定义的SEM_VALUE_MAX。
www.ibm.com
7.
In this case, MyApplication. H represents the header file.
在本例中,MyApplication.h代表头文件。
msdn2.microsoft.com
8.
Here is the class, in a header file called "Sample. h"
以下就是这个类,位于名为“Example.h”的头文件中
www.ibm.com
9.
Doing that is basically recreating the header file yourself from the written documentation.
这么做基本上是自己从写好的文档中重新创建头文件。
www.ibm.com
10.
Include the header file in the source file.
将头文件包括在源文件中。
msdn2.microsoft.com
1.
The DBTools header file, dbtools. H, lists the entry points to the DBTools library and defines required data types.
DBTools头文件dbtools.h列出DBTools库的入口点并定义需要的数据类型。
www.ianywhere.com
2.
Define property in header file, e. g.
先在头文件中定义一个属性
blog.sina.com.cn
3.
Listing 3 tells the code generator that a component named "SampleService" will expose the behavior found in the header file "Sample. h" .
清单3告知代码生成器,一个名为“ExampleService”的组件将公开头文件“Example.h”中的行为。
www.ibm.com
4.
Instantiate a schema rowset object in the consumer's or the document's header file.
在消费者或文件标头档中产生结构描述资料列集物件。
technet.microsoft.com
5.
The gssapiDB2. h header file is needed only if you are building a GSS-API plug-in.
只有在构建GSS-API插件时才需要gssapiDB2.h头文件。
www.ibm.com
6.
Also, you must distribute this header file so that it can be included in any source code that might import these functions or variables.
另外,必须分配该头文件,以便它能够包含在可能输入这些函数或变量的任何源代码中。
www.showxiu.com
7.
Viewed this way, set is an abstract data type. To declare what we can do with a set, we start a header file Set. h.
从这个观点上看,集合就是一个抽象数据类型。为了声明我们可以用集合做什么,我们创建一个文件。
www.pkwall.com
8.
TCHAR and other relevant macros are defined in the WinNT. h header file.
TCHAR以及其他的相应的宏在头文件WinNT.h中有定义。
www.cnblogs.com
9.
This is very similar to a header file in the C programming language.
这非常类似于C编程语言中的头文件。
www.ibm.com
10.
You should include this header file in your extension DLL.
应将此头文件包含在扩展DLL中。
msdn2.microsoft.com
1.
Maximum count value is based on the SEMVMX defined in the header file.
最大计数器的值是根据在头文件中定义的SEMVMX来决定的。
www.ibm.com
2.
If the precompiled header file can't be used, it is ignored.
如果无法使用这个预编译头文件,那么将忽略它。
www.ibm.com
3.
For example, if you a fixing a defect, you may need to modify a C file and a header file.
例如,如果你正在修改一个缺陷,你可能需要修改C文件和一个头文件。
www.ibm.com
4.
GTK also doesn't have any special requirements, and all you really need to use it is to include one header file.
GTK 自己并没有任何特殊的需求,使用它时只需要包含一个头文件即可。
www.ibm.com
5.
To generate the code for a UML class in a header file with a . inc extension, and a source file with a . in extension, perform these steps
在一个扩展名为.inc的头文件和一个扩展名为.in的源文件中为一个UML类生成代码,请您执行如下步骤
www.ibm.com
6.
If you are exporting using a. Def file, place the following code at the beginning and end of your header file
如果要使用.def文件导出,请在头文件的开始和结尾处放置下列代码
msdn2.microsoft.com
7.
Create a header file that lists all the code analysis warnings and their initial state, as shown in the following code
创建一个头文件,其中列出所有代码分析警告和这些警告的初始状态,如下面的代码所示
msdn2.microsoft.com
8.
The name of a header file, which is included in the source file using an
头文件的名称,它包含在使用
msdn2.microsoft.com
9.
When yacc is run with the -d option, it generates a header file defining constants. Thus, our earlier lex example using
当使用-d选项来运行yacc时,它会生成一个定义常量的头文件。
www.ibm.com
10.
The header file is to be processed by the gSOAP compiler
头文件将由gSOAP编译器处理
www-128.ibm.com
1.
This structure can be accessed by including the following header file
这个结构可以通过包含下面的头文件来访问
www.ibm.com
2.
To obtain the correct name of the header file, examine the contents of the
若要获得头文件的正确名称,请检查
msdn2.microsoft.com
3.
Yacc would create a header file (called y. tab. h by default) containing a line something like
yacc将创建包含有类似下面一行的一个头文件(默认名为y.tab.h)
www.ibm.com
4.
You can define this flag in your main header file as follows for single-threaded objects: define CE ALLOW SINGLE THREADED OBJECTS IN MTA
您可以按如下所示,在主头文件中为单线程对象定义此标志
msdn2.microsoft.com
5.
The functions in the unmanaged header file can be explicitly marked as
可以将非托管头文件中的函数显式标记为
msdn2.microsoft.com
6.
The numeric values that represent the default provider types are defined in the WinCrypt. H header file
表示默认提供程序类型的数值在WinCrypt.h头文件中定义
msdn2.microsoft.com
7.
Listing 3. Generated Code for an inline function in header file
列表3.在头文件中为一个内联函数所生成的代码。
www.ibm.com
8.
If your program includes a header file that uses injected code,
如果程序包括使用插入的代码的头文件,
msdn2.microsoft.com
9.
Programs. If you simply include a header file and use some
当在自己的程序中只是包含一个头文件并
blog.csdn.net
10.
The header file declarations for the gSOAP compiler
gSOAP编译器的头文件声明
www.ichacha.net
1.
Use the following code to compile and create a JNI header file for Pipes. java
使用以下代码为Pipes.java编译和创建JNI头文件
www.ibm.com
2.
pragma to override the settings in the header file
pragma重写头文件中的设置。
www.ichacha.net
3.
Example header file generated by gSOAP tool
示例头文件由gSOAP工具生成
www-128.ibm.com
4.
Include the header file here
在这里调用模板头文件
www.guoke.info
5.
Choose a name for the header file, such as
为头文件选择一个名称,如
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 1:54:20