SchoolWork-LaTeX/网络安全基础/实验报告/实验一.tex

38 lines
1.2 KiB
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[a4paper]{ctexart}
\input{mypreamble}
\renewcommand{\mychapternum}{1}
\renewcommand{\mylabname}{DES演示}
\renewcommand{\mydate}{2024年3月26日}
% \setlength{\textheight}{10000em}
% \setlength{\paperheight}{10000em}
\begin{document}
\mytitle
\begin{enumerate}
\myitem{实验目的}{
\item DES单步加密演示实验
\item DES算法演示实验
\item 3DES 算法演示实验
}
\myitem{实验设备}{
\item 49.52.5.80 上的虚拟机
}
\myitem{实验原理}{
\item DES加密和解密
}
\myitemx[itemsep=1em]{实验步骤}{
\item 见下页图:
\begin{figure}[h]
\centering
\includegraphics[height=1\textheight]{imgs/screen_shot_1712027504144.png}
\hfil
\includegraphics[height=1\textheight]{imgs/screen_shot_1712027734857.png}
\hfil
\includegraphics[height=1\textheight]{imgs/screen_shot_1712027834513.png}
\end{figure}
}
\myitem{实验结果总结}{
\item 本次实验通过优良的图形用户界面、清晰的演示使我清晰地了解了DES加密和解密的过程。
}
\end{enumerate}
\end{document}