header file

头文件:在编程中通常以源代码形式存在的文件
常用释义
头文件:在编程中通常以源代码形式存在的文件,由编译器自动包含在另一个源文件中的文件。它包含声明但不包含实现。

例句

1·Listing 2: Libprint.h Code; Header file.

清单2:libprint . h代码;头文件。

2·It is the header file for a Web service.

它是用于Web服务的头文件。

3·So that's why I've included that header file.

这就是我包含那个头文件的原因。

4·No header file need be included for this support.

实现这一支持不需要包含头文件。

5·Here is the class, in a header file called "Sample.h".

以下就是这个类,位于名为“Example . h”的头文件中。

6·This is done by writing the prototypes in a header file.

可以在头文件中编写原型。

7·This header file contains common definitions and procedures.

这个头文件包含共用的定义和过程。

8·If the precompiled header file can't be used, it is ignored.

如果无法使用这个预编译头文件,那么将忽略它。

9·Well, I include what's called a header file as we'll call it.

好吧,我需要包含一个头文件。

10·Listing 3. Generated Code for an inline function in header file.

列表3 .在头文件中为一个内联函数所生成的代码。