generated from kenryuS/report-temp
added sections
This commit is contained in:
@@ -42,9 +42,11 @@
|
||||
\subcaption{Logical And ($x = a \cdot b$)}
|
||||
\begin{tabular}{ccc}
|
||||
\hline
|
||||
a \textbackslash \ b & 0 & 1 \\ \hline
|
||||
a & b & x \\ \hline
|
||||
0 & 0 & 0 \\
|
||||
1 & 0 & 1 \\
|
||||
1 & 0 & 0 \\
|
||||
0 & 1 & 0 \\
|
||||
1 & 1 & 1 \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{minipage}
|
||||
@@ -53,8 +55,10 @@
|
||||
\subcaption{Logical Or ($x = a + b$)}
|
||||
\begin{tabular}{ccc}
|
||||
\hline
|
||||
a \textbackslash \ b & 0 & 1 \\ \hline
|
||||
0 & 0 & 1 \\
|
||||
a & b & x \\ \hline
|
||||
0 & 0 & 0 \\
|
||||
1 & 0 & 1 \\
|
||||
0 & 1 & 1 \\
|
||||
1 & 1 & 1 \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
|
||||
Reference in New Issue
Block a user