分别 1.(离别) part; leave each other 他们已分别多年了。they were parted for years.2.(辨别) distinguish; differentiate 分别轻重缓急 differentiate the important from the less important and the urgent from the less urgent; do things in order of importance and urgency; 分别善恶 distinguish good from evil3.(不同) difference 毫无分别 without any difference; 分别对待 treat differently; 两者之间没有任何分别。 there is no difference between the two.4.(各自) respectively; separately 分别和他们谈话 have a talk with them separately; 干部们分别下基层参加劳动去了。 cadres have gone down to different grass-roots units to take part in manual labour
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操作系统之间的差异进行了相应的处理,使得在源代码级完成了跨平台,然后只需要针对不同的操作系统分别编译就可以在相应的操作系统上运行。