- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 564460 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 174561
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
3 Y/ W+ ]7 }% b* q
) I: j- g( i _6 W+ H3 D1 o数学建模论文常用LaTeX代码(2021美赛)
3 T: a- E. J- \
$ B4 C, j2 f4 @' X3 X6 }( A: [* x& P7 Z# L
4 w2 ^' l! T8 v2 s; @% L3 M
数学建模论文常用LaTeX代码& ~' S5 y" i9 R* z' R0 O
图片# ]0 c/ k& Q. U
% 单图7 \4 v) {' B/ ]* F
\begin{figure}[htbp]
4 f. V/ W9 e; O& K0 _( z0 T \centering7 B. E" b% o3 C1 w9 J" @, j
\includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置
9 R# w# `, h( B: }8 l \caption{xxx} % 图片标题
$ ?( A6 y4 F4 V3 c0 q! w* W \label{fig:xxx} % 图片标签
/ Y( E( [0 r! n! W9 p1 p" J\end{figure}
+ J# z$ [2 @! v! q - m$ T2 f4 O+ T0 K- U9 ^0 J [3 |
\begin{figure}[H]5 L! O2 J% S5 N F \ m
\centering
i) Y+ n& R t2 S G3 m( r0 i: x* V \includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置! N6 ]. E) @# B* J
\caption{xxx} % 图片标题
: b7 ~( \5 g/ t& m( Z \label{fig:ex4-9}
+ _: \6 R! [$ E; V\end{figure}, O( N" U: ^( @7 Q1 c6 o/ P
% 多图
" ?% R" P7 k7 u5 Q\begin{figure}[htbp]
+ w+ b: @( g/ | B) y \centering
- T/ E0 W$ q9 ]0 w: s \subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)) Y( N' F, j+ l8 `
\label{fig:sub.roomhot} % 子图1的标签
+ o' @* y" K) S3 w \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
Y! N4 ^) T% W* t \subfigure[Hot Map of one Floor]{ % 图片27 r: h4 _2 n, s9 r/ j
\label{fig:sub.floorhot} % 子图2的标签( n4 P5 R0 f8 q6 M- }3 w' c
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
- V" y* |$ z# S1 ~. a3 K9 | \caption{Hot Map of one Room and one Floor} % 总图标题
$ J w8 l, e6 E! l3 w \label{fig:hot} % 总图标签! \7 f. M( H" t0 w4 n' `& P O7 E
\end{figure}- u. Z' ]$ [& [6 I- g' V
表格6 o( s2 k* O% G7 e& a
% 三线表
" i' V' }5 z/ a" F6 ^5 F$ Z\begin{table}[!htbp]
) r) G5 m' s: U, D\begin{center}
' q. K$ R7 M$ i. {\caption{Notations} % 表格标题5 n1 M! F/ D/ z( v( x/ ^+ \
\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
; _6 ]; N2 ^' H; p. N \toprule % 上框线
+ P F2 Y+ K# o8 ~4 } \multicolumn{1}{m{3cm}}{\centering Symbol}/ Y: t9 `# m. N- H1 F+ z0 D
&\multicolumn{1}{m{8cm}}{\centering Definition}\\
5 c' w# l, X# F" H {: S$ [( T9 P \midrule % 中框线% B) y. O T# u- e# E: G
$\rho$ & the people density\\
' \1 g% a5 h' h | $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
% R. O1 H: u$ D. z6 v& Y $v_i$ & the velocity of the $i^{th}$ visitor\\. H8 [! ^# G4 W/ T: d) ^/ |$ T
$\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\: Z- U5 Q1 h# [; g* C2 V9 Y) J5 o
$\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\2 M. P$ w) F1 G5 F H
$\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\
2 b: ^ w9 T1 w% e; ~' ^! T $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\6 W7 H) B/ M# @5 n- F A
$\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\6 O3 X [9 {% o4 ^& q
$p$ & the ratio of the crowd decentralization\\
3 R' h$ t4 |5 ] \bottomrule %底框线2 ] _0 T# o) L# ]& H0 B
\end{tabular}\label{tb:notation}
: s0 B7 o' T3 @8 q, f1 d; \\end{center}
5 s! j, P) e% w6 G% b, N e\end{table}
9 n" }8 X9 K ~" j: _代码高亮3 |; o% S" m a, Z; E
% 硬件语言 VHDL
" Y- a$ i [' R\begin{lstlisting}[language=vhdl]( t) L6 l3 @: u3 v! I& P
process(sel3) --根据音调编码,分配分频系数: y# K& F0 Q: w( k, Z) G
begin
9 K* X7 r* s- {- F2 r6 ?( J case sel3 is' G0 T: J4 P0 E2 `: w4 j
when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!)4 ]+ @ g, Z5 D$ e5 U
when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do). [" Y3 I7 n7 R& v% i5 p
when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)
. a/ W" y9 K/ M& h, w3 U when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)! i0 _) C3 W6 S: c" C* r+ x* W
when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)
! M4 }" C" B/ V; q1 E when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)" {' k- L) [# X8 W( F1 ~6 _
when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)
+ y; _4 v, S u when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)7 ?6 ?1 x0 t4 ~7 V- d% V
when others=>count_ld<="0111011101110"; --38226 u6 F4 P6 Z* K. z* T7 Q' S
end case;
7 N8 D' l) l7 e3 V8 N# Aend process; 0 l& n8 y% e' h/ M
7 d7 w' y2 U9 r D. P; D% @: ^2 o! D
————————————————7 S+ B' z; U; f/ H5 |! ~
版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。: p3 {' X+ K& q+ P* G3 X# u
原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972" N' q: q K. ?! L0 {3 c7 p
% C% r. R5 v# e, k( r, B: M0 V6 V8 y( W$ N9 M: x( H
|
zan
|