📄 algo.tex
字号:
\newpage
\noindent {\huge {\bf @@@Title}} \\
\noindent \begin{tabular}{p{7.25cm}p{7.25cm}} \hline
\flushleft {\bf Category : {\Large Algorithm}} & \flushright {\bf Component Type :
{\Large Function}}
\end{tabular} \\
\paragraph{Prototype}
\begin{verbatim}
@@@Prototype
\end{verbatim}
\paragraph{Description \\}
@@@Description
\paragraph{Definition \\}
\verb+@@@IncludeFile+
\paragraph{Requirements on types}
\begin{itemize}
\item @@@Requirements
\end{itemize}
\paragraph{Preconditions}
\begin{itemize}
\item @@@Preconditions
\end{itemize}
\paragraph{Complexity \\}
@@@Complexity
\paragraph{Example}
\begin{verbatim}
@@@Example
#include <astl.h>
#include <dfa.h>
#include <cursor.h>
int main()
{
}
\end{verbatim}
\paragraph{Notes}
\begin{itemize}
\item @@@Notes
\end{itemize}
\paragraph{See Also \\}
@@@SeeAlso
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -