Searched Projects

Tags: #bolean

project.name
0 Stars     24 Views

implementation of bolean expression

implementation of bolean expression

1.Y=A XNOR B

2.Y=AB'+A'B

3.F(A,B,C)=(A'B+C)XNOR(AC'+BC)