QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 5330|回复: 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
    . A; g1 q3 {9 H6 K! l

    ! }3 s4 f0 A7 l. ^* G# d* Y数学建模论文常用LaTeX代码(2021美赛)
    ' ?4 u' m8 [9 P7 |; w2 Y; V
    ) x* M  m  N+ R0 x: T3 C7 k
    ; {% }6 [6 V+ i
    ) l  r5 u: d. T) x- I" p/ ~
    数学建模论文常用LaTeX代码
    # p0 r4 r' R" @  F/ e6 I5 w. V图片
    / s8 Q8 [3 }5 q! V# u5 }4 E2 t+ z% 单图( v0 l7 _# M9 m' E1 q
    \begin{figure}[htbp]! v. C; e/ [8 O# ]# ?, i
        \centering7 O0 u  H' [' [) _
        \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置
    % |7 G! f  q6 R$ Y8 R7 X    \caption{xxx}                % 图片标题 2 w) B9 _/ F* }$ E  n# ^) [
        \label{fig:xxx}                                                        % 图片标签
    + y7 W" r) R& J4 j\end{figure}
    7 Q  J. ?& N% s$ }  K" Q( C
    ' p3 D; r! y6 d- Z1 o& ~\begin{figure}[H]/ y; u8 O) h1 r
        \centering& n. b. w0 R$ B
        \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置
    ! p. v. K7 \% V. N5 N. o! ?: C    \caption{xxx}                % 图片标题 % Q/ H9 U5 C5 Y# H* D1 O- P) j
        \label{fig:ex4-9}8 ?! C$ e, A1 y7 \9 K
    \end{figure}1 x% U5 F7 c, R0 l
    % 多图
    # ~2 C; V8 [% {; v\begin{figure}[htbp]3 H2 ]$ }8 W: N% i  P8 {
        \centering      A) p: u3 s/ |  T4 n! w- ^3 B
        \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题); N+ m5 h& ?3 _4 ]  N
        \label{fig:sub.roomhot}                                                        % 子图1的标签
    $ P  a# x( _- z8 o" g    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置7 y2 y) Z8 j9 e5 |
        \subfigure[Hot Map of one Floor]{                                % 图片2
    5 s3 ]5 N+ |5 c    \label{fig:sub.floorhot}                                                % 子图2的标签
    2 ]1 g, v4 I, k8 ~- t: ~0 L1 m    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置8 \3 T* G* H# j) U  u8 S
        \caption{Hot Map of one Room and one Floor}                % 总图标题  c' a; Z' n6 b2 I, I7 o
        \label{fig:hot}                                                                        % 总图标签
    - ]. |5 U5 C! ]\end{figure}3 F6 |( w- y) o! c6 ?' `* t
    表格
    8 w9 n" t4 W$ _: y, L' s% 三线表
    # J; C2 i# T0 h3 d$ C5 L\begin{table}[!htbp]
    9 S' h# ^  H; U# w. W! s$ h+ w- _: h\begin{center}
    2 y; |2 o7 g3 }\caption{Notations}                                                        % 表格标题
    6 e# p1 N+ U7 v. ?7 ^8 O! V\begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线). i  o+ n% s( M
            \toprule                                                                % 上框线# g/ X; M1 Q( o  \( l* n
            \multicolumn{1}{m{3cm}}{\centering Symbol}
    ) C- U; V' |1 Y% F        &\multicolumn{1}{m{8cm}}{\centering Definition}\\! K' P, L: s6 m& C0 }7 p2 [  \
            \midrule                                                                % 中框线
      D" M1 ^4 n4 a0 U% N    $\rho$      &   the people density\\
    / X4 R9 P' V1 X7 `) I* d    $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\8 T9 y" T: V! m/ U; u; Q! W0 D
        $v_i$       &   the velocity of the $i^{th}$ visitor\\' C1 s5 J% ]" N
        $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\- ^. A. {; B# X/ J( n
        $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\
    + c8 L, s$ s' j2 O7 q( S& Y    $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\5 v) s" H  h6 c2 O1 D6 w2 }
            $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\* m. T/ j0 M* a/ }: E$ E( F
        $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\3 A5 A5 K; ~& r; j
        $p$ &   the ratio of the crowd decentralization\\0 z/ Y( D8 m- P3 z8 h
        \bottomrule                                                                %底框线6 E+ F3 K- r. V) r' m
    \end{tabular}\label{tb:notation}
    ; W' Q# Q2 }) @5 P; p2 q: [\end{center}# h# S' h( ]* y0 k3 E
    \end{table}6 w7 z4 P% I( v7 o, u
    代码高亮# Y  Y7 o, _1 o# }5 Q6 C
    % 硬件语言 VHDL
    , I$ u* u* c& N% w: I4 f\begin{lstlisting}[language=vhdl]
    % C: m- `& M7 r' @9 o- @process(sel3) --根据音调编码,分配分频系数
    - Q" U  W2 T1 K* j, ^& i0 H6 Obegin( A$ X4 x; r1 @8 q5 M
        case sel3 is1 e. r1 k0 e/ B% J- |: i/ t
            when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)
    ; B. F, ^+ H& l! `        when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)+ {7 {9 A+ W( ?' T; ^
            when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)
    / |8 W3 }+ f$ \2 N+ H. u2 ~* N* D        when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)- |4 N  o6 d9 L& H. ]( _
            when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)% v0 @* M  h. j4 q3 |: p: S
            when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol)
    0 x3 N$ u# h" n7 N* G/ R7 O        when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)6 Q& X7 ~2 y5 O/ V+ y# x
            when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)- z2 Q- L) V5 A* |. w8 C
            when others=>count_ld<="0111011101110"; --38226 w! H- O& W, A$ [
    end case;
    & v: X8 L3 K! p: h  nend process;   
    6 [" ?6 i; J' s' [' s, E- K5 G- [: d7 t; m+ z, E. O+ W, u
    2 A9 L; R. k+ |; W
    ————————————————
    5 o1 r; j8 I7 E$ Y0 G7 }9 }( `版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。* L* O# o0 q6 D, H
    原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
    / N3 Q. x8 Z' l
    7 w4 O: A. H! X' m" n* p6 e3 ?% l8 T3 q+ }
    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-8-6 12:16 , Processed in 0.409920 second(s), 51 queries .

    回顶部