C51程序,要使用51系列单片机的寄存器,需要在程序开头使用哪个头文件包含语句?【】
A: #include"reg51.h"
B: #include"reg52.h"
C: #include
D: #include
A: #include"reg51.h"
B: #include"reg52.h"
C: #include
D: #include
举一反三
- C51单片机C语言的头文件语句的语法格式是() A: #include B: #include(reg51.h) C: #include; D: #include(reg51.h);
- C程序中,使用#include预处理命令只能包含“.h”后缀的头文件。
- 在程序中使用库函数时,一般要在程序开头使用#include命令包含相关的头文件
- 如果程序中需要用到数学函数,头文件应该表示为()。 A: B: include " system.h " C: D: include " math.h " E: F: include " stdio.h " G: H: include " string.h "
- 在C51编程中,需要将软件提供的与各个单片机型号相对应的头文件包含到自己编写的程序中方便对硬件的各种操作。下面哪个是正确格式? A: include "reg51.h" B: include "reg51" C: Include "reg51.h" D: INCLUDE "reg51.h"