QQ登录

只需要一步,快速开始

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

    + N0 b7 d% ^8 v6 W' [" K$ o* A4 `
    数学建模论文常用LaTeX代码(2021美赛)6 ~* d) ^% e3 S9 Q: S

    2 Y! z) k% N3 M8 c

    % K7 K7 }. w; N) `1 U2 }; ]9 _  g- g' p. |' G. m$ [5 T
    数学建模论文常用LaTeX代码
    4 M* e3 t# D% [3 c3 y; B5 w图片- E9 u7 t2 `+ p5 ^8 T( B
    % 单图
    $ T* @  Q1 [, ?" F' W/ k\begin{figure}[htbp]
    6 ?3 z) L+ t! h    \centering
    : Q1 J! ]' W) ]  Z3 ^# [    \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置; h( H7 G7 a0 f3 Z/ O5 X
        \caption{xxx}                % 图片标题
    + w4 i( P3 d! t( R* g3 D1 \1 g    \label{fig:xxx}                                                        % 图片标签
    7 V; o7 E: _% Y" s1 A, Q! X\end{figure}" l7 Z. g% Q5 w" G
    , t8 {3 X8 \- j( j
    \begin{figure}[H]7 i( N5 j$ F9 e0 C. @- L
        \centering
    5 L/ v; Z# v# \    \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置
    4 ?5 E$ e  `" R: V    \caption{xxx}                % 图片标题 $ I' c* J6 G$ W) I7 X5 ], E8 C6 R
        \label{fig:ex4-9}" L2 `( C; W: ~- N
    \end{figure}5 |: U7 R$ A# A6 x# [7 G
    % 多图5 m9 c) O5 W/ ?/ X' _
    \begin{figure}[htbp]
    4 M8 a& ?; H: u7 j# h# g4 w    \centering   
    3 \* s6 x; p$ u! {3 Y  G) ?) E    \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)
    ( ]# E& d* Q# ~5 G5 O% y    \label{fig:sub.roomhot}                                                        % 子图1的标签
    5 o( T% P8 r# G, C8 `* W5 r    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
    % Y; E! c8 S: c5 z2 g    \subfigure[Hot Map of one Floor]{                                % 图片2
    7 \: J0 l7 a# a0 }3 V$ K    \label{fig:sub.floorhot}                                                % 子图2的标签
    8 E  _) b8 M5 e; q6 }    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
    , i1 U8 ?+ {6 g7 c7 l) |  }    \caption{Hot Map of one Room and one Floor}                % 总图标题4 h( j8 ?, H5 o+ C
        \label{fig:hot}                                                                        % 总图标签. [' i. Z9 l6 s9 l( i: x( g/ D
    \end{figure}6 l" j& d% L- R
    表格; f! C' F# O* D' W" Q+ t# K
    % 三线表
    : _5 d# R* K* q% A\begin{table}[!htbp]
      [: [9 i; ^1 o! C& z4 ^\begin{center}
    2 X8 m- y+ o; Y' S6 d9 N\caption{Notations}                                                        % 表格标题
    $ `: S4 G# e4 {! b& m. @" J4 [- d\begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)- `+ }/ F; ~. `4 Q+ w2 M$ L0 n4 V
            \toprule                                                                % 上框线
    / d8 K4 C; J& ]( j3 d! G        \multicolumn{1}{m{3cm}}{\centering Symbol}6 U# I" Z- n' m! H1 |) w
            &\multicolumn{1}{m{8cm}}{\centering Definition}\\- |8 `3 l+ u: T- G7 n- e
            \midrule                                                                % 中框线
    & j. h3 A! j# ^2 i% ~2 q    $\rho$      &   the people density\\
    5 U' M5 x/ {! x2 H+ X$ k    $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
    " M) i2 X- |+ Q& R! L  \5 U- h( F& _    $v_i$       &   the velocity of the $i^{th}$ visitor\\
    3 l- r( `! r. N6 y2 i    $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
    # f2 i1 o, _6 b7 C    $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\
      T  {: P# {0 ]  k5 U    $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\# g' G6 G* J6 ?" f5 [
            $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
    & T' {1 U7 }6 A7 L7 o9 C    $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\, e# O8 o( S; J2 N6 u, E7 Z
        $p$ &   the ratio of the crowd decentralization\\
    : L& T  k! g% a8 a( u$ _& b    \bottomrule                                                                %底框线% V' d) t! ]8 r" k
    \end{tabular}\label{tb:notation}8 S+ J/ L9 }6 M5 E" _
    \end{center}
    : a; O8 p# ?/ L0 }\end{table}* q- F% n* S+ U! [/ A8 ~9 D; q
    代码高亮' \& R: d8 E0 ^1 ~8 m
    % 硬件语言 VHDL8 y, O% P! @' M8 m5 }0 ?- S- G4 K
    \begin{lstlisting}[language=vhdl]
    " U% l7 l5 n" H& `process(sel3) --根据音调编码,分配分频系数( o6 `6 j. z# S6 P5 R( R
    begin: z5 O; ?0 t/ G9 w3 Z8 p3 `
        case sel3 is
    8 U3 m4 {* |; ]/ \. ~        when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)
    - l  v" Y9 e  E3 Q$ a  I. t        when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)- m# M* G6 a) r# V
            when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)
    - H- S3 B$ p0 \& u        when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)% s8 a3 K' x* ~
            when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)3 ^$ g/ r' R8 O+ O
            when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol)
    ! a2 i' [0 _6 ~+ h8 G& c, \        when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)
    0 g+ l, g9 B2 `        when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)
      m& H  C+ b; ^9 n1 E( B  J5 K        when others=>count_ld<="0111011101110"; --3822! t; b4 f: ]: c
    end case;8 p6 A1 ~" M' S2 X
    end process;   ) O4 ]" V  E$ O3 T% S% K& n

    & Q1 ?0 H# a$ S% L

      p& C9 e  _. Z6 [9 ^& k0 _————————————————
    4 @7 k3 ?/ I: ^; H" p# v& |! Z. E版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    ; f8 I4 z8 Y' k) P% X! A2 d# H& b原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972: b! F! G% @* U) b2 \( D. O

    / r9 m" Z& l' W* X) N7 `3 g2 ]. r3 [( I2 B7 M( g* n' H1 W
    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-4-13 15:30 , Processed in 0.403310 second(s), 51 queries .

    回顶部