HalfAdder (LogiX 노드)

From Neos Wiki
Revision as of 00:35, 27 July 2022 by Nurooong (talk | contribs) (Created page with "== 예제 ==")
Jump to navigation Jump to search
Other languages:
English • ‎日本語 • ‎한국어
HalfAdder
'HalfAdder' LogiX node
Inputs
  Bool A
  Bool B
Outputs
  Bool Y
  Bool CarryOut

The HalfAdder node can be used to simulate the behavior of a hardware half adder circuit. It accepts two input bits and returns the addition result plus a carry-out.

Usage

HalfAdder 노드는 회로 반가산기의 작동을 모방하는 데에 사용됩니다. 두 개의 입력 비트를 받고, 합을 반환합니다.

사용방법

예제

Node Menu

Template:NodeMenu-Math-Binary/ko