QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 5305|回复: 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

    % I7 b; m  ]1 K% Z4 f2 z* D$ c, E) O+ I8 c- Q- `
    数学建模论文常用LaTeX代码(2021美赛)
    " b9 D; {; `9 n( w. ?% D3 G7 a
      _) I9 r8 W2 {0 n: a
    $ K% ~% j+ `$ L

    + P4 {; R  v& j( |+ Z数学建模论文常用LaTeX代码9 z$ d- }" \, @! T6 u
    图片" w; ~7 ?- i: T0 F4 E
    % 单图* L2 n$ u" r/ i( H9 G! |7 i3 g& i
    \begin{figure}[htbp]; k4 U2 z) @( ^
        \centering
    ' D8 {4 [9 x1 F1 a- g    \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置
    : X# }4 S. W4 ?% ?( i3 S    \caption{xxx}                % 图片标题
    ' D% i2 D% `( O4 ~2 y7 j/ o  W    \label{fig:xxx}                                                        % 图片标签; I5 l8 g, }! a2 d4 C
    \end{figure}$ C; C6 d% l& d. o1 Z  f; K
    4 U1 p8 t( M# Y0 l' Q. ~/ _' r
    \begin{figure}[H]: Y( w% T% }& V7 k% o2 Q  }
        \centering
    , P* k6 e6 u: |: v0 K' ]% q$ G    \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置4 v- g! L9 ?( T% V' T- _4 D+ t
        \caption{xxx}                % 图片标题 # B, `0 E3 U8 u3 N. L* T# T
        \label{fig:ex4-9}' E- @& j$ ^: U5 C
    \end{figure}
    3 F  L& ?( T1 d% 多图" ^- I! _0 O' G2 U; U
    \begin{figure}[htbp]" H4 [" u( l" \! x7 x2 k3 Z
        \centering    9 }, _( ^6 V% d/ s5 P) {7 A1 t6 i2 i' P
        \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题). S/ N& b$ f- n" |; Q
        \label{fig:sub.roomhot}                                                        % 子图1的标签, \! W) t  C4 `; p" N5 M
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置2 D& F( L% a) ^& D$ ?
        \subfigure[Hot Map of one Floor]{                                % 图片20 n# P0 c2 K+ J5 C4 z0 N) S
        \label{fig:sub.floorhot}                                                % 子图2的标签
    % H  I0 v( u( u  |; @    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
    $ ?  R( m, G1 c5 E- \6 j    \caption{Hot Map of one Room and one Floor}                % 总图标题
    - F* {* [9 p4 L7 A' j" f    \label{fig:hot}                                                                        % 总图标签# j; Z' u; o2 }; n9 R1 r8 B
    \end{figure}
    7 A" p& B6 t0 j6 x: o表格
    + O, c- Z1 |  J9 Q% K8 O1 m% 三线表
    7 p- Z- j9 I- }" o! F2 @8 K+ d\begin{table}[!htbp]3 ^, S, r" C9 L0 e7 [
    \begin{center}
    % @+ t4 X5 K) t# g  |% R" s' x. e5 L\caption{Notations}                                                        % 表格标题
    5 G1 W) y2 c! ]\begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
    6 O9 Q$ s. r2 Q1 Z. a        \toprule                                                                % 上框线
    & u3 C6 i! w- B* d# B+ T        \multicolumn{1}{m{3cm}}{\centering Symbol}: p8 T- D- m! X! R" m0 z
            &\multicolumn{1}{m{8cm}}{\centering Definition}\\
    ( M6 g# j4 m, P1 h        \midrule                                                                % 中框线
    + P+ w4 s4 ^4 p) _1 Z. S    $\rho$      &   the people density\\
    8 L: t% D+ R6 T! }0 p    $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\8 ^/ h- m, `+ l7 `- L* C
        $v_i$       &   the velocity of the $i^{th}$ visitor\\; @% J  k# b' q0 s% x
        $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\) ], L/ G- ?$ R
        $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\; [1 {! l: [( M; o
        $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\1 P' `3 M: ~7 J: o5 e1 x+ L
            $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
    * e% g7 r' O& L! x    $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
    9 w$ g3 g3 g0 i$ y    $p$ &   the ratio of the crowd decentralization\\$ t: c- U4 P; W
        \bottomrule                                                                %底框线
    4 v0 v) g6 @+ c# f7 n3 x) T\end{tabular}\label{tb:notation}9 x2 I6 V  G1 N1 s
    \end{center}
    2 `- p7 _! B6 g( R) p" t\end{table}
    # {0 ^# T& r% G, W& S3 {9 P' j代码高亮
    & @, I( M1 c; a% u, M" V6 `" s# `% 硬件语言 VHDL
    5 t9 G( m7 l% y1 W% [; |3 h\begin{lstlisting}[language=vhdl]
    + U. `# X6 \% P: _process(sel3) --根据音调编码,分配分频系数  f8 Q$ \' k6 W+ l$ w0 \
    begin
    . j& x$ [& c+ O9 L: d    case sel3 is
    & j- d9 R- p/ x4 ^& p        when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)
    2 w( ?- k* m7 _. d; s        when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)
    ! C2 C. i6 R# E# f        when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)  ]- ^- Q  P( i* d! c
            when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)$ h' o6 [/ \/ X( |' n9 }# I+ a3 ?) s
            when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)
    . _$ d5 Y5 O/ z8 y! C+ S7 c        when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol)5 J* y. c, L. d$ k- ]0 E
            when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)1 F5 Q  U; t, s
            when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si). V# U$ S! C5 h+ K: ^9 a. Y
            when others=>count_ld<="0111011101110"; --3822
    , ?- l4 k" l$ Q9 r' O* j4 s; ]; Mend case;4 S- B- N5 j0 K7 n3 A" J; B
    end process;   . Q& H& ]0 G+ E* X0 K8 u

    ( |" i: b- K9 N7 R/ s0 f
    1 }& K- Q, h, p; O0 l& P8 r
    ————————————————
    0 x# e, r1 G( W' {版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。) ]' o  }) L( ^) U
    原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
    7 H' F/ h! ?% A. N( ?0 W
    8 I, f) @/ j% r) _) Q; j9 I% W' C8 _& c, i
    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-21 00:40 , Processed in 3.315524 second(s), 50 queries .

    回顶部