- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 563328 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 174221
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
$ L) ]& ~" L0 U/ J
$ d. g: y& j" a- b
数学建模论文常用LaTeX代码(2021美赛)' E, L* ?" T) c
: k# w2 x, [: m. R* Y% Z
& @8 _/ y2 l; c* Z; C/ u8 m; C( h$ [
- p; p* I! I4 [数学建模论文常用LaTeX代码
7 W- f9 S2 C* l7 e7 c图片# G, i7 t3 N+ c4 S8 R& L7 [& D4 Y1 ^
% 单图, ~0 j0 q+ o4 c) j0 M
\begin{figure}[htbp], K" Q- N- v, g* U" T( U$ m
\centering
3 C4 B6 V4 Q; k3 q! M \includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置
0 C9 A- y% X) h) O4 t( P \caption{xxx} % 图片标题 " B% n8 I+ j- _* k. V: ?( B3 Q: p
\label{fig:xxx} % 图片标签" L5 h$ r6 g" A- I. v- C* B- ^
\end{figure}
6 Q& e- V% D( s5 k% {+ ~
) O" V, g8 z* L\begin{figure}[H]
* P# i) }. t0 q6 G( h- Z \centering3 f/ _) d0 f; X! T7 c! ]
\includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置
! M# L. j! w" f+ [! N \caption{xxx} % 图片标题
" N8 N% C- E5 d8 z4 R7 ? \label{fig:ex4-9}
$ h. T: A: Y; ?) Y5 N\end{figure}
7 n& D8 Y/ ?: z) ~8 r V( z% 多图
, e) r, Z6 A8 o! S\begin{figure}[htbp]
8 ~ n+ w& z X) ?" u3 Q \centering
; X& h" K6 t$ @5 @" s \subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)
* U8 I/ e' X* U8 Y5 Y9 d- P \label{fig:sub.roomhot} % 子图1的标签
5 s; t$ g" T& ] \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置' o& a6 i6 ^' n1 T3 F% |
\subfigure[Hot Map of one Floor]{ % 图片2
3 p8 B( L! B6 X0 F0 y+ B \label{fig:sub.floorhot} % 子图2的标签
9 r6 n d: I& H7 v8 Z) U+ K \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
- L1 W: w' Y# L" D \caption{Hot Map of one Room and one Floor} % 总图标题# ~- x b4 ?4 l! N" P W4 Q g
\label{fig:hot} % 总图标签9 i+ H! i9 E5 u3 q2 o2 n
\end{figure}+ c0 [9 G5 ^$ F: |, j
表格
: M, g" P0 r+ r k( I* Q, V- s8 c% 三线表( _% a, ^5 `3 ]7 S# ~! v
\begin{table}[!htbp]
. _9 g' X7 F5 S7 S* ?) Y$ T# ~\begin{center}
2 f+ N8 q/ i# n2 f2 W3 K9 h\caption{Notations} % 表格标题% Y. T @, [0 T0 I% D
\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线). P: m7 V( I& g" ?, F$ I' C# d: k
\toprule % 上框线8 }% k% f2 X4 J) \- w1 g6 y; g- g
\multicolumn{1}{m{3cm}}{\centering Symbol}" T0 M$ v% E) h- V0 `6 C
&\multicolumn{1}{m{8cm}}{\centering Definition}\\, J: b2 `1 _% U- Q$ V4 m
\midrule % 中框线
# d* a4 n7 A) a$ d& m0 B $\rho$ & the people density\\$ F, M/ ~) n- h# c
$\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\# ?+ S+ e J2 I* \: b+ P
$v_i$ & the velocity of the $i^{th}$ visitor\\# Y/ F9 O% ]. P6 }
$\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
& w" r P( r) v D $\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\: m" z- V! y( H$ {" S! K
$\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\" ?) ]" y, _( A2 y& d
$\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
# h/ R; v$ H6 c v6 k# C $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
- |( |2 O( { Q0 I4 e* Q $p$ & the ratio of the crowd decentralization\\" I# R1 Z3 Q V3 [; @) K$ y
\bottomrule %底框线
$ t9 [+ v$ Z8 f% S\end{tabular}\label{tb:notation}
4 k: Y% F3 N+ \1 P\end{center}
& p4 p9 u1 Z/ J, @$ d\end{table}
. u. z- @' o! t5 h4 l5 X! l代码高亮4 U, U- R0 P, a3 ~
% 硬件语言 VHDL
- g+ k( K+ g$ D" d$ ?* \\begin{lstlisting}[language=vhdl]
! ]& g% k4 {& |. S7 rprocess(sel3) --根据音调编码,分配分频系数
) B9 j3 T, p z1 z: `' D# [1 w% ?begin
) k% K3 W# U" B- _ case sel3 is
! z/ u- E8 K( d3 T7 w% t) X5 I when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!)# W$ h# E' a6 S# J/ d
when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do)
# `+ d, q+ p; M! A2 `# s: g) o when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)
, i$ w* \3 v# k- W- O when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)( v% j7 b( A- B0 z8 L. r3 p1 j/ G
when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)$ z: \2 n; R7 P) v% h1 K
when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)
" J* K. H* Y, {+ v- Y: g+ P: \: S when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)
2 X V' c7 \2 E" T when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)
* t I. V. v& n4 X7 m when others=>count_ld<="0111011101110"; --3822( D* Y, W$ `# |7 a
end case;
9 \4 @! W& ]& T0 e, [# w Q' yend process;
& }4 \5 U5 H% t/ M
. ?3 ?0 F @9 t8 N9 A& v0 k3 x9 N5 I0 h7 \+ C3 _
————————————————+ G7 l( F/ R5 D" [0 a. A! M
版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
# W* \* W0 j3 Z T3 a原文链接:https://blog.csdn.net/weixin_46325577/article/details/1135229727 g6 H( t e! L$ U2 A. {; A! e% w
% X, b& Y; x9 R7 k4 b+ w. w. U/ ^ s; n4 G; `3 ?# F
|
zan
|