分别编译 meaning in English
separate compilation
Examples
- Then , separately compile the classes in listings 9 and 10
然后,分别编译清单9和清单10中的类别: - The functions of a c program may exist in separate source files that are compiled separately
程序的函数可以存放于分开的源文件并且分别编译 - Using this approach , i can build monitoring aspects separately and include a small deployment descriptor to define where the aspects apply
使用这种方法可以分别编译监视方面,并加入一个小的部署描述符以定义这个方面用在什么地方。 - I put forward the generic principles of programming cross - platform code , use conditional compilation order to assert cross - platform application , deal with the difference between windows and linux in program source code , complete cross - platform source code , compile source code using delphi7 , then the compiled application runs on windows . compile source code using kylix3 , then the compiled application runs on linux
提出了编写跨平台代码的一般原则,使用条件编译指令维护跨平台应用程序,在程序的源代码中针对windows和linux操作系统之间的差异进行了相应的处理,使得在源代码级完成了跨平台,然后只需要针对不同的操作系统分别编译就可以在相应的操作系统上运行。