编译指令 meaning in Chinese
compilation order
compiler directive
Examples
- Autocompletion will not function when editing code and using conditional compilation directives if the code is not part of the current branch
如果代码不是当前分支的一部分,编辑代码和使用条件编译指令时,自动完成功能将不起作用。 - Although browsers support most jscript features , the new features that target the . net framework , class - based objects , data types , enumerations , conditional compilation directives , and the
尽管浏览器支持大多数jscript功能,但只有在服务器端才支持面向. net framework 、基于类的对象、数据类型、枚举、条件编译指令和 - ( 2 ) research the instruction launch strategy , controls correlation processing and data correlation processing of 32 - bit mips ’ s double - launching pipeline . obtained the design modes : static launch , optimized compile instruction , 1st pipeline jump and branch processing and double pipeline four channels front data path . ( 3 ) achievement designs by the platform xilinx ise 5 . 2i , uses the verilog hardware description language to carry on the design description to the double - launching
( 2 )对基于32位mips架构双发射流水线的指令发射策略、控制相关处理和数据相关处理等流水线结构的重要问题进行深入研究,并得出了静态发射、优化编译指令序、第一流水线无延迟分支处理和双流水线四通道前向数据通路等一系列能够与32位mips架构相匹配的双发射流 - It is in dire solved need of opening up nc machining simulating system in manufacturing that there are maturity function and better real time . aiming at the simulating system study of 5 - axis numerical control milling of sajo12000p , the paper introduces the function modules of simulation system of nc machining . , including interface module data processing data chain module timely controlling and roming module , and by this way we accomplished the basic function of numerical control machining
因此开发功能完备、实用性强的数控加工过程模拟仿真系统成为当前制造业急需解决的一个问题本文以数控技术实验室的saj012000p五坐标加工中心为仿真对象,针对其开发一套数控仿真软件,本人承担了整个仿真系统的cnc控制软件的开发工作,针对cnc系统软件的人机交互界面的建立、 nc代码的编译、编译指令的数据处理、插补、进程问数据链的传输加载、机床仿真运动按照nc指令的适时控制等功能子模块进行了开发研究。 - 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操作系统之间的差异进行了相应的处理,使得在源代码级完成了跨平台,然后只需要针对不同的操作系统分别编译就可以在相应的操作系统上运行。