What is the basis for the ‘make’ command to determine whether a file should be compiled()
A. File generation time
B. File generation size
C. File type
D. File attribute
查看答案
Which of the following is not a target type of ‘makefile'()
A. Ultimate target
B. Intermediate target
C. Label
Dependency file
What are the features of the cross compiler()
A. The compiler runs on the host machine, and compiler results also run on the host machine
B. The compiler runs on the target machine, and compiler results also run on the target machine
C. The compiler runs on the host machine, and compiler results run on the target machine
D. The compiler runs on the target machine, and compiler results run on the host machine
The characteristics of Linux do not include()
A. Micro kernel
B. Meet the POSIX standard
C. It can run on the server
D. It can run on embedded devices
Which of the following is correct about the description of loop optimization is()
A. Change the loop variable by using the plus count
B. Change the loop variable by using the minus count
C. ’while’ should be used when the number of loops is uncertain
D. Loop unrolling can improve the quality of program