三线表的制作

 

 

在论文写作的过程中,经常会遇到使用三线表排版表格。

 

word

1.  插入   表格 m*n  (m行n列)

2. 依次单击 边框   内部框线 

                  边框     左框线

                 边框       右框线

3.  插入 表格 绘制表格 在第二行画一条横线

 

Latex

在tex模板的开始输入下代码段

\documentclass[english]{cccconf}
\usepackage[comma,numbers,square,sort&compress]{natbib}
\usepackage{epstopdf}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subfigure}
\usepackage{float}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{booktabs}

在绘制表格的区域插入以下代码段

\begin{table}[htbp]
 \caption{\label{tab:test}Target tracking algorithm flow based on particle filter and convolutional neural network}
 \begin{tabular}{lcc}
  \toprule
 \quad\quad\quad\quad\quad\quad\quad\quad\textbf{LDA Dimension Reduction Process}  \\
  \midrule
 % \textbf{Initialization}\\
 \textbf{1}.Calculate the intra-class divergence matrix ${S_w}$.\\
 \textbf{2}.Calculating the inter-class divergence matrix ${S_b}$.\\
 \textbf{3}.Calculation matrix ${S_w}^{ - 1}{S_b}$.\\
\textbf{4}.Calculate the maximum $d$ eigenvalues of ${S_w}^{ - 1}{S_b}$ and the corre-\\\quad sponding $d$  eigenvectors to obtain the projection matrix $W$.\\
\textbf{5}.Convert each sample characteristic ${x_i}$ in the sample set to a new \\\quad sample ${z_i} = {W^T}{x_i}$.\\
\textbf{6}.Get the output sample set $D' = \left\{ {({z_1},{y_1}),({z_2},{y_2}),...,({z_m},{y_m})} \right\}$\\
  \bottomrule
 \end{tabular}
\end{table}

 

  • 2
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值