\documentclass[实验报告模板]{subfiles} \renewcommand{\mydate}{2023/10/19} \renewcommand{\mychapternum}{2} \captionsetup{labelformat=empty,labelsep=space} \begin{document} \renewcommand{\bar}{\xoverline} % 这一行在编译时可以取消注释,注意一定要放在\begin \mytitle \begin{enumerate} \myitem{实验目的}{ \item 掌握利用基本门电路设计组合逻辑电路的方法。 \item 验证所设计的电路的逻辑功能。 } \myitem{实验内容及步骤}{ \item 试使用与非门设计一个表决电路,其中 A、B、C、D 四个各自投票时,其分数 分别为 3 分、2 分、1 分、1 分,只有得票总分大于 4 分时该提案通过。绿灯亮 表示提案通过,红灯亮表示提案未通过。 \item 试用门电路实现表 2.2 的逻辑功能。 % \vspace{1em}\\ % \includesvg{table.2-2} % \renewcommand {\thetable} {\thechapter{}.\arabic{table}} \begin{table}[h] \centering \caption{表2-2} \setlength{\tabcolsep}{2em} % \resizebox{\textwidth}{1.0in}{ % \begin{tabularx}{\textwidth}{cp{5cm}c|cc} \begin{tabular}{ccc|cc} \toprule \multicolumn{3}{c}{输入} \vline& \multicolumn{2}{c}{输出}\\ % \hline A & B & C & S1 & S2\\ \midrule % \cline{1-3}\noalign{\bigskip} % \cline{4-5} 0 & 0 & 0 & 0 & 0 \\ 0 & 0 & 1 & 1 & 0 \\ 0 & 1 & 0 & 1 & 0 \\ 0 & 1 & 1 & 0 & 1 \\ 1 & 0 & 0 & 1 & 0 \\ 1 & 0 & 1 & 0 & 1 \\ 1 & 1 & 0 & 0 & 1 \\ 1 & 1 & 1 & 1 & 1 \\ \bottomrule \end{tabular} \end{table} \item 试设计一个两位数的比较器。输入分别是 $A_0A_1$,和 $B_0B_1$,当 $A_0A_1 > B_0B_1$,时,输出 为 $01$;当 $A_0A_1