- 在线时间
- 1630 小时
- 最后登录
- 2024-1-29
- 注册时间
- 2017-5-16
- 听众数
- 82
- 收听数
- 1
- 能力
- 120 分
- 体力
- 565615 点
- 威望
- 12 点
- 阅读权限
- 255
- 积分
- 174907
- 相册
- 1
- 日志
- 0
- 记录
- 0
- 帖子
- 5313
- 主题
- 5273
- 精华
- 3
- 分享
- 0
- 好友
- 163
TA的每日心情 | 开心 2021-8-11 17:59 |
|---|
签到天数: 17 天 [LV.4]偶尔看看III 网络挑战赛参赛者 网络挑战赛参赛者 - 自我介绍
- 本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。
 群组: 2018美赛大象算法课程 群组: 2018美赛护航培训课程 群组: 2019年 数学中国站长建 群组: 2019年数据分析师课程 群组: 2018年大象老师国赛优 |
: p. C8 R, E2 P( t0 R w1 B
( D3 Z) w; H* d# P. K9 Y I& v3 n数学建模论文常用LaTeX代码(2021美赛)
7 K8 M* W/ K4 n; S3 e4 r6 ]7 B: U$ k
1 {5 [7 W; L( y$ B
5 y+ N# I3 {7 y, ^* {$ H, C数学建模论文常用LaTeX代码
6 [& S/ j0 e: Y: I. v图片
5 S! O7 s. z' e) M0 e% 单图2 K7 i2 l& W+ r$ w
\begin{figure}[htbp]
2 p6 C8 F( V0 C+ P9 f% z \centering
3 J/ y g. [ h% N \includegraphics[width=.9\textwidth]{XXX.pdf} % 图片相对位置( o; Z% B: m7 m# w( z* t$ V
\caption{xxx} % 图片标题 ; N0 H& `: B$ p$ {
\label{fig:xxx} % 图片标签
% K- F. z) z( H+ F7 I# [\end{figure}% z. A0 C' h. ~) s' O
0 \! f; [1 x* Z7 o0 [1 l8 S8 W
\begin{figure}[H]
8 G w" V1 ] z Y \centering, ?* j% U, E) W, n0 d: i
\includegraphics[width=.4\textwidth]{ex2-3jie.pdf} % 图片相对位置
* j+ E& @1 E. `/ O% G \caption{xxx} % 图片标题
# K3 b" a2 Y& m7 K \label{fig:ex4-9}
* a. ? `* H; X2 v( R" \# Z\end{figure}; V! M# W T" e8 j+ v' _
% 多图1 D9 s- L6 }) i2 R' G! V; M \$ a# i
\begin{figure}[htbp]& x( r4 A% F8 i
\centering
, Q. z; p6 E- l h \subfigure[Hot Map of one Room]{ % 图片1([]内为子图标题)9 y2 t. c0 S7 s- D8 Q
\label{fig:sub.roomhot} % 子图1的标签- e" i' N1 h ~! f, h7 F
\includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置# ^& I- A4 h# K
\subfigure[Hot Map of one Floor]{ % 图片2. v( G) G: l/ X/ i$ F4 l2 G- O4 [8 {
\label{fig:sub.floorhot} % 子图2的标签
- ?. J" D- Q+ U) H8 ~9 v \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
5 c Z( \" l4 d. b. D \caption{Hot Map of one Room and one Floor} % 总图标题 w( H* ]$ ~2 ]
\label{fig:hot} % 总图标签0 x0 {+ D& a3 }7 B+ z
\end{figure}
$ @$ r, q, I1 L6 j- p表格/ }# E, e( `; i( H+ v
% 三线表& {( A$ y9 g* M- L& F& n I
\begin{table}[!htbp]
) X7 w/ |. u6 D6 g- C4 V6 y& E. o\begin{center}
, i' [3 _2 ^! n9 V. [+ O% _\caption{Notations} % 表格标题
* o' ~: T* U7 [5 z( c2 I- K\begin{tabular}{c|l} % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
! U1 `; I/ g3 X% h) J1 U4 X \toprule % 上框线6 m, n' M& ^( j
\multicolumn{1}{m{3cm}}{\centering Symbol}1 @9 }/ k: E# b
&\multicolumn{1}{m{8cm}}{\centering Definition}\\
& i" A* O- Y2 B& F6 v \midrule % 中框线
. G5 ~2 _; C6 P1 @# T8 S9 M( p $\rho$ & the people density\\
& N, \+ m: u. a q $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
, I3 U8 x- Q$ w/ k6 V- W6 q7 a $v_i$ & the velocity of the $i^{th}$ visitor\\
+ R; _4 H. @6 p% q3 P $\overrightarrow{F_{Mi}}$ & the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\- }! v, ^& D# i7 y6 h
$\overrightarrow{F_{ppi}}$ & the people-to-people interaction force on the $i^{th}$ visitor\\
# [7 _# d$ R# P $\overrightarrow{d_i}$ & the expected movement direction the $i^{th}$ visitor\\$ g3 |, u u% f: }
$\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\8 C. Q$ S4 J! q9 g: ?
$\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
1 k9 X2 P* \- O# V $p$ & the ratio of the crowd decentralization\\
; [9 F$ i$ a u5 P, n" U7 [- E \bottomrule %底框线
, }9 Z" K; c/ S\end{tabular}\label{tb:notation}
7 k' {: _5 E; `\end{center}1 B S" K9 [3 Y* V- V
\end{table}
: J6 C- u" F4 I" |. ^代码高亮
9 O- ]3 i( V6 E% C) k8 w" K% 硬件语言 VHDL+ I- t2 m6 @( [, f j# a
\begin{lstlisting}[language=vhdl]2 {" \0 k- k' @* Z
process(sel3) --根据音调编码,分配分频系数
B9 q9 w/ \! w) ~begin
9 t9 d: F# U1 v; p1 Y" Z$ G1 B case sel3 is0 _7 g$ S$ \4 s3 n# N
when"000"=>count_ld<="0111011101110"; --3822 -- 1(中音do!)
* }, t& p. ^ B6 U# L0 W when"001"=>count_ld<="0000000110010"; --50 -- 1(低音do)
& M$ w3 n. i% h0 Q when"010"=>count_ld<="0000000010100"; --20 -- 2(低音re)3 l9 u+ u* u3 Z7 Y
when"011"=>count_ld<="0000000001010"; --10 -- 3(低音mi)
7 h1 I1 T% w; X1 P when"100"=>count_ld<="0000000000101"; --5 -- 4(低音fa)1 y6 ?3 U, v9 l, R; N$ j& B( C4 [
when"101"=>count_ld<="0000000000010"; --2 -- 5(低音sol)$ Z* Q, q& `! X4 F( _
when"110"=>count_ld<="1000111000000"; --4544 -- 6(低音la)% ]7 G5 q5 w/ v' t. y
when"111"=>count_ld<="0111111010000"; --4048 -- 7(低音si)
. x9 i( }* S: r5 |( n7 y" N* { when others=>count_ld<="0111011101110"; --3822
3 f; ~8 y. v) |. J! Mend case;
7 ]2 i6 C6 _+ J: ~) a! C5 ]% ]! fend process;
8 N* Q1 _" K: \9 R4 o4 ?4 o) v" s" d+ l1 R
2 E3 f$ R6 M! \. H$ k, r5 Y% _
————————————————' o4 F ?$ k- @
版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 L) ]( g) L' T* l0 C: R/ q
原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972) |7 b; p9 W$ q, J+ d' ^' p) \
/ C& W& p- Q% k+ u4 k$ `
& P) j6 p! I% ^
|
zan
|