QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 4898|回复: 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
    ( T* b; {2 Y2 W, u  H
    # V. R" v0 H! Y  d1 S# a! j* l( }1 K
    数学建模论文常用LaTeX代码(2021美赛)( N) w6 r* @# P3 o+ E: {2 B* s; U
    4 k& w1 C% Z; v4 G

    2 L) _5 o! m3 O$ x: h* }
    - d: `. X6 T9 ^' x( d8 g% }* l: z数学建模论文常用LaTeX代码
    2 ?1 L, ~8 j! d) e图片% `  q4 l% W( u* E3 q  K
    % 单图
    7 A2 d6 J' C  t" e& Z\begin{figure}[htbp]
    6 O9 N  M* z, s$ K+ O( Y# {* z    \centering0 _# a, O) M/ U) I
        \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置
    0 [5 c! E4 E6 v& m& \# a    \caption{xxx}                % 图片标题 1 x5 D2 M5 ?; d' ]* a3 c* P# P% F
        \label{fig:xxx}                                                        % 图片标签1 K+ g1 C2 {" J0 o% R8 U0 `) z
    \end{figure}
    ! J. ^9 L9 [& v' @2 i
    0 j- x8 Y4 H1 c\begin{figure}[H]: T2 P; _9 ~( N3 A. t2 x& ^
        \centering) o# N2 C& z$ y& X- L6 W: y
        \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置
    " \6 I6 K! K- L0 R: Z$ p    \caption{xxx}                % 图片标题
    " c+ v1 |* Q8 W1 e1 Q8 ?2 _0 A2 Q) G    \label{fig:ex4-9}
    + P/ g2 V% u& i* c" w\end{figure}- |1 J: F+ b& P( O
    % 多图: X3 ]. I) o& R% i. z' p  }/ ]" F
    \begin{figure}[htbp]$ y' Q" i2 }6 s0 ^' N' Y. Y) L
        \centering    $ ^- W, I9 m- i- h( W8 z
        \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)
    0 a; H6 n7 c1 |8 b    \label{fig:sub.roomhot}                                                        % 子图1的标签+ ]8 T' \+ U% |8 O( }, I  p7 g* W
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
    4 H, v( ~4 S- q, @* n- F" ^    \subfigure[Hot Map of one Floor]{                                % 图片2/ O. C. D) o  y
        \label{fig:sub.floorhot}                                                % 子图2的标签
    ! t  p- X6 [( C; ]( T- ^9 R    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
    + _: {% M, t$ m7 S    \caption{Hot Map of one Room and one Floor}                % 总图标题
    , i  N4 }% M/ }& b6 q$ c5 h    \label{fig:hot}                                                                        % 总图标签
    6 [2 ^: ?9 f' ~: g9 v6 T* ?- E3 d. o" I\end{figure}
      p# E2 b* {" T0 D/ n9 B表格
    $ U0 }- d; G# P8 p% 三线表
    2 b6 a$ e8 g% j' f\begin{table}[!htbp]
    3 [2 w- \4 z- b7 @6 P\begin{center}, I5 \$ k: z, M+ t
    \caption{Notations}                                                        % 表格标题
    0 [; o7 E9 D6 G6 E- L\begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)* B$ @8 x6 T, s4 H+ b+ ~  ?
            \toprule                                                                % 上框线
    8 Z5 |9 T+ T+ O( V        \multicolumn{1}{m{3cm}}{\centering Symbol}
    $ D& y( G$ s) e( y7 u3 |, [* y6 n        &\multicolumn{1}{m{8cm}}{\centering Definition}\\
    # L, G+ C3 ~' F( ^- G        \midrule                                                                % 中框线9 i0 ~9 Z3 P1 }' K  h$ \) W+ s( L6 ]) t
        $\rho$      &   the people density\\0 I+ m7 y" D$ H1 r9 q; z* Y6 V9 w
        $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\( j0 \4 p0 i6 g
        $v_i$       &   the velocity of the $i^{th}$ visitor\\
    4 p: ~0 c0 n* K/ H. f6 k' x    $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\5 x+ p, \. j+ I" y
        $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\/ ]: a2 \  l# I
        $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\
    8 R) K% T& o- }; l% a0 J+ f1 _        $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\  p# J0 s$ v/ t: c$ Z, D) J" u9 K( {
        $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\; h: m% W) `& D1 T  N1 p: }
        $p$ &   the ratio of the crowd decentralization\\
    0 g5 V; A" c) k. G9 D    \bottomrule                                                                %底框线+ ~8 J  t! l2 o" Q  M" q/ N4 |2 L
    \end{tabular}\label{tb:notation}
    0 g4 ~6 }2 q: ^+ P; z1 x0 C\end{center}; M* F7 |9 d# G1 }* s4 {
    \end{table}
    9 k  \1 i9 ?/ A& `9 s- r; C0 V代码高亮
    , P/ k4 W( b$ v5 M* c2 q% 硬件语言 VHDL  z. A+ }* ]) m, \
    \begin{lstlisting}[language=vhdl]7 N3 g" E6 t9 G9 Z4 g! O& Z7 ^) h
    process(sel3) --根据音调编码,分配分频系数1 q; e9 {2 k/ M& _  _& m
    begin/ S$ z$ X4 D- u' q$ o
        case sel3 is
    7 Q5 A/ W/ \7 h1 n4 A3 c        when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)% ]6 |3 o+ {, K
            when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)
    4 r8 w2 m: H. c5 e% c, d        when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)/ v& j: f# X" a6 ]
            when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)
    * R, ]* |8 Y$ J. I        when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)
    3 ]+ n, ^% w6 D+ K7 ~. S& h        when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol): D' q# ^% e, b' ~
            when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)% Q+ r+ V( u! }; h
            when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)
    " F4 z# X% C6 R/ f, u        when others=>count_ld<="0111011101110"; --3822
    " w. v. ^- G: O3 d/ Z4 I' O& Zend case;4 s) Y$ Z& w3 N0 `
    end process;   
    / O& ^8 ^( T) h9 J1 O3 o7 G5 Q$ O* V5 U7 a; B7 u1 T
    / _  m+ F3 x. E
    ————————————————
    4 \5 G  \, X! s$ H* H" e版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。! F+ O' T. s+ g& m
    原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
    " J& L9 [' l) v) o% A. r6 N6 ^4 L3 t* z% s
    2 w1 ]) f& e/ p+ c# [/ a2 N9 T+ D
    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-21 09:18 , Processed in 0.631694 second(s), 50 queries .

    回顶部