指令解释 meaning in Chinese
i truction interpretation
instruction interpretation
Examples
- Currently , ladder diagram is one of main plc programming languages . function of ladder diagram instruction is implemented with cpu through the interpretation and execution of instructions
目前,可编程控制器一般使用梯形图作为其编程语言, cpu完成对梯形图指令解释和执行。 - It presents the arithmetic that is achieved by postorder traversing binary tree , which is built from aov diagraph , based on investigating the arithmetic of interchanging between the ladder diagram and instruction list , and the interpretation and execution of plc programming language . the whole software is developed in visual c + + ide with mfc and multi - threads mechanism . the software is well constructed and conforms to a standard of iec61131
在重点研究了编程软件中梯形图与指令表程序的转换算法以及指令解释执行的原理和方法的基础上,提出了由aov有向图建立二叉树、并对其进行后序遍历来实现梯形图程序与指令表程序转换的算法,并给出了算法在编程软件中的具体实现。