QQ登录

只需要一步,快速开始

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

    ) r6 |/ t) u4 u% F
      g) z/ V; T4 P+ X3 `3 ^& k数学建模论文常用LaTeX代码(2021美赛)8 ]  K% U  z- r( Z$ k
    ; u9 f6 A, P* N5 f& p
    * P6 L, p; x/ S$ C6 D8 P# P3 \: O+ a7 p
      e2 ~+ \" ^* f2 B
    数学建模论文常用LaTeX代码: V8 M! B2 h" A3 L: N' j  g
    图片* V* L) J$ b$ I  E6 I9 d
    % 单图2 K: }. P/ ~  h! W0 _
    \begin{figure}[htbp]
    ' J0 F$ |5 B; v, h6 B! F$ T: |    \centering
      `. u% s' r8 z$ [    \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置" ~! `" [6 O1 \
        \caption{xxx}                % 图片标题 3 E1 M+ q: C6 M$ D6 ?
        \label{fig:xxx}                                                        % 图片标签) D0 J& d# t( q" N
    \end{figure}
    " V7 _1 F. L3 C  x2 s ) I( r1 g' \3 _0 ^
    \begin{figure}[H]7 @( I3 R% Y4 }' T8 A) x9 E
        \centering
    ! C+ s) w) \- {# ?    \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置& \' |1 z$ e& K6 Z3 a. W% W3 O
        \caption{xxx}                % 图片标题 * W# \4 n7 m. F; z" Z0 f
        \label{fig:ex4-9}$ H" m- q) n7 B: y) C" Q7 i
    \end{figure}
    ! s8 _8 W" @$ _* J# D4 |% 多图
    ( M. Y! Z, N/ Y4 B1 ?\begin{figure}[htbp]1 H+ M. j; V( _) _* d4 K
        \centering    ' {9 g0 l1 @$ T; D  g
        \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)2 |1 X% E9 Q; S7 B7 @; A
        \label{fig:sub.roomhot}                                                        % 子图1的标签
    / F6 s: y4 X$ A6 W# t1 h: Z    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置! _( Y* B! f* u# y7 F9 j' F2 _# K
        \subfigure[Hot Map of one Floor]{                                % 图片23 a; g4 x' V) ~3 R% X+ r# G
        \label{fig:sub.floorhot}                                                % 子图2的标签" k! r/ D) _; t7 e
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置4 z0 I( {& n) ?9 b# c0 J4 y
        \caption{Hot Map of one Room and one Floor}                % 总图标题
    . E( p$ }: [5 M, ?0 E3 b) j4 J    \label{fig:hot}                                                                        % 总图标签
    1 T% g6 E( F, t+ R) t& ?\end{figure}5 C- M: X& @& \
    表格
    / n* Z6 z  d  C% j% 三线表4 ~) `/ N) ^6 A: G
    \begin{table}[!htbp]
    4 ?% U9 J& l; v( p$ L\begin{center}
    ! x6 n3 H% q: ?: i5 U, U3 U  O7 I\caption{Notations}                                                        % 表格标题- b$ K/ ^/ R$ l7 X, R2 {
    \begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)  j* H2 Z& \  t
            \toprule                                                                % 上框线: f8 v1 j5 N$ j  i" o' u
            \multicolumn{1}{m{3cm}}{\centering Symbol}
    - H/ z5 }, n. e( D1 J+ H8 @2 |        &\multicolumn{1}{m{8cm}}{\centering Definition}\\1 V) h. z. T/ \" ~% q: X% E7 v
            \midrule                                                                % 中框线4 ~/ {: L* a; D& h2 O
        $\rho$      &   the people density\\
    7 |' I3 @! Z$ y' z/ b9 ?# K    $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\0 d; d& W0 F- f+ \) w$ `( G1 E  N) Z
        $v_i$       &   the velocity of the $i^{th}$ visitor\\
    ; G8 J# P, w6 V    $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
    * U  _, K1 }+ H4 j; H( ?! W! c9 X    $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\* |6 b) _% g" A5 P9 A; l
        $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\
    + l  M9 h- X) Y        $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
    ( C3 U6 c' a  h+ H. j' |' x    $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
    : J* U% X  V  n4 t4 ^  u    $p$ &   the ratio of the crowd decentralization\\
    3 W. |# P! ]% D2 ]7 k$ y% R    \bottomrule                                                                %底框线
    9 W, f9 _' S* t1 ]5 }7 X2 C\end{tabular}\label{tb:notation}1 F1 q( K+ Y! j  H: r6 F3 X( Y7 q
    \end{center}% T: L$ M& e; w
    \end{table}) k5 j$ S) S) @4 W
    代码高亮
      k& A- X; B+ J5 Y% d% 硬件语言 VHDL+ y* \  X  I% G5 i9 v1 P
    \begin{lstlisting}[language=vhdl]
    0 l; S6 t3 e) mprocess(sel3) --根据音调编码,分配分频系数
    9 G+ v; k7 t( G" s3 ?' T2 zbegin
    - Y; {% Z! i5 ]0 b    case sel3 is
    , j* e9 z8 b' r" _        when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)5 C- s; i" b; q+ M, S* g2 }
            when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)
    + E) P' n' u' s2 x6 i        when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)7 a' H9 g4 t: A( K
            when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)
    2 _6 z9 S! {4 X8 p' f" G        when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)
    % f; ]$ B$ v. s( ^. X3 y( ^5 B        when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol)
    7 I* c3 h; z) w+ g2 l0 Z. U" F        when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)+ X4 p) ?0 z1 H! a* H7 C8 b
            when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)+ @4 @4 {) I3 q
            when others=>count_ld<="0111011101110"; --3822
    / s6 ?: w0 A* B6 zend case;
    . k/ \% L. C/ V1 i, g% `. x6 ^end process;   
    : ^, h0 w; S) F8 E9 u8 v  V4 C3 A2 k% v. r/ g# k1 q- k

    1 A' C6 j! y/ A8 l9 o. U8 l, j& c————————————————! J. ?8 \1 d& j$ H7 F- B
    版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    ) P) _+ `+ g$ C* A9 x% ~原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
    " E* [% P" n! j/ @" C, A* g! k  H$ m1 g( t8 D6 n

    ( p9 U( T9 `. Y' \2 k7 J* 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, 2026-4-20 12:10 , Processed in 1.315732 second(s), 51 queries .

    回顶部