- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 569162 点
- 威望
- 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年大象老师国赛优 |
! e: @: D/ T" l% B- n0 u9 `' U6 e9 M& i+ N
数学建模论文常用LaTeX代码(2021美赛)
4 N/ U: @. c& a& T; {& M" {+ j! `5 h
- o" V* L% l3 `. p1 }* _2 o: h& [
* d8 K6 C& n# W# {数学建模论文常用LaTeX代码" L& r. x0 t+ P v. S0 }: D2 j
图片
1 _/ A( W3 x+ K" E% 单图4 C" C7 N0 C( E6 r
\begin{figure}[htbp]' P. W- x- x% s" d
\centering! W% y' ~& Y' j+ S" g( o! y
\includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置' }0 D$ d0 Q5 W( W2 q
\caption{xxx} % 图片标题
8 y1 D5 O& ]* A8 E \label{fig:xxx} % 图片标签) y# s0 _+ V+ Y+ {
\end{figure}' t7 P& k8 x4 F
+ _( `5 I* Z8 Z# I0 a) e\begin{figure}[H]
$ ^8 }3 L: t9 K9 L a3 c \centering9 A6 r: i, b2 _% }
\includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置. S+ v. u9 l O* H
\caption{xxx} % 图片标题 5 \$ |6 b: z+ a& Y
\label{fig:ex4-9}
/ W' r# j. D4 C\end{figure}
( ] k* D: c* n& {! y' T$ o" W% 多图
, {0 E/ i5 b0 @' v/ f8 s8 s\begin{figure}[htbp]
( t9 }3 B% a/ ]' T% Y, [: ] \centering
' G* `$ H. m" g \subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)0 q* q$ z8 r1 s$ @% h
\label{fig:sub.roomhot} % 子图1的标签
1 ?5 A8 [5 l6 V" h \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置" O7 |7 W1 r; O/ A! F* G% I: N
\subfigure[Hot Map of one Floor]{ % 图片2
& k2 d. m8 _- b; u \label{fig:sub.floorhot} % 子图2的标签
; Y1 S8 K0 n8 y \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置9 m1 j4 |, e' r6 ]% h: V8 t
\caption{Hot Map of one Room and one Floor} % 总图标题
% G* f2 I7 `8 b0 h+ N2 ]) [ \label{fig:hot} % 总图标签
$ ]$ P' _( |- n# _# R$ P\end{figure}; S6 N/ S4 m) n! r/ I( | [! M) H5 k
表格
7 V3 p5 f' G8 o0 C% 三线表# L. O' J& E0 G8 X. ~& V. v2 |
\begin{table}[!htbp], C' v0 b+ h! U, u( Z6 i/ V+ k7 r
\begin{center}
% A* i$ }% @& u/ B! u\caption{Notations} % 表格标题# u+ i, L) I+ w3 O
\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
1 _# T/ M) _" Z8 o0 T! u0 m( H; c \toprule % 上框线. {* ?; n2 s2 ^$ J7 A9 b
\multicolumn{1}{m{3cm}}{\centering Symbol}
; Y1 s$ i6 R+ J! D &\multicolumn{1}{m{8cm}}{\centering Definition}\\# Z% _6 M: k" O: ?. K8 ]! l
\midrule % 中框线
( X l/ u: o: F8 T1 _ $\rho$ & the people density\\. m7 L; I2 l5 _ P* w: @9 P
$\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\) b6 d' u! @* D9 K" `! G0 V$ @/ T
$v_i$ & the velocity of the $i^{th}$ visitor\\
( C3 q4 J7 r' T $\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\5 ^5 n/ ]" e1 |. a# Z- C
$\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\
9 k( ^& O( l8 d& e O $\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\0 t1 X% `9 C0 Y& S3 K# _9 d8 M
$\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
! L5 C4 H" m3 z6 O/ O! C+ Y" E) R $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\) A7 N. D, f- i1 ?1 D
$p$ & the ratio of the crowd decentralization\\
q8 c' M( I; R9 m \bottomrule %底框线
( _, _ G. N2 u: l/ E- g+ I\end{tabular}\label{tb:notation}; ^% J% z) \% }' ~' }
\end{center}5 x {2 |* J* _4 h+ J
\end{table}
: J7 W/ K' P5 X! e6 \3 _代码高亮
) N* \. x" `# e: A" c3 W, y/ W% 硬件语言 VHDL" t$ D$ T$ I# B U
\begin{lstlisting}[language=vhdl] G1 ~) i8 K' N, `. r* c
process(sel3) --根据音调编码,分配分频系数
5 M9 H; X. S: K7 `* P/ Pbegin6 h {& g9 |3 Q5 F8 h- _: b* `
case sel3 is! s+ P! N2 W3 ^4 [; x) ~9 e
when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!)* R" K0 d0 @: K' R1 n; t- }& G4 C( ^
when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do)% q4 h5 L) k9 |% T6 P: @0 S+ B
when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)
4 S2 {+ x" L: O+ q G3 @ when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)
: E8 F8 J4 B$ F& W4 w when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)
: s! c2 [" V/ z8 m0 H! u8 f when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)
W, \. z: R: k% o; ~4 q3 U. x( W3 N. M when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)$ N6 H' g1 f7 z' c+ o0 h& e& J
when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)% L. G7 d/ W. B4 i6 S h( t' z
when others=>count_ld<="0111011101110"; --3822
4 f: e9 \& f0 L' a4 l3 H' u, U# mend case;, y! L& k. V+ _9 Y1 q+ c) x3 s) Y
end process;
' C- W6 j$ Y4 _8 X
3 U9 t; C& T/ ~ D* F- i/ j" D6 R
————————————————/ g7 }: F9 C) ^) s' |9 ?) I; Z R
版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
6 e8 e( T6 E& G5 A+ l- \5 D3 \原文链接:https://blog.csdn.net/weixin_46325577/article/details/1135229725 O6 j4 L/ ]1 L% E W
' {6 T1 {. u* p4 }; B q5 t
h: C% t9 k6 H9 f8 _4 V
|
zan
|