added images

This commit is contained in:
2026-06-26 23:16:29 +09:00
parent d3356b073d
commit 9013d4de59
41 changed files with 100 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

+64
View File
@@ -0,0 +1,64 @@
@inbook{digital-circuit:digital,
title={ゼロから学ぶディジタル論理回路},
author={秋田 純一},
publisher={株式会社講談社},
year={2005},
month={06},
pages={7-11}
}
@inbook{digital-circuit:basic-logic,
title={ゼロから学ぶディジタル論理回路},
author={秋田 純一},
publisher={株式会社講談社},
year={2005},
month={06},
pages={17-23}
}
@inbook{digital-circuit:gate-ic,
title={ゼロから学ぶディジタル論理回路},
author={秋田 純一},
publisher={株式会社講談社},
year={2005},
month={06},
pages={31-34}
}
@inbook{digital-circuit:xor,
title={ゼロから学ぶディジタル論理回路},
author={秋田 純一},
publisher={株式会社講談社},
year={2005},
month={06},
pages={47-49}
}
@inbook{digital-circuit:truth-table,
title={ゼロから学ぶディジタル論理回路},
author={秋田 純一},
publisher={株式会社講談社},
year={2005},
month={06},
pages={49-54}
}
@inbook{digital-circuit:karnaugh-map,
title={ゼロから学ぶディジタル論理回路},
author={秋田 純一},
publisher={株式会社講談社},
year={2005},
month={06},
pages={55-61}
}
@inbook{digital-circuit:state-transition,
title={ゼロから学ぶディジタル論理回路},
author={秋田 純一},
publisher={株式会社講談社},
year={2005},
month={06},
pages={101-106}
}
@inbook{digital-circuit:sequential-logic,
title={ゼロから学ぶディジタル論理回路},
author={秋田 純一},
publisher={株式会社講談社},
year={2005},
month={06},
pages={77-78}
}
Binary file not shown.
+36
View File
@@ -0,0 +1,36 @@
\section{実験結果}
\subsection{課題 1-1}
74HC08のANDゲートを使用した.
\begin{figure}[tbh]
\centering
\begin{minipage}[h]{0.3\textwidth}
\includegraphics[]{./assets/t-2/result/and-gate/state-00.jpg}
\subcaption{$a = 0, \ b = 0$}
\end{minipage}
\begin{minipage}[h]{0.3\textwidth}
\includegraphics[]{./assets/t-2/result/and-gate/state-01.jpg}
\subcaption{$a = 1, \ b = 0$}
\end{minipage}
\begin{minipage}[h]{0.3\textwidth}
\includegraphics[]{./assets/t-2/result/and-gate/state-11.jpg}
\subcaption{$a = 1, \ b = 1$}
\end{minipage}
\caption{74HC08 AND Gate ($x = a \cdot b$)}
\end{figure}
\subsection{課題 1-2}
\subsection{課題 1-3}
\subsection{課題 1-4}
\subsection{課題 2-1}
\subsection{課題 2-2B}
\subsection{課題 3-1}
\subsection{課題 3-2}
\subsection{課題 3-3}
\subsection{課題 3-4}
\subsection{応用課題 A}