- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 563276 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 174206
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
7 W$ j6 z9 `# v
/ G$ Y9 e- F! ?% S, r, e8 s
数学建模论文常用LaTeX代码(2021美赛)' f( ?$ d+ {6 ~; A `- F2 y
" `' h) `% I) |+ ^
& ^! L' \/ I/ G* v9 v, h. u
# S2 c, q5 P& w数学建模论文常用LaTeX代码; L0 R; T- @$ \1 U* c' a
图片
$ g, A9 l" W6 r+ q0 D, M% 单图
[, N2 t( k4 Q2 R( w\begin{figure}[htbp]
* E# G5 O' `+ B# q9 Z5 _! Y \centering
9 _- L, j F8 O$ |8 l% |. e; K \includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置' V# J. H" P1 X& F: t; c* B3 m0 c
\caption{xxx} % 图片标题
5 k9 w3 ~! e' n5 h7 }" S \label{fig:xxx} % 图片标签( s5 [" m7 u5 D* q' Q0 v) i$ d
\end{figure}: u! W& r% \0 t( b& t2 b- D
6 s, A6 l' e, k: v" [. a\begin{figure}[H]
: J, w, L1 p; L( ]# I5 Y \centering" p& @) q* q& e6 i) ]1 p
\includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置
3 ~+ h9 P$ L7 o \caption{xxx} % 图片标题 , B0 L& J# F* w( F x5 ?& ~
\label{fig:ex4-9}
+ I2 m1 F9 d4 x! [\end{figure}
6 ^! Z" v T2 M, b4 { m% 多图
: E; w1 j* N4 L7 ?$ P s\begin{figure}[htbp]
# I& x! X' k- @% \& C/ o; P- k \centering ) Z" ^; A* s, @! s! Q# n
\subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)( {/ V) A% N/ g/ I
\label{fig:sub.roomhot} % 子图1的标签
W' W& `8 G4 Q0 j. G. f/ } \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
# e. @7 q# {7 I% ^* m \subfigure[Hot Map of one Floor]{ % 图片2
9 p7 U( W+ B w `) A" Q \label{fig:sub.floorhot} % 子图2的标签% r1 A8 ~3 B0 r
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
. o, {0 E2 s% _3 d \caption{Hot Map of one Room and one Floor} % 总图标题8 q( R/ t+ u3 f. j2 T% h
\label{fig:hot} % 总图标签9 N( V: ~7 @' w( E2 h1 `
\end{figure}
9 T' L, J# k9 K. g! L! g" z- ^# Q表格
5 v/ s1 Y4 i4 Y, t+ Z% 三线表2 s1 W5 e7 o& Q( Q) D, \) Y
\begin{table}[!htbp]
, @4 u2 r& [/ K; \\begin{center}
. W. Y. O+ T6 C& B7 d) l\caption{Notations} % 表格标题
( _3 s2 X9 z( E! H- y& \$ Y\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)5 W* a& G) S+ U; b6 K- w
\toprule % 上框线
0 O. u$ N, I( c4 p* j \multicolumn{1}{m{3cm}}{\centering Symbol}
w* V" Y# @9 @ &\multicolumn{1}{m{8cm}}{\centering Definition}\\
2 ]& \+ ~ }& H5 S \midrule % 中框线2 S* R7 l3 e5 b2 V
$\rho$ & the people density\\
. B6 C& D- x, @! M% n $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\. F, f) ^' t( V; N) T
$v_i$ & the velocity of the $i^{th}$ visitor\\
% Y# |3 L j2 D $\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
; d! q9 r$ X8 l% u $\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\; ?2 i' |( a) w3 G
$\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\& l9 w; s- R2 r% I- N. w6 g
$\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
# |( w% @2 S3 Y3 m $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
. X7 y1 Z4 j; q1 H! C& G $p$ & the ratio of the crowd decentralization\\) S/ |, ~; w2 E+ Q
\bottomrule %底框线/ k, s8 r/ d# y% U
\end{tabular}\label{tb:notation}
; g' Z ?- U2 \0 E" U\end{center}
E# a/ f# m9 ?' a: I+ V* x$ O! b\end{table}
; r0 p$ r0 u6 d# P; |0 J: J代码高亮7 k6 U) v3 e& s
% 硬件语言 VHDL
% e. Q* y5 v1 \! D [/ ]. P\begin{lstlisting}[language=vhdl]7 p1 G! u! Z3 {
process(sel3) --根据音调编码,分配分频系数3 z0 O/ P" K2 q
begin2 F8 m/ L/ j# D1 g
case sel3 is
. f" F u- F9 ]( Z5 h5 H6 ` when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!): D" x* x. Q/ c. s' ^: x b* o" M
when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do)
$ k( C3 @ |( S1 A2 q when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)+ F5 ]) ~7 ?" t. _; ^7 c. [
when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)! M! A8 S; |4 D' j
when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)
7 S) ^6 ?# c( u2 x8 [% a: ?+ E( Q when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)0 \6 N' K2 r7 g3 e" _1 S0 w* w
when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)
$ E% o, D* w+ n% u5 ` when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)
2 W3 g( @4 y% c0 c: b2 V0 o# c% v when others=>count_ld<="0111011101110"; --3822% ?5 L3 y3 _! k6 n
end case;& ^) I9 I& t/ P1 M
end process;
( K! R! D( W. d$ r
0 S) E- |- c" O" w+ u& T
- `/ S7 S' j) L! T7 K( ]0 z- D————————————————
* M0 }5 g9 w: o( s3 D$ e; \" _版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
* d5 z% ^% `7 `/ k0 \原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
$ ^7 t; b$ M f7 l
. |- r9 W% ]) ?9 ]" Z* q0 Q0 p" y/ B. w/ T9 X5 i" P
|
zan
|