- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 563315 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 174217
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
1 e: ?. w7 }% n# f* z8 {' ^2 H% J# i( t$ ?; _# \! c7 g
数学建模论文常用LaTeX代码(2021美赛)9 a& k+ ]+ x3 b+ n+ H8 e
8 w% f T7 Y- x+ _( o5 }# B: @0 Z) f4 t3 Y
, ?$ Q; j( c j1 `数学建模论文常用LaTeX代码2 M E3 Y$ B+ Z- w# @
图片
1 M4 {0 }* L; B% 单图/ h( m( _- F0 e! G- U
\begin{figure}[htbp]! D$ }! y3 t9 \6 X9 W
\centering
2 J" _6 z7 L) M: Z \includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置
2 x4 H+ H4 |5 X$ P1 l \caption{xxx} % 图片标题
+ K$ B: @1 Z+ n0 K5 O6 B7 i/ y! h; @ \label{fig:xxx} % 图片标签# f6 {* g0 D) D4 Q* t
\end{figure}
' T M- c. c5 g" G! u# ~: _; K , |4 |6 g& D! A# r& Q
\begin{figure}[H]
( G2 d5 N2 s' d7 M6 X6 M' v9 {+ w0 M \centering
- |- i1 ^* ^9 F8 k! U8 Y \includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置. W" a0 O/ d" T4 T; C* N
\caption{xxx} % 图片标题
& r# v9 s0 a5 Z% a5 ^6 T; O; K+ ` \label{fig:ex4-9}4 H" L- M+ c) Q& v! J
\end{figure}
: @: z0 O' ^( q% 多图
3 y1 p2 l- ~- b, s* g, l\begin{figure}[htbp]6 K6 S, S" B& F. E, Z) T% t
\centering - [& A" S% F# K5 u! Y6 [9 `
\subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)
+ D0 Q, u2 w* F \label{fig:sub.roomhot} % 子图1的标签$ o" H9 ]2 D4 @( p/ u- o0 A) N
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
. Z, r6 _0 {& G% q \subfigure[Hot Map of one Floor]{ % 图片2. W; \& [! A: W6 N- F
\label{fig:sub.floorhot} % 子图2的标签- \1 E* m- g( f& C) @1 a& y0 p
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置$ i# \' ?8 b! r' ?& t7 u
\caption{Hot Map of one Room and one Floor} % 总图标题* u" U3 S. B+ v* F& h1 }- j3 e
\label{fig:hot} % 总图标签
+ u& m9 E+ s& \\end{figure}$ x% j4 Z3 y: H+ u8 L; a
表格
$ @% l8 [9 P% R) f7 ]7 M% 三线表
0 Z" S& P+ J) a\begin{table}[!htbp]" `0 M- m+ \% S' i M
\begin{center}: O% Q; \ G8 N) @2 v
\caption{Notations} % 表格标题
2 s" G' a% ?2 T7 H- l\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
) c9 _# A0 O: U' T5 ? \toprule % 上框线9 i4 r Z' t4 E. O9 ]- J2 m! t
\multicolumn{1}{m{3cm}}{\centering Symbol}& N$ o9 C" {9 N# \% I4 z: h
&\multicolumn{1}{m{8cm}}{\centering Definition}\\ Y6 b9 p" d; Z( D
\midrule % 中框线
" r% W8 r2 O( t! }# w $\rho$ & the people density\\5 ^$ c5 \$ c; x) l# A* D) ]8 V/ b( N Y
$\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\- A) @, H: ?+ h* o$ f) U) s3 h- J/ R# ]0 G
$v_i$ & the velocity of the $i^{th}$ visitor\\
* R( |9 T. g5 B* r& z/ P3 R# [ $\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
% ^# _ w0 [9 }$ n0 e $\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\
' O, F4 n1 s" \4 Q+ q, V $\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\
, c) _* e' x4 B $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
! c( h& Z/ ~- ~0 d& H- X7 B5 r' n $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
, k7 f: X& g8 p8 K' } E $p$ & the ratio of the crowd decentralization\\6 K; N4 m* |; r
\bottomrule %底框线6 h' {* M8 M/ [* @5 e$ W
\end{tabular}\label{tb:notation}) d& m6 t; h# a: U
\end{center}
* e+ H# G, P0 o! ]" J- @\end{table}: I+ Q) n* `! N0 ^
代码高亮 R6 E. W2 ^& B2 E
% 硬件语言 VHDL
2 t; T/ L9 O4 O) h$ I\begin{lstlisting}[language=vhdl]; v1 G/ h- o# B5 |. U3 Q
process(sel3) --根据音调编码,分配分频系数; [* B' ~4 r7 U/ l
begin6 Y( }; x7 u4 n3 X9 I: R2 U
case sel3 is& e4 h7 d2 b2 j+ B
when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!)
3 Y1 R8 A* C% r$ u' F$ O when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do)
( Z# G% t- g5 l# U/ Y1 ]6 ~' ]* U1 r4 y when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)) N2 F( g- a1 l3 d+ N4 \
when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)
( F1 q/ ^) f* Q# n when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)4 L6 {+ h' L, P+ R
when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)$ f& |2 B( \$ e" a8 M6 } I% }7 {
when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)3 S5 J1 W7 ^; J. v- h' W
when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)7 K- A* o# g5 e6 u1 Y. d1 g! F
when others=>count_ld<="0111011101110"; --3822
1 u+ T# o0 z4 x0 s, T0 T! Uend case;
- |, t* A8 v: T$ N5 Mend process; 3 e3 D- z# v6 v7 n+ P; [
6 O6 g! h u2 h7 N: U+ P
( b5 |- c* E v# Q! P. e————————————————/ y& f6 j! M5 q
版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
( L/ t1 P4 M W/ Q# X- J原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972% b& @( _$ X7 D5 ?/ ^3 z+ G# q
) M* e( O. B1 @% a$ e3 C
" H: X8 j$ B* e7 ?% I) D9 e
|
zan
|