一级标题
\section{}
二级标题
\subsection{ }\label{}
三级标题
\subsubsection{Vehicle Characteristics Analysis}\label{}
图片
\begin{figure*}[h]%
\centering\includegraphics[width=0.9\textwidth]{pic2.pdf}
\centering\caption{Overview of missing gantry trajectory reconstruction problems}\label{fig2}
\end{figure*}
\begin{figure}[!ht]
\centering
\includegraphics[width=0.9\textwidth]{pic1.jpg}
\caption{Picture illustration.}
\label{fig1}
\end{figure}
并列图
\begin{figure*}[ht]
\centering
{
\includegraphics[height=5cm,width=5cm]{pic14a.jpg}
}
\quad
{
\includegraphics[height=5 cm,width=5cm]{pic14b.jpg}
}
\quad
\caption{Prediction effects and analysis within different section distance ranges.}
\end{figure*}
公式
\begin{equation}
\end{equation}
\表格
\begin{table*}[h]
\line
\caption{Table of travel speed correlation coefficients between the current time slice and the previous time slice}\label{tab1}%
\begin{tabular}{@{}lllllllll@{}}
\line
TimeSlice &$T_1$ &$T_2$ &$T_3$ &$T_4$ &$T_5$ &$T_6$ &$T_7$ &$T_8$\\
\line
$\gamma$ &0.80 & 0.67 & 0.53 & 0.49 &0.38 &0.26 &0.21 &0.23 \\
\botrule
\end{tabular}
\end{table*}
\resizebox{\textwidth}{!}{%
\setlength{\tabcolsep}{2mm}{
算法:
\begin{algorithm*}
\caption{Flow Chart of Dijkstra algorithm based on depth constraint}\label{algo1}
\begin{algorithmic}[1]
\Require $O$:start node,$D$:end node,$cutoff$: termination length,$K$:number of shortest paths
\Ensure $B$:ambiguous path
\State $k$ = 0
\While{$ k<K $}
\State $SP=Dijkstra(O,D),SP=\{Point_0,Point_1,...Point_n \}$
\State $SP=Dijkstra(O,D),SP=\{Point_0,Point_1,...Point_n \}$
\State $\{Point_0,Point_1,...Point_n \}\rightarrow\{V_0,V_1,...V_n\} $
\For {$i$ to $n-1$}
\State $Path(v_i,V_i+1)\rightarrow\infty$
\If {$len(P_i)$ \textless $cutoff$}
\If {$P$ not in $PC$}
\State $PC\leftarrow P_i$
\EndIf
\EndIf
\EndFor
\State $SP=argmin(PC)$
\State $B\leftarrow SP$
\State $k=len(B)$
\EndWhile
\State Return $B$
\end{algorithmic}
\end{algorithm*}
并列图片
\begin{figure*}[ht]
\centering
\begin{subfigure}{0.4\linewidth}
\includegraphics[width=0.9\linewidth]{fig5a.pdf}
\caption{Probability density diagram of passenger car speed distribution.}
\end{subfigure}
\quad
\begin{subfigure}{0.4\linewidth}
\includegraphics[width=0.9\linewidth]{fig5b.pdf}
\caption{Probability density diagram of truck speed distributions.}
\end{subfigure}
\quad
\caption{Probability density diagram of passenger and truck speed distributions.}
\end{figure*}
大写
\textbf{}
使用latex写爱思唯尔的模板的基础语句方法
最新推荐文章于 2024-10-08 23:38:04 发布