- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 569160 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 175971
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
8 ?; n( x! o8 ~% O9 r' [+ f8 l
1 l& r6 V( P$ X4 q
数学建模论文常用LaTeX代码(2021美赛)
. n& F9 b. t7 o8 D: t
2 G. K! L' |( g0 B* |7 \9 U" v! O/ z8 u1 a+ ~
. N& k- b2 @1 d! c. r数学建模论文常用LaTeX代码, J$ H5 z C8 p. p# v
图片
. ?+ h I) I; K& @' h% 单图! C* V0 a( m* v
\begin{figure}[htbp]8 N& Y0 W5 u" A2 V* P
\centering
" x" E- N3 _/ M. `# Y3 l3 v8 u \includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置5 U2 x2 w8 C# j2 z
\caption{xxx} % 图片标题
9 k% }: j* M7 ~" a \label{fig:xxx} % 图片标签
" {) @" ~0 b; h2 P\end{figure}9 K K: ]. f. h) }0 E+ P' ^
8 q7 q) x$ \; h) v/ q\begin{figure}[H]+ }" x5 n* `. L& B
\centering
# I7 N2 I T' c0 ? \includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置
% Q0 c# Z S/ U; S \caption{xxx} % 图片标题 7 H& {9 w# B& D- ~7 Y* @: W
\label{fig:ex4-9}
7 n D) H1 `, L2 ^8 N! O5 [0 ~\end{figure}6 ]5 b; T$ R. E7 K7 j7 W9 a
% 多图2 `# y# m; r; j% y# u/ F8 `# W
\begin{figure}[htbp]
* J) D( s g9 T, b. H. m# x \centering , }; e# l# ]7 |! V( D: |1 X
\subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题), A" d9 V3 g6 e1 i& ]) y6 @
\label{fig:sub.roomhot} % 子图1的标签6 b4 r' d" ^. F
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
! Q$ w2 b" C9 z( ? \subfigure[Hot Map of one Floor]{ % 图片2
6 L+ d% W- p( y4 z% q \label{fig:sub.floorhot} % 子图2的标签
6 B$ f( K. m! G2 t' |( O( A \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置* I" k+ U- D' w- F' R8 U4 U
\caption{Hot Map of one Room and one Floor} % 总图标题
& v6 Q% R e U# C. m) \ \label{fig:hot} % 总图标签
( `. O# a; r; I6 V9 o$ E& F1 p\end{figure}
7 |* T" D& m: P- ]6 P. J/ W表格
4 J7 F& J& J H3 v2 f) V( X% 三线表3 q2 \9 C Z( V7 |& J' V# ]
\begin{table}[!htbp]; P+ G0 T& j. n7 B. {
\begin{center}9 M4 B2 g, Q( K
\caption{Notations} % 表格标题
' X" s; w4 r; K- {9 X\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
8 k; i5 u9 C. H2 T \toprule % 上框线
4 n3 N3 a5 P! {- ~- T* v$ ]( g \multicolumn{1}{m{3cm}}{\centering Symbol}+ d- b. J U Z+ e
&\multicolumn{1}{m{8cm}}{\centering Definition}\\
@) Q, \2 Z/ M* q% I1 \: a; \ \midrule % 中框线
" ]7 ~$ c" {6 K. t! N2 F, d- E2 G5 K $\rho$ & the people density\\
5 P3 I5 Y* T9 t: s6 M3 {5 @, ?6 Z $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\1 T) J" l( w2 T: H4 H
$v_i$ & the velocity of the $i^{th}$ visitor\\
( F9 M+ B. S% p, \# U9 v: w $\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\5 f6 g( A: u) V
$\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\: H5 k- o/ Z! S" h0 k; j! z5 x
$\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\
- I$ e. M5 O- ~4 @ $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\3 c: R0 Z: D" r( Q" `
$\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\! Y- y/ i) |, [' L* l
$p$ & the ratio of the crowd decentralization\\
* G8 L1 Z' R' |0 i7 B$ k' ~0 S+ L \bottomrule %底框线
) p8 Y2 d5 E5 k9 C\end{tabular}\label{tb:notation}, U7 A5 h0 y9 S5 b9 s, f+ _
\end{center}% W( p7 f9 f6 f- d0 o4 ]) e+ E) Z% B
\end{table}1 H2 o Q( X9 _ q1 N5 J
代码高亮
k$ T+ u3 o: V; a# X/ R; V% 硬件语言 VHDL( B+ ?! d9 @5 q0 r
\begin{lstlisting}[language=vhdl]
9 a" ]& Z8 j0 Eprocess(sel3) --根据音调编码,分配分频系数
) b/ P5 \6 ^& ~$ H2 L% mbegin9 J$ j! M, x9 l# h; S* a0 u' j
case sel3 is
! h, A9 d" c9 m& E3 { when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!)
$ H/ J7 n2 I2 R5 E# g5 | when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do), s) M- @) X1 Y- i* L$ c9 K2 G
when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)* y$ ]3 d- i7 }5 B! @& O! ^ C" J
when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi); P+ q8 j1 q: S% ?8 j# R/ p
when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)
0 K8 X( U1 Y2 \4 ]* }9 s3 L when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)
+ {7 m$ C1 W8 _4 r3 s9 L when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)' A$ s& M ^3 z- F9 ^, g" U. [0 q) A
when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)
* A! b: [% r0 h1 \7 X+ v when others=>count_ld<="0111011101110"; --3822
$ E3 i% z+ C* l- D/ C' O7 Aend case;+ p* \' {/ Z' [- D
end process;
3 |# @/ S2 H; q* \% ?4 r
# I$ M3 E" b5 Y5 z% F2 n
* t( g- V% {& R# r————————————————
8 k2 V* G- ]' ]1 y( _% L版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。- X) v1 @( J; |" L
原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
- Y0 \! _8 G6 V3 F% d5 y; ?5 n
4 ?8 |) F) O7 x+ }* C9 Y4 ]/ J! V8 {2 _# z, d
|
zan
|