QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 5352|回复: 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
    4 n* |( g/ O/ M- A  ~8 C

    # @( s8 K! \; o数学建模论文常用LaTeX代码(2021美赛)
    % i' S# X; _9 f1 Z+ [, l4 R  T+ P4 ^( ~8 l

    . U% n( Z3 ^2 _$ U( t0 c6 L  ]& i
    9 n. h. a9 Z1 B! Z9 _! O数学建模论文常用LaTeX代码* B) Y  L/ h# D* Y+ C% r9 c
    图片+ K$ t' B0 J4 p7 K- O
    % 单图
    3 V9 f) A8 G& j) f\begin{figure}[htbp]4 O& E2 U3 L+ i4 e+ B# r$ F4 _4 ?
        \centering
      W, G9 C1 T7 k2 S: M1 ?    \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置2 ^, r( }" I0 F
        \caption{xxx}                % 图片标题
    $ M' [; r$ x2 ~( k2 H2 Y    \label{fig:xxx}                                                        % 图片标签
    1 T6 J& l3 E# Q: M\end{figure}* F0 k: Z* \9 l$ L* x

    + g& U2 w6 W3 @) J\begin{figure}[H]( o. C' k( b. P1 K5 Q
        \centering
    / e) z: K) `9 b- d" L9 @    \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置8 p6 @$ J1 C( p1 j# Q
        \caption{xxx}                % 图片标题 , d/ z1 D; ?( j; W( ^" R( ~& z
        \label{fig:ex4-9}9 f& \1 b% O' [" Z
    \end{figure}, N/ l# B, i( C+ }+ }7 O
    % 多图0 }: `; \" x2 g: E! j* O" O
    \begin{figure}[htbp]
      g4 O0 h$ e. m$ r/ H    \centering   
    , D9 w, t6 E0 p* K9 d+ ~    \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)3 }7 G) p. H! r# l8 [. I
        \label{fig:sub.roomhot}                                                        % 子图1的标签
    ( n% i2 y6 T6 H, ~    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置; [, C# k4 B! I" X* n/ o$ ?" l
        \subfigure[Hot Map of one Floor]{                                % 图片2& c1 O( E) V7 ^" c& t
        \label{fig:sub.floorhot}                                                % 子图2的标签, W7 M) E" u9 g( L% B; W4 m1 M% B9 p
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置, t+ m1 w' A- j: q- D* i" ~
        \caption{Hot Map of one Room and one Floor}                % 总图标题
    ' t* Y: s4 {* k) Z) ~0 K    \label{fig:hot}                                                                        % 总图标签
    1 G4 Q; f$ k, ~  u4 G1 ]0 P\end{figure}
    . E0 G4 F# {# P# I3 ~) m表格+ C) X' ]5 }* x% I2 C
    % 三线表
    ' Z  H$ ?, s( V' k2 b( L' ?\begin{table}[!htbp]
    # o% w2 ^: X& M) E. {/ q\begin{center}
    ; p: K! w% `4 o1 B. E\caption{Notations}                                                        % 表格标题
    ( }" f1 D  W  U, W6 C( ~\begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)
    . L; ~' \, e& _" ]        \toprule                                                                % 上框线
    , [% g; c8 y& I1 E3 V4 V6 U        \multicolumn{1}{m{3cm}}{\centering Symbol}
    ; n: D1 s1 I' y% P        &\multicolumn{1}{m{8cm}}{\centering Definition}\\
    8 \4 ?8 y3 ]7 B- o7 L1 D5 w6 J        \midrule                                                                % 中框线
    , D( ?  s1 C6 L3 x# o) K! N    $\rho$      &   the people density\\
    ; ^) @: v$ E3 y( W# J    $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
    ; h9 b! F. x) }  k+ T' S  o8 a% Z    $v_i$       &   the velocity of the $i^{th}$ visitor\\/ j6 K* }  G9 w- g& W; B+ D
        $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
    . U# F5 P, K: [' C    $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\/ T1 q1 f! v! \/ c6 Q2 e. Y5 y
        $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\
    ' a8 f3 j" n8 q& v& ?7 Z        $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
    ; ~* H* \7 s; R1 {$ x$ ^    $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
    - t1 B% Z, R, K3 T% X  p    $p$ &   the ratio of the crowd decentralization\\6 K6 n* }5 F- X$ m: c4 L7 k
        \bottomrule                                                                %底框线
    9 Z4 M# V% q7 u, z+ P\end{tabular}\label{tb:notation}) V1 c, J( T  |
    \end{center}
    & C8 `+ ^- I8 o. m/ X) [\end{table}) L" F: h9 b5 `* {3 O
    代码高亮
    2 f# z- n: p0 V+ g* D* p% 硬件语言 VHDL' X% E+ b& g3 p
    \begin{lstlisting}[language=vhdl]6 {' \2 D  c5 k2 Q" n5 K0 N/ Y) V
    process(sel3) --根据音调编码,分配分频系数
    $ x8 k/ n) P/ m& Rbegin
    5 L# k+ `' C7 ~' S8 z/ W) N    case sel3 is
    # G8 F9 a" ^  _, v% \0 B: i" |6 {        when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)! C# a9 R4 `  t8 B9 `7 e
            when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)/ U8 {' z. M( `- q! Q9 ^
            when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)
    " x! {/ t5 C4 [- f+ e$ _( o        when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)! M8 A8 J6 u2 T& W2 ~1 C* H
            when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)
    2 v5 m5 K2 |$ E! m        when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol)0 e/ C- S: i9 M% g
            when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)+ v3 @1 G. d7 Z9 w5 G& j( ^
            when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)# l$ u4 m0 t+ S, b' F# P- r
            when others=>count_ld<="0111011101110"; --3822
    , ~+ p3 |: M( G9 g. ?+ F+ Nend case;
    2 F9 W/ v9 v/ B" _/ W! ~' e3 ]end process;   ; L, P0 \" a) ~6 A  W& l

      L$ \4 ^% q* u: H

    2 @$ k1 z# T& w5 }7 B/ B9 x————————————————
    : G: X  S# j  }) ^3 U+ T$ e版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。+ C+ t! `, {; L4 \) b. s/ a! H1 a2 l
    原文链接:https://blog.csdn.net/weixin_46325577/article/details/1135229726 p* Q1 k/ g, X. C# \" e; C
    ( i/ a7 @& M( W! l

    * p6 d6 s5 K* y
    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-9-13 20:16 , Processed in 0.838757 second(s), 51 queries .

    回顶部