QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 5304|回复: 0
打印 上一主题 下一主题

数学建模论文常用LaTeX代码(2021美赛)

[复制链接]
字体大小: 正常 放大
杨利霞        

5273

主题

82

听众

17万

积分

  • TA的每日心情
    开心
    2021-8-11 17:59
  • 签到天数: 17 天

    [LV.4]偶尔看看III

    网络挑战赛参赛者

    网络挑战赛参赛者

    自我介绍
    本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。

    群组2018美赛大象算法课程

    群组2018美赛护航培训课程

    群组2019年 数学中国站长建

    群组2019年数据分析师课程

    群组2018年大象老师国赛优

    跳转到指定楼层
    1#
    发表于 2021-7-19 16:58 |只看该作者 |正序浏览
    |招呼Ta 关注Ta

    " B" _, |" V- j" V, S* \
    9 v- c5 S7 D) K, A/ W) y数学建模论文常用LaTeX代码(2021美赛)  y" [( Y' a5 y* `& ^5 W2 Q& o) z  t
    6 a+ e( s: U- Q
    8 H/ S2 a! C) }

    . o( T1 \1 X  B$ r' s数学建模论文常用LaTeX代码
    ! ?( \; Z4 e' w, B+ f图片  _/ B0 k# v: K' f
    % 单图
    5 r- H9 ?! B+ r7 M6 ?\begin{figure}[htbp]- L' t( p+ I) A# b& u$ p: H0 k9 o
        \centering
    4 _$ }9 L2 L2 B( Z% m( q) p    \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置
    , x3 n2 B/ @) R- u" ~- B, |. G    \caption{xxx}                % 图片标题 , Q- p( e+ e2 Y3 O* ^
        \label{fig:xxx}                                                        % 图片标签
    3 D3 i9 n8 {0 a, L" z\end{figure}0 n6 C" Q! w# C/ ?2 X/ ?4 r

    . C) c, C- n: l  |1 `\begin{figure}[H]
    - A/ _' n3 L, {& Y+ [- \    \centering; b# s5 H$ ^& g) @
        \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置
    , Y: _/ F0 h9 B    \caption{xxx}                % 图片标题
    8 ?! ^9 Z- p, S& D; U" C( `    \label{fig:ex4-9}  Y5 c! \2 @: C+ M% I8 G4 l- S0 ]4 p
    \end{figure}: l2 o  y$ Y5 N3 m% P# ~
    % 多图
    ' m6 d) F0 F! U* c\begin{figure}[htbp]% Y! L# H& D& t7 ^
        \centering   
    4 \# d1 x# S, p/ e1 K    \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)
    0 \9 W1 ]$ d5 r/ W* T    \label{fig:sub.roomhot}                                                        % 子图1的标签' a9 ^/ a% t+ e$ d# x
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
    # C5 v) V& ?6 B    \subfigure[Hot Map of one Floor]{                                % 图片2# X0 v3 b+ D/ e; c. b
        \label{fig:sub.floorhot}                                                % 子图2的标签
    4 K; e7 v3 \1 Y# t6 a    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
    ) h; }( W1 e& G8 t: `# ~; R    \caption{Hot Map of one Room and one Floor}                % 总图标题
    % B2 F$ ~; p6 W5 |0 |    \label{fig:hot}                                                                        % 总图标签
    1 t: R; y  l2 b8 o  |\end{figure}* {3 H) k) K; P) D3 N$ y
    表格" \1 Y' w( u% _, d" u2 K: }
    % 三线表
    & y3 ^, }7 i8 Y$ `; ^1 n\begin{table}[!htbp]& N) L) q' l* `: r1 o( A
    \begin{center}
    8 [( O& N( A$ K# p\caption{Notations}                                                        % 表格标题4 R' E4 Q' Q- k
    \begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
    2 z1 p0 H2 o# c: ]6 i        \toprule                                                                % 上框线
    4 o1 E! S( t" E+ F- W0 f0 A        \multicolumn{1}{m{3cm}}{\centering Symbol}! I5 e: X+ X2 X4 G5 Y$ u
            &\multicolumn{1}{m{8cm}}{\centering Definition}\\0 z, M' i- d1 ?$ x3 a+ g$ j
            \midrule                                                                % 中框线: s, x9 i9 g; w4 a1 s: `
        $\rho$      &   the people density\\
    , m, O" L* @& S6 [) W3 V    $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
    / B* L, K% G$ O' Y: z9 m, P    $v_i$       &   the velocity of the $i^{th}$ visitor\\- w3 ~9 c2 B. q( b$ v. T" z
        $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
    ) c$ a- t: b6 |4 H: f    $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\) ?# m% i; _0 P# h$ D7 h5 H; A
        $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\! b/ X4 x% P- Y
            $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
    8 D+ W: P2 ^2 ]% [$ q# x* c  j    $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
    & |4 {% D; Y. N, }9 T# G% r    $p$ &   the ratio of the crowd decentralization\\3 x5 ^; a, C  c  v; r3 T
        \bottomrule                                                                %底框线2 h8 p/ a- N1 b4 n5 K3 w
    \end{tabular}\label{tb:notation}
      n; E1 B" s; x, i7 Y\end{center}- V" r4 k2 W# g) ]0 J8 E
    \end{table}0 O: G& _# m8 I2 T6 |/ e  a
    代码高亮  c$ L  O5 X+ O
    % 硬件语言 VHDL
    * D# }6 N( `  \, |, N\begin{lstlisting}[language=vhdl]4 L: C  o0 N6 V9 T' _
    process(sel3) --根据音调编码,分配分频系数
    * H( {9 _3 m, [2 B2 z6 ybegin2 d8 a$ \6 Y. }; R, K& C
        case sel3 is4 d2 f& k; _, ?: J: A' H  w
            when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)/ _  `8 o8 _! g9 s2 w* a
            when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do); x8 }3 r- l4 z3 Z1 @
            when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)3 M& q8 G) H! F; p% L
            when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi): h0 l( Z- a7 _# l
            when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)
    ; [& c6 l8 p* w% ^# j        when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol)$ y  f* O8 j: E
            when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)
    0 z4 T( \* x! M( S        when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)( Y6 S1 {2 ^3 {1 G: x$ O' \
            when others=>count_ld<="0111011101110"; --3822) l6 j9 [" C: I& O6 I6 d
    end case;5 \8 `9 C( x  I. q* g
    end process;   
    6 I2 B/ d4 F; x$ b) F' p* j# n
    9 L+ H; G( Z9 i# O3 C, C, O

    $ t; L+ _$ K+ Z+ f1 v& M6 ]+ P————————————————
    , f: C1 g% C, n3 G! d2 T版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。, A% i- l' Y1 [" `* n8 r
    原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972' e* n8 e/ ]/ D% {+ `
    ) B: l8 }. ?/ o/ `. N
    9 e/ P+ g1 c5 v: Z# ^
    zan
    转播转播0 分享淘帖0 分享分享0 收藏收藏0 支持支持0 反对反对0 微信微信
    您需要登录后才可以回帖 登录 | 注册地址

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

    关于我们| 联系我们| 诚征英才| 对外合作| 产品服务| QQ

    手机版|Archiver| |繁體中文 手机客户端  

    蒙公网安备 15010502000194号

    Powered by Discuz! X2.5   © 2001-2013 数学建模网-数学中国 ( 蒙ICP备14002410号-3 蒙BBS备-0002号 )     论坛法律顾问:王兆丰

    GMT+8, 2026-6-20 23:13 , Processed in 0.464578 second(s), 51 queries .

    回顶部