中英
decoder
/ diːˈkəʊdə(r) /
/ diːˈkoʊdər /
  • 简明
  • 柯林斯
  • n.解码器,译码器;译码员
    • 复数

      decoders
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

    [计 遗] 译码器

    译码器(Decoder)和编码器(Encoder)是数字系统中广 泛使用的多输入多输出组合逻辑部件。

  • 2

    [通信] 解码器

    ...般组成:条码机(Barcode Printer):打印条码;条码扫描器(Barcode Reader或Scanner):读条码;编码器(Encoder)和解码器(Decoder):用于资料与条码间的码转换;应用程序界面(API):用于同操作人员的交互,可根据单位产品特点进行自主开发。

  • 3

     解码芯片

    ...文 关键词:Cortex-M3单片机,解码芯片,TFT彩屏,文件系统,SD卡,MP3 [gap=634]Keywords: Cortex-M3 microcontroller, decoder chip, TFT colour screens, the file system, SD card, MP3 ..

  • 4

     译码机

    ... declinometer磁偏计 decoder译码机 decoloring消色 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    The decoder has to create a cognitive space in which the deictic elements and terms can be realized indexically.
    解码器必须创建一个认知空间,在该认知空间中可以通过索引来实现专门的元素和术语。
  • 2
    But in this movie, the kid gets a little secret decoder ring.
    不过在这个电影中,那个小孩得到了一个小的机密解码戒指。
  • 3
    The rcS script handles startup tasks, and the auto-dongle script just runs the mpeg decoder.
    rcs脚本处理启动任务,auto - dongle脚本只是运行mpeg解码程序。
查看更多
  • 词典短语
  • 同近义词
  • 同根词
  • 词源
  • 百科
  • Decoder

    A decoder is a device which does the reverse operation of an encoder, undoing the encoding so that the original information can be retrieved. The same method used to encode is usually just reversed in order to decode. It is a combinational circuit that converts binary information from n input lines to a maximum of 2n unique output lines.In digital electronics, a decoder can take the form of a multiple-input, multiple-output logic circuit that converts coded inputs into coded outputs, where the input and output codes are different. e.g. n-to-2n, binary-coded decimal decoders. Enable inputs must be on for the decoder to function, otherwise its outputs assume a single "disabled" output code word. Decoding is necessary in applications such as data multiplexing, 7 segment display and memory address decoding.The example decoder circuit would be an AND gate because the output of an AND gate is "High" (1) only when all its inputs are "High." Such output is called as "active High output". If instead of AND gate, the NAND gate is connected the output will be "Low" (0) only when all its inputs are "High". Such output is called as "active low output". A slightly more complex decoder would be the n-to-2n type binary decoders. These type of decoders are combinational circuits that convert binary information from 'n' coded inputs to a maximum of 2n unique outputs. We say a maximum of 2n outputs because in case the 'n' bit coded information has unused bit combinations, the decoder may have less than 2n outputs. We can have 2-to-4 decoder, 3-to-8 decoder or 4-to-16 decoder. We can form a 3-to-8 decoder from two 2-to-4 decoders (with enable signals).Similarly, we can also form a 4-to-16 decoder by combining two 3-to-8 decoders. In this type of circuit design, the enable inputs of both 3-to-8 decoders originate from a 4th input, which acts as a selector between the two 3-to-8 decoders. This allows the 4th input to enable either the top or bottom decoder, which produces outputs of D(0) through D(7) for the first decoder, and D(8) through D(15) for the second decoder.A decoder that contains enable inputs is also known as a decoder-demultiplexer. Thus, we have a 4-to-16 decoder produced by adding a 4th input shared among both decoders, producing 16 outputs.

查看更多