中英互译
header file
基本释义
- 头文件:在编程中通常以源代码形式存在的文件,由编译器自动包含在另一个源文件中的文件。它包含声明但不包含实现。
双语例句
- Listing 2: Libprint.h Code; Header file.清单2:libprint . h代码;头文件。
- So that's why I've included that header file.这就是我包含那个头文件的原因。
- No header file need be included for this support.实现这一支持不需要包含头文件。
网络短语
- precompiled header file先行编译标头档案;先行编译标头文件;先行编译标头档;使用先行编译标头档
- header file guard头文件警卫
- Header File Dependencies头文件依赖
- SW LOADER Header file软件头文件
- C header file头文件
英英释义
- In computer programming, a header file is a file that allows programmers to separate certain elements of a program's source code into reusable files. Header files commonly contain forward declarations of classes, subroutines, variables, and other identifiers.