- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 564833 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 174673
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
0 c2 F6 a9 d; `5 B! O3 L. e6 y+ b8 R: i' A5 @: d- k- j% |
数学建模论文常用LaTeX代码(2021美赛)
( x& j H1 P+ n9 w% V! \
5 U( A. o6 F0 h( u5 l) G
# o; t; i# f& h8 `) T; ]$ }% m* r
数学建模论文常用LaTeX代码
6 A7 F4 X: g1 g+ f9 ^' ?4 W图片7 @, _- z; U4 ]: E# A& T. T9 y
% 单图
* [% p' m# r1 w$ L6 r: v% r& p\begin{figure}[htbp]
, ~, l5 R, R' L) R \centering
w0 I' b e3 K" ?" n \includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置
1 C2 v* C7 Y8 T8 g, [ \caption{xxx} % 图片标题
) F* C( }" E( `/ e ]4 d6 ` \label{fig:xxx} % 图片标签
1 l# N$ S2 d3 [+ Y- V$ ~8 t/ Z. q\end{figure}0 |9 S: J6 l. O2 k3 y( c( ~7 y; Q0 }
- i3 }9 W4 t+ l# X; O0 P
\begin{figure}[H]
9 R0 U4 e4 M& v6 e% P& k5 R \centering' W5 O1 g2 x$ U. F2 K( r1 q
\includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置
" {; m* c5 j& u1 M- A7 C' ~ \caption{xxx} % 图片标题 / B( D/ S2 O6 f# _9 P# F" ]; V
\label{fig:ex4-9}
, D8 I; b& @$ J1 X5 F! ]\end{figure}
- m- {) ^1 @0 H/ j* f6 H7 y# p% 多图
3 W& b5 D6 I. p+ F\begin{figure}[htbp]9 e0 g' b. L+ q! P
\centering
/ [$ p3 [( R* @- i" A- V) ?9 v! O \subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)6 W5 O5 N* b, _" O
\label{fig:sub.roomhot} % 子图1的标签7 Q5 N( R8 K4 x- n: [
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
7 R" D* c! L! n) V m0 n \subfigure[Hot Map of one Floor]{ % 图片2
8 m' I7 I9 F# C" }1 ? A \label{fig:sub.floorhot} % 子图2的标签4 |/ ^) S$ p0 i. X
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
1 U1 W% ^9 N! i& R \caption{Hot Map of one Room and one Floor} % 总图标题
+ ?& k% R1 F" X a6 ~ \label{fig:hot} % 总图标签+ }3 b0 S1 B X, N
\end{figure}
: l9 L" j! _2 R# C; l9 r, [' X表格
- @4 t) P+ L7 Z: x1 \ }% 三线表" _4 d/ Q* V% K1 J6 a# l( ]8 V
\begin{table}[!htbp]
) b2 t" i8 _0 f K$ C) M\begin{center}+ \* c1 Y4 k9 V- k& h
\caption{Notations} % 表格标题. n. t5 a9 }6 ]0 E y
\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)( h* J4 P! l4 M: y0 L
\toprule % 上框线0 }* R* Y) l/ ]2 U _
\multicolumn{1}{m{3cm}}{\centering Symbol}5 y5 b# O1 q4 D/ c- o1 f
&\multicolumn{1}{m{8cm}}{\centering Definition}\\" i' `# P* f1 h
\midrule % 中框线( ~( N0 N9 ]3 Q2 D0 o7 ^
$\rho$ & the people density\\ U+ n; F+ E4 Y* r3 Z& j
$\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\+ T4 h" w( G; _9 K- H2 W
$v_i$ & the velocity of the $i^{th}$ visitor\\" e) d# Q$ | Q; C
$\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
/ _9 g" V: ^9 b $\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\5 f1 @/ U; |% o8 P* _" t
$\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\, U( f5 i5 S* q7 g% f$ ^; ^ c
$\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\* x7 Q7 J3 I! w# w0 \
$\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\9 R# a2 `* V# Y9 G7 l) s) X- M
$p$ & the ratio of the crowd decentralization\\
$ t" [, J9 A+ M \bottomrule %底框线$ a2 R6 L. @9 S3 \
\end{tabular}\label{tb:notation}7 |0 s" \/ ~" A' q0 P0 T
\end{center}, p3 U, u$ Y- r- a! f/ n4 F
\end{table}! J! k/ e" L" _' | g+ x' X
代码高亮
5 f/ D( V( g# |2 j9 ?8 e' [! X# F% 硬件语言 VHDL
$ s b( ]5 l, f& m" W9 n( z\begin{lstlisting}[language=vhdl], U$ V7 H; v6 A; c; x
process(sel3) --根据音调编码,分配分频系数
% h, D& |) p+ s) e$ @2 Mbegin
7 v# ?1 C4 N2 Y1 o case sel3 is L5 V8 }' b+ ]9 I9 V3 f0 J$ R1 o" b
when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!) [8 o' [, x5 [* v
when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do)2 S- \( S0 Y/ d# i3 [2 ], ]3 ^! c
when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)
5 a# i2 x' m- |. w7 q/ } when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)0 @8 ]) w# f) g1 h q9 m) W
when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)- C m" _2 _+ ]- f* _: j! F6 ~5 g
when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)! D, Q: D8 U. R# I$ u$ N
when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)
; }# g6 D8 c. j" ~6 } when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)) ]8 x6 I) \% v: ]8 R( x. C1 \
when others=>count_ld<="0111011101110"; --3822
8 {% V; ]% J) {# t _& Eend case;( T9 X/ X6 e8 p
end process; # ~1 m5 h/ y" r8 u" g' `8 i
4 n& X q$ C6 B: r9 [
. @1 \9 G! H7 r9 U————————————————
6 A9 t7 Y( o& g6 z版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
) |8 Z& g, @% A# G& f1 V" z原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
% X8 f" c' b, I6 t# C- W
8 E: Z Q! [2 ]0 A: l* G9 I) x
- ~/ O+ W4 v3 _* N) R |
zan
|