Feeds
답변 있음
matlab code for half adder
clc; clear all; close all; A=input('enter the input'); B=input('enter the input'); sum=xor(A,B); carry=and(A,B); disp(sum...
matlab code for half adder
clc; clear all; close all; A=input('enter the input'); B=input('enter the input'); sum=xor(A,B); carry=and(A,B); disp(sum...
거의 6년 전 | 0

