- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 565610 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 174906
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
9 n7 H: J4 ^, Z" N, o" v6 p; J& J
- r7 ~' s5 z& h1 ~数学建模论文常用LaTeX代码(2021美赛)& f. p$ M1 E; P' K ]
7 F6 L& z' z5 K
" p- C* e$ E' W5 c
( x* @* S. q) c. U0 y数学建模论文常用LaTeX代码
: ^9 m$ e! Y! N- p: p图片# X1 v% t0 Y* |+ r' n0 F: J
% 单图
, n w6 W6 c4 r6 m; s% s3 j% b C\begin{figure}[htbp]
! v5 T% n/ P/ J; j/ U" R0 W \centering; k$ H4 c4 e6 x; q
\includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置
. ^! |# d; i$ v \caption{xxx} % 图片标题 2 L8 X3 l- R% C- c
\label{fig:xxx} % 图片标签
0 I/ X! K% n. j8 L0 t\end{figure}( ]$ `$ A3 X, B* j3 A
6 G* O+ f* L; \0 h" A" ~8 E9 v. d! C
\begin{figure}[H]7 k# o, ?0 }; L! p+ z0 r
\centering
8 }/ {2 X f( b7 i0 A* d" ?7 Q \includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置0 ~# Z7 ]. E8 \' Q
\caption{xxx} % 图片标题
6 Y. A2 T0 e* O% T3 q \label{fig:ex4-9}
( b* `; L L+ l# ?$ N\end{figure}
k0 F+ U) Z) y4 z" J ?2 l% 多图9 Q1 T, [, y0 e ?; d& q
\begin{figure}[htbp]' A6 }7 e' `; Z! g0 k" q9 p( j
\centering
3 M3 }( ? M" y3 N- E! C! s. A \subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)8 F$ F5 s0 i1 N% R1 f' w$ p
\label{fig:sub.roomhot} % 子图1的标签1 r* W! V0 H" V# b) @5 u1 ?, T
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置9 L$ w: z: K: b5 s4 J% a+ q
\subfigure[Hot Map of one Floor]{ % 图片2
% a5 p& L# ^+ Y! R \label{fig:sub.floorhot} % 子图2的标签9 B8 z% a, u r% g k1 O
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
" Q( l& M, P* }5 r) Y2 A; D `9 M \caption{Hot Map of one Room and one Floor} % 总图标题
0 z) I5 I3 n) Z+ a! y" C# G6 H \label{fig:hot} % 总图标签# b+ m: t% g% A$ ]
\end{figure}
# k) q+ _+ H0 f! Z" }6 `表格
x) p Q0 Z) a% 三线表
% w! y) [! m6 s* G* E' M\begin{table}[!htbp]
. P: H! K0 h3 V; n5 ~$ g- w\begin{center}
! d8 ~. \* E& p( v$ z\caption{Notations} % 表格标题5 b9 S# l* Q V$ u
\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)& v1 u6 f3 ]' d/ H
\toprule % 上框线% p7 ?+ _# o: f7 u! M1 I2 ^# i" M
\multicolumn{1}{m{3cm}}{\centering Symbol}
. ^- I9 T) ], c# T; u &\multicolumn{1}{m{8cm}}{\centering Definition}\\
, [ f/ g4 y8 e2 X. R5 e \midrule % 中框线
; L$ z( t! w$ |- n $\rho$ & the people density\\
/ B4 h0 ^- C# w2 v/ c, m1 o& C $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
" g6 s! J% V5 i d5 [ $v_i$ & the velocity of the $i^{th}$ visitor\\* o& q6 p4 L1 z7 _) v8 ^
$\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
5 k+ w5 Z; v) C# }& ~7 Q $\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\3 @& b3 h% f' M2 {3 g
$\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\) K% l: [2 J( ^( r$ f/ q
$\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\7 ^3 X3 L: d9 ?$ H) u/ \
$\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
$ R$ M z- l9 U5 |3 b. s $p$ & the ratio of the crowd decentralization\\
# T* o& P4 e$ r. e$ }$ ~ \bottomrule %底框线! r( R) I# W, p5 e" o) a
\end{tabular}\label{tb:notation}
+ n4 k1 L9 Y9 ~+ I% J5 ^\end{center}
5 q! R) y$ J/ N4 G8 @: A\end{table}
$ v: J' z$ |$ B o. y代码高亮
3 m: ~! V! ~) W" Q" C6 M& [% 硬件语言 VHDL
4 _" G' F" C" x; P x; D' |% l7 P6 A\begin{lstlisting}[language=vhdl]% C' X. s8 \- _' w0 E3 |
process(sel3) --根据音调编码,分配分频系数
- A$ f* O# X7 ] P9 Ebegin* p6 W& E3 n0 P. Q' B
case sel3 is
1 o4 F- ^) r. V0 y when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!)
8 Y; C7 m3 N6 h! G% V. t9 q when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do)/ B5 O8 F! y3 V1 p# ?/ x8 X# Y2 ]
when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re): k( |: C' \" L& O6 K
when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)0 u$ K0 Y/ M+ c
when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)$ w4 }6 \3 U- t9 E1 `% U, G
when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)0 R! z0 k$ O- Z K. Y$ o
when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)
( \7 \+ H9 v/ g4 F" y( x7 n4 g when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)$ e4 r: j5 a3 q1 o) e
when others=>count_ld<="0111011101110"; --3822
0 {5 d( M, T5 v! H$ F% tend case;$ a2 R: a$ z" x) u) g' i
end process;
w0 |1 Y& ^7 ~+ l+ e
+ G u1 X2 M2 Z; J3 O5 ?3 ?7 \! d* y5 z
————————————————
" R9 @$ k. b5 F' D _版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
$ F& p! Z |2 ?5 `5 U) B原文链接:https://blog.csdn.net/weixin_46325577/article/details/1135229723 i5 t0 X, P7 w$ P8 `7 X2 V3 `
6 ]5 u2 A5 R/ M S1 O5 E* T7 a
7 M' s" C9 Q9 V) b- h8 ` |
zan
|