algo.tex
来自「一个类似STL的自动机的源代码库」· TEX 代码 · 共 42 行
TEX
42 行
\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 + =
减小字号Ctrl + -
显示快捷键?