【问题标题】:How to create a logic circuit that takes 3 inputs and returns 1 only when all the inputs are equal?How to create a logic circuit that takes 3 inputs and returns 1 only when all the inputs are equal?
【发布时间】:2022-04-20 03:09:15
【问题描述】:

I'm struggling with creating a logic circuit that could implement the following truth table:

  • Why is "AND all inputs and OR the result with an AND of all negated inputs" not the answer?
  • But, this is not a programming question, i.e. it is off-topic on StackOverflow for lacking focus on the programming aspect of the question.

标签: math logic circuit


【解决方案1】:

(A'B'C') + (ABC)

You might be interested to check out Karnaugh map.

  • I wonder why that most obvious answer did not occur to OP. So much so that I assume that the question has some level of complexity not yet specified. Let's see whether OP gives feedback on my clarification question or your assumption-based answer.... Would you like to show an ascii-art version of a corresponding KV diagram?
  • I guess it's a little intimidating for people not familiar with Karnaugh map. I can't imagine what else OP would be looking for. Please go ahead if you want to post a more detailed answer
猜你喜欢
  • 2022-12-01
  • 2022-12-27
  • 1970-01-01
  • 2022-12-27
  • 2019-09-18
  • 2022-12-01
  • 1970-01-01
  • 2019-09-21
  • 2022-12-02
相关资源
最近更新 更多