中英
microprogramming
/ ˌmaɪkrəʊˈprəʊɡræmɪŋ /
/ ˌmaɪkroʊˈproʊˌgræmɪŋ; ˌmaɪkroʊˈproʊgrəmɪŋ /
  • 简明
  • n.[计] 微程序设计
  • 网络释义
  • 专业释义
  • 1

    [计] 微程序设计

    ... layout (n. 布局,安排,设计) microprogramming (微程序设计) networking (n. 一种互助性的网络体系,计算机网络的设计) ...

  • 2

     微规划

    ... microprogramming微程序设计 microprogramming微规划 microprogramming,bit-slicemicroprocessor数元截分微处理机微规划 ...

  • 3

     微编程

    ... microprocessor,digitaltuning数字调频微处理器 microprogramming微编程 microscope显微镜 ...

  • 4

     微程序计划

    ... microprogram 微程序 microprogramming 微程序计划 microroutine 微例程 ...

短语
查看更多
  • 双语例句
  • 1
    Structured modular microprogramming is an important base for firmware engineering.
    模块结构微程序设计是固件工程的重要基础。
  • 2
    They successfully extend and implement the thought of automatic microprogramming in actual engineering.
    它们在实际工程中成功地拓展、实现了微程序设计自动化的思想。
  • 3
    Microprogramming is a design method applicable to the controller of digital system which has more input variables.
    微程序设计是当数字系统中控制器输入变量较多时适用的一种设计方案。
查看更多
  • 百科
  • Microprogramming

    Microcode is a layer of hardware-level instructions that implement higher-level machine code instructions or internal state machine sequencing in many digital processing elements. Microcode is used in general central processing units, in more specialized processors such as microcontrollers, digital signal processors, channel controllers, disk controllers, network interface controllers, network processors, graphics processing units, and in other hardware.Microcode typically resides in special high-speed memory and translates machine instructions, state machine data or other input into sequences of detailed circuit-level operations. It separates the machine instructions from the underlying electronics so that instructions can be designed and altered more freely. It also facilitates the building of complex multi-step instructions, while reducing the complexity of computer circuits. Writing microcode is often called microprogramming and the microcode in a particular processor implementation is sometimes called a microprogram.More extensive microcoding allows small and simple microarchitectures to emulate more powerful architectures with wider word length, more execution units and so on, which is a relatively simple way to achieve software compatibility between different products in a processor family.Some hardware vendors, especially IBM, use the term "microcode" as a synonym for "firmware". In that way, all code within a device is termed "microcode" regardless of it being microcode or machine code; for example, hard disk drives are said to have their microcode updated, though they typically contain both microcode and firmware.

查看更多