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 years 前 | 0

