QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 4911|回复: 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
    ; \# x  x7 C: e5 h8 w; R6 p
    . N7 _# f& i  T& o3 w
    数学建模论文常用LaTeX代码(2021美赛)! d9 h. [2 h6 n- s
    ( K4 A( M" [$ S
    * M# ~: A, s$ y+ s3 a  k/ W. v: @

    5 G/ s) ~( h5 F; r$ |数学建模论文常用LaTeX代码
    2 S9 }* w9 b7 ?6 I, I/ P, ?图片4 K: N6 B' `# s* g, p
    % 单图
    - C+ z2 a. f3 J: M+ X, I. Z\begin{figure}[htbp]
    6 S. K3 ]% ]4 \4 A$ B    \centering
    ) T( z1 r7 k. A) e+ \  }$ H4 V3 c& M    \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置. o, p' ^2 F( \
        \caption{xxx}                % 图片标题 - w" R2 t* ~/ \5 x. n+ K
        \label{fig:xxx}                                                        % 图片标签
    7 o: t% _' c- ^1 [\end{figure}
      s+ |5 L. [2 K- S& g% k. ^ 9 ]" f/ I5 E( H& [7 c
    \begin{figure}[H]
    2 u6 j! u$ ~6 ~* F6 S    \centering/ m! j! F. I0 F5 s. O" r
        \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置
    5 G0 `$ N0 z( v  R3 L( \4 i) a    \caption{xxx}                % 图片标题 ) u8 r8 L/ ?9 L5 H
        \label{fig:ex4-9}( c9 W. L- p: `8 X. I
    \end{figure}1 D  A6 A6 ?9 H- R/ f+ K: h
    % 多图/ c  l" X2 K. Z2 b4 j
    \begin{figure}[htbp]
    / q" Z, y- a5 M% M6 c/ R    \centering    9 G/ @+ x6 U5 U) O- Y
        \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)6 X7 B& r1 d; }% {( r
        \label{fig:sub.roomhot}                                                        % 子图1的标签9 s9 r! o# s! Y( z# ]
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置4 ~: b* h  t, f- N
        \subfigure[Hot Map of one Floor]{                                % 图片2' F0 Z& L& p6 g) R1 f4 [' \/ z1 \
        \label{fig:sub.floorhot}                                                % 子图2的标签5 I" u  j. k" V% \# U2 I* G
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
    / _0 p1 W* z6 H! V0 G( r0 z    \caption{Hot Map of one Room and one Floor}                % 总图标题
    ' x& r$ Z' G0 Y" [  x. a    \label{fig:hot}                                                                        % 总图标签
    4 _: U2 C. N! |; Z  ?$ R, v\end{figure}
    ' {6 ?5 `1 ~) Y* Q# Q, v表格
      o( q+ L* k/ U9 c1 N% 三线表
    3 Q* K7 |2 h# b, ^/ P* }9 ~3 Y8 N* A\begin{table}[!htbp]
    5 d* `! N6 z! S\begin{center}/ Y( |( ]/ }- g! `6 x
    \caption{Notations}                                                        % 表格标题
    5 E! H0 t7 g% E- F5 C/ a\begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)0 D0 T( w7 I8 }4 P/ l) [2 M
            \toprule                                                                % 上框线5 L) F7 Q+ r5 S6 Y
            \multicolumn{1}{m{3cm}}{\centering Symbol}
    ) ^7 A7 _) a, F  F        &\multicolumn{1}{m{8cm}}{\centering Definition}\\: |9 x% W5 k; R
            \midrule                                                                % 中框线
    7 ?0 {0 ^9 M6 C) ]    $\rho$      &   the people density\\
    $ t8 b* i+ j' N1 O; V" @    $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
    / u5 J3 {! `" v! B8 z' s) Y* a) b    $v_i$       &   the velocity of the $i^{th}$ visitor\\& Y2 D; A4 B. e! {
        $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\9 q0 q" U- Y4 R! q5 q8 t
        $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\
    5 i) w5 s& _8 G7 |0 n) F    $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\
    * P8 o: M& v  ^; a* }+ e" q; _        $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\* A$ b( i( K1 k4 {. N% r
        $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\9 f7 i5 s; r0 h9 l$ Q! ^
        $p$ &   the ratio of the crowd decentralization\\4 R, P# I1 Q  ^, \# a7 ~
        \bottomrule                                                                %底框线
    / j( ]5 z3 O0 V. w\end{tabular}\label{tb:notation}
    1 x0 |4 R; z! s; }\end{center}
    , I1 v, N4 r+ e2 r5 D) |8 X8 O\end{table}- Y8 l8 `- r  F7 y) |
    代码高亮
    7 h! Y( t5 e$ X7 W4 e% 硬件语言 VHDL
    7 o1 _' @& s7 ~! A3 e7 V\begin{lstlisting}[language=vhdl]6 i2 I# O, h" Q# O
    process(sel3) --根据音调编码,分配分频系数
    % Z0 h$ J" w; k$ ?5 M2 S& ~) Sbegin
    $ @  w& ~: c4 g5 H( z& a, l    case sel3 is8 j2 G/ E- u4 O8 p/ k4 p
            when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)
    1 ^$ Z4 I) m( f/ ?' [  o        when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)
    7 c- L8 U4 l- u5 ]; U9 [- Z        when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)
    ! F2 C! x. Y& L# g- p. H8 r- a        when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)
    5 A& N0 |- o1 ~, J! @        when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa); ~0 ?0 L( B( s# x! R
            when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol): B% ?) i- x. ]# j
            when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)/ v( O* M5 W+ p' D; W6 U
            when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)  x* E; [8 m9 h/ J- Q( A* A- r
            when others=>count_ld<="0111011101110"; --3822/ _# j3 ?# O! }& y
    end case;
    ! Y7 D5 A( X7 C) O6 ?end process;   
    , l& V, {) p) O' T5 n/ n1 j* A7 Y8 ]+ U0 |9 R! ]7 }; K8 J
    ! d( q  \2 {! `, e
    ————————————————% v2 f* n' s& {9 r/ h/ N
    版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。, |4 F+ E+ s% U9 f) V  l
    原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972' L7 u# y* S3 t" G- f& J
    & p4 g. g1 z0 E* H

    , |- e8 w+ ]# T
    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, 2025-8-25 17:30 , Processed in 0.449445 second(s), 51 queries .

    回顶部