- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 563322 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 174219
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
8 N7 w5 o$ f5 {! @9 b4 g
, f6 i; f& U, J! |' p9 A数学建模论文常用LaTeX代码(2021美赛)
8 G$ S; i: N/ w4 x6 H& f! A* _" {* k' }( e2 }/ g v
* Q: H) d& i" {; ]8 N* H8 }+ t8 ]
' K3 \' L1 v C h6 _) M数学建模论文常用LaTeX代码) r) R' { q: x7 T: E$ ~
图片
4 n/ @+ [) ]$ i' Z9 @( C& p' m* {8 R% 单图
C* ^/ ]) Q' {' L% G& H\begin{figure}[htbp]3 ^5 F& @ r' u/ Y5 k% t l* ~3 o
\centering6 r+ f- h6 G" W1 r5 _" a* i
\includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置
- b$ `" L+ i1 n& \ \caption{xxx} % 图片标题 * _' B3 w6 m& J% Y; e. G. i0 ~
\label{fig:xxx} % 图片标签
- D! Z( A7 F8 O+ w* I& a: C) B\end{figure}
$ v, N5 u8 M+ I" j! ]
& n9 F5 H9 ]6 f" J. p\begin{figure}[H]3 c2 ?4 ]! `: L1 f* k5 f
\centering" ~$ l& P' b0 d: S
\includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置
* w; Z" O/ t1 w5 |2 f5 x9 \ \caption{xxx} % 图片标题
. i+ w/ L4 a* g, ^& K4 g; O2 a" r1 _, I \label{fig:ex4-9}* M$ s, }1 ]" T7 z. q( d+ Z
\end{figure}& O2 {- Z* F6 f, t0 J6 p, I" k
% 多图3 t" x6 l9 x& V
\begin{figure}[htbp]" U1 {# y9 d0 y H
\centering * f9 W3 K2 B. S5 Q2 B
\subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)) x* |* h8 T' @
\label{fig:sub.roomhot} % 子图1的标签# G/ ?% e1 ?% C% G1 `5 V
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置1 o0 h$ a2 X. Y5 C# h# [+ i$ B
\subfigure[Hot Map of one Floor]{ % 图片29 _; F( Q, R6 ^) R: j( ^' E
\label{fig:sub.floorhot} % 子图2的标签
n/ O0 e2 O! y) j$ b4 Z \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
+ a3 c7 F# F+ G \caption{Hot Map of one Room and one Floor} % 总图标题
3 X' Z% P; {: J6 K+ a' q4 i \label{fig:hot} % 总图标签
4 m, p4 @9 A, q' F7 U4 {\end{figure}
! w% K( K n {! T/ i表格
8 S8 }, |" w: j9 i2 s% 三线表4 u% F! |$ e) ?# N, T8 O0 h
\begin{table}[!htbp]
7 t2 n2 H* N: F* p\begin{center}1 p e& N g- Q/ t& R. a. @$ _! A
\caption{Notations} % 表格标题
& e) a3 q. ?1 ?: w1 d- d; [\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
! Z+ Z& L- e, q0 j9 b R \toprule % 上框线
9 Y; c0 l7 t3 X/ A1 | \multicolumn{1}{m{3cm}}{\centering Symbol}
, \6 p- w7 M4 F6 C- _: W &\multicolumn{1}{m{8cm}}{\centering Definition}\\% g2 z$ d- R" @ D, O! M
\midrule % 中框线
$ G' q) Y( {/ t* Q; G $\rho$ & the people density\\4 Y* ?2 t3 q: m# l% ~
$\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
! z, x. V2 x/ F3 H $v_i$ & the velocity of the $i^{th}$ visitor\\
. k# i& K% G% E5 i6 x $\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\) U4 y& S1 c6 J3 I8 M
$\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\
; U% p: ]- R0 L: W' |0 x $\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\5 k9 y+ `, E8 k# q+ x$ g& D
$\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\$ ?* D' l8 ~6 t6 R
$\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\% M3 f& a+ |! `6 \" u u' s0 K
$p$ & the ratio of the crowd decentralization\\& K/ A. P8 A1 p" T
\bottomrule %底框线2 [6 r8 X5 D8 W6 x6 L* `& v
\end{tabular}\label{tb:notation}9 P h+ Y: K( \2 K% b
\end{center}
3 g5 b( f: g. ~0 x+ R6 K- o( C8 K\end{table}% K. r r7 M0 U" \7 h
代码高亮
; p5 W+ m$ _+ G+ O& ^% 硬件语言 VHDL m% b8 t3 ~9 I# `+ ]
\begin{lstlisting}[language=vhdl]
0 p6 C" f% m6 A1 p* U( cprocess(sel3) --根据音调编码,分配分频系数
4 o; S! |0 P \begin
* Z& n/ q8 f. S. k9 b0 A case sel3 is- U2 ]; Y8 {" y0 P- @5 v8 a
when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!)
) T) s6 n; i- { [, z' _) y when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do)2 w& ~# m" y, |$ Z4 q
when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)7 y8 M4 e- @' ]- V* n
when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)
- [7 n# }) P' T: ~ when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)' z6 |: R# i/ w/ i' m
when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)
- Y3 z% \- h. _/ g$ s when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)
' C. v. S% G. Z }! T) o when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)
: {* l M+ d# [: W3 q' [ when others=>count_ld<="0111011101110"; --3822" Z- @, @8 U$ l
end case;
) c; n, S/ Y$ Mend process; ) I T, m& o5 s& M( t' d
0 t$ v5 [2 r9 j$ d% c+ F! _ g4 [0 F: t( I2 P( Q% [6 I* m
————————————————
- _: `- F/ ?7 L3 d版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
) W$ Y/ C$ l l: r' b6 L原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
$ k2 {/ E$ H, e+ N {" z) ?
9 }% \$ P7 }* h9 J% [5 Q' a+ v1 J5 @7 I
|
zan
|