HMCGS系统接受一个ADL语言程序,生成一个相应的目标编译程序。
HMCGS accepts an ADL program and automatically generates a corresponding target compiler.
有关编译程序的其他目标并没有包含在这个主题内。
And no objectives for compiling programs are included in the topic.
正如所了解的那样,makefile的目标就是为编译程序提供一些指令。
As you know, the purpose of a makefile is to give instructions for building a program.
编译程序是把源程序翻译成可执行程序(即目标程序)的程序。
Compiler is a program that translate a source program into an executable program (an object program).
因为编译是按程序的静态顺序线形扫描程序的,而非动态顺序重复翻译,使用编译程序时,只需对源程序编译一遍,以后每次只运行目标程序。
Because compiler scan program with static order of program, not dynamic order. while using compiler, compile source program only one time, run more times.
接着,编译程序调用链接程序,由链接程序把目标文件变为可执行程序。
The compiler then invokes a linker, which turns the object file into an executable program.
C语言简洁的语法对专业编程人员很有吸引力,而且它的编译程序能够产生高效的目标代码。
The terse syntax is attractive to professional programmer, and the compilers generate very deficient object code.
C语言简洁的语法对专业编程人员很有吸引力,而且它的编译程序能够产生高效的目标代码。
The terse syntax is attractive to professional programmer, and the compilers generate very deficient object code.
应用推荐