macroinstruction是什么意思,macroinstruction的意思翻译、用法、同义词、例句
macroinstruction英标
英:/',mækrəʊɪn'strʌkʃən/ 美:/'ˌmækroʊɪnˈstrʌkʃn/
常用词典
n. 宏指令(等于macro)
例句
In macro process system , that part of macrodefinition which forms instruction format generated by the macroinstruction.
在宏加工系统中,建立由宏指令生成的指令格式的那部分宏定义。
One of the significant technical achievements in system design lays on the implementation of efficient macroinstruction processing scheme.
它在系统设计上的重要技术成果之一是实现了高效率的宏指令处理方案。
To produce assembler language statements from the model statements of a macro definition when the definition is called by a macroinstruction.
当用宏指令调用定义时,从宏定义的模型语句中产生汇编语言语句。
The control system of DP801 chip microprocessor adopts macroinstruction which is characterized by its audio-visual function, so the beginners can easily master the operation.
DP801单片机控制系统采用宏指令,指令功能直观,初学者极易掌握。
The meaning of collecting NC machine status information and the workflow to realize it were described. The method of inlaying user macroinstruction, the collection and process of NC machi...
论述采集数控机床状态信息的意义,提出实现数控机床状态信息采集的工作流程,重点研究镶嵌用户宏指令的方法和数控机床状态信息采集与处理的实现途径。
同义词
n.|general instruction;宏指令(等于macro)
网络扩展资料
词性: 名词
发音: [mak-roh-in-struhk-shuhn]
定义: 宏指令(macroinstruction)是一种在计算机程序中使用的指令,可以被转化为一组更基本的指令。它通常用于简化代码和提高代码的可读性。
例句:
- The programmer used a macroinstruction to simplify the code. (程序员使用了宏指令来简化代码。)
- Macroinstructions are often used to increase code readability. (宏指令通常用于提高代码的可读性。)
用法: 宏指令通常被用于程序设计领域,特别是在大型项目中。它通过将一组常用的指令封装成单个指令来简化代码。这样可以提高代码的可读性,减少代码的长度,以及简化程序的维护和修改。
解释: 宏指令是一种高级编程概念,用于将多个指令封装成单个指令。它能够帮助程序员更好地组织和管理代码,并且提高代码的可读性。宏指令的主要优点是它可以将常用的代码段抽象成单个指令,从而简化代码。
近义词: 宏定义(macro definition)
反义词: 微指令(microinstruction)