Difference between revisions of "HalfAdder (LogiX node)/ko"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "HalfAdder (LogiX 노드)")
 
(Created page with "The '''HalfAdder''' node can be used to simulate the behavior of a [https://en.wikipedia.org/wiki/Adder_(electronics)#Half_adder hardware half adder circuit]. It accepts two i...")
Line 11: Line 11:
 
The '''HalfAdder''' node can be used to simulate the behavior of a [https://en.wikipedia.org/wiki/Adder_(electronics)#Half_adder hardware half adder circuit]. It accepts two input bits and returns the addition result plus a carry-out.
 
The '''HalfAdder''' node can be used to simulate the behavior of a [https://en.wikipedia.org/wiki/Adder_(electronics)#Half_adder hardware half adder circuit]. It accepts two input bits and returns the addition result plus a carry-out.
 
== Usage ==
 
== Usage ==
 +
'''HalfAdder''' 노드는 [https://ko.wikipedia.org/wiki/%EA%B0%80%EC%82%B0%EA%B8%B0#%EB%B0%98%EA%B0%80%EC%82%B0%EA%B8%B0 회로 반가산기]의 작동을 모방하는 데에 사용됩니다. 두 개의 입력 비트를 받고, 합을 반환합니다.
 +
== 사용방법 ==
  
 
== Examples ==
 
== Examples ==

Revision as of 00:35, 27 July 2022

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

사용방법

Examples

Node Menu

Template:NodeMenu-Math-Binary/ko