因为编译是按程序的静态顺序线形扫描程序的,而非动态顺序重复翻译,使用编译程序时,只需对源程序编译一遍,以后每次只运行目标程序。
Because compiler scan program with static order of program, not dynamic order. while using compiler, compile source program only one time, run more times.
因为编译是按程序的静态顺序线形扫描程序的,而非动态顺序重复翻译,使用编译程序时,只需对源程序编译一遍,以后每次只运行目标程序。
Because compiler scan program with static order of program, not dynamic order. while using compiler, compile source program only one time, run more times.
应用推荐