中英
combinational
  • 简明
  • adj.组合的
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     组合的

    ... combinationalswitchingnetwork联合开关网络 combinational组合的 combinationlight长二十米以下机动船的两色灯 ...

短语
查看更多
  • 双语例句
  • 1
    A combinational circuit with only one output channel.
    一种只具有一个输出通道的组合电路。
  • 2
    A combinational logic element having at least one input channel.
    一种至少有一个输入通道的组合逻辑元件。
  • 3
    Then, a new method testing the double fault of combinational circuits based upon Boolean partial derivative is proposed.
    在此基础上提出了基于布尔偏导数的组合电路双故障检测的新方法。
查看更多
  • 词典短语
  • 同近义词
  • 同根词
  • 词源
  • 百科
  • Combinational

    In digital circuit theory, combinational logic (sometimes also referred to as time-independent logic ) is a type of digital logic which is implemented by Boolean circuits, where the output is a pure function of the present input only. This is in contrast to sequential logic, in which the output depends not only on the present input but also on the history of the input. In other words, sequential logic has memory while combinational logic does not.Combinational logic is used in computer circuits to perform Boolean algebra on input signals and on stored data. Practical computer circuits normally contain a mixture of combinational and sequential logic. For example, the part of an arithmetic logic unit, or ALU, that does mathematical calculations is constructed using combinational logic. Other circuits used in computers, such as half adders, full adders, half subtractors, full subtractors, multiplexers, demultiplexers, encoders and decoders are also made by using combinational logic.An alternate term is combinatorial logic, though this usage may be considered controversial.

查看更多