SchoolWork-LaTeX/数据结构/实验报告/实验报告模板.tex
423A35C7 5906ac1efc 重构目录层次
0-课程笔记
1-平时作业
2-实验报告
3-期末大作业
2024-09-02 18:32:58 +08:00

88 lines
2.1 KiB
TeX
Raw 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}
\begin{document}
\title{\fontsize{15}{0}华东师范大学计算机科学与技术学院上机实践报告\vspace{-2em}}
\date{}
\maketitle
\begin{longtable}[]{lll}
\toprule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
\textbf{课程名称}:数据结构 & \textbf{年级}2022级 &
\textbf{上机实践成绩} \\
\textbf{指导教师}:金健 & \textbf{姓名}:金小健 &
\textbf{上机实践时间}2学时 \\
\textbf{上机实践名称}:第一章作业 & \textbf{学号}xxxxxxxxxx &
\textbf{上机实践日期}2023/09/23 \\
\end{longtable}
\begin{enumerate}
\item \textbf{实验目的}
\begin{enumerate}
\item
从第1条起填写基本目的。
\end{enumerate}
\item \textbf{实验内容}
\begin{enumerate}
\item
结合实验目的填写。
\item
在预习时,对程序或过程中出现的问题,都写在这里,以便真正上机实践时有针对性的查找答案,并填充相应的实验步骤、过程、结果和分析,以及总结。
\end{enumerate}
\item \textbf{实验原理}
\begin{enumerate}
\item
参考实验教材
\end{enumerate}
\item \textbf{实验步骤}
\begin{enumerate}
\item
参考实验教材
\end{enumerate}
\item \textbf{调试}\textbf{过程、结果和分析}
\begin{enumerate}
\item
参考教材,结合自己实际,对调试过程进行记录和分析。
\end{enumerate}
\item \textbf{总结}
\begin{enumerate}
\item
预习时提出的问题有没有解决,实验目的有没有达到
\item
如果实现了,作一下评价
\item
如果未实现,总结一下原因(并不一定每次都必定要完全实现预定目标的,只要原因分析得恰当,同样是好的)
\item
有没有新的疑问或想法
\end{enumerate}
\item \textbf{附件}
\begin{enumerate}
\item
程序代码。
\end{enumerate}
\end{enumerate}
\noindent \textbf{说明:}
文件命名格式:学号+第一章作业.doc
\noindent 例如:
52051201004第一章作业.doc
52051201004第二章作业.doc
\end{document}