其他分享
首页 > 其他分享> > overleaf创建表格

overleaf创建表格

作者:互联网

表格的创建,可以 在这个网站在线生成表格的代码。

https://www.tablesgenerator.com/#

% Please add the following required packages to your document preamble:
% \usepackage[normalem]{ulem}
% \useunder{\uline}{\ul}{}
\begin{table}[]
\begin{tabular}{|c|c|c|c|c|}
\hline
\textbf{Dataset} & \textbf{Method}      & \textbf{mHR}     & \textbf{mAP}     & \textbf{mRR}     \\ \hline
                 & DPSH-pairwise        & 1                & 1                & 1                \\
                 & DRH-pairwise         & 1                & 1                & 1                \\
                 & DSH-triplet          & 1                & 1                & 1                \\
Fundus-iSee      & DSH-triplet          & 1                & 1                & 1                \\
                 & DSH-triplet          & 1                & 1                & 1                \\
                 & DSH-triplet          & 1                & 1                & 1                \\
                 & \textbf{DSH-triplet} & {\ul \textbf{1}} & {\ul \textbf{1}} & {\ul \textbf{1}} \\ \hline
\end{tabular}
\end{table}

在这里插入图片描述

标签:overleaf,triplet,hline,textbf,tabular,ul,创建表格,DSH
来源: https://blog.csdn.net/weixin_46815330/article/details/120952116