QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 4930|回复: 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 M5 \3 r  a3 Z0 n

    & Z) {) i  u3 I+ C3 m+ F数学建模论文常用LaTeX代码(2021美赛)
    3 c3 b8 ]. \7 O/ q# k. a
    ) c4 b2 \* Q" n+ X1 b0 p

    , x0 K# w7 {9 d, S$ u
    2 N( Z! F! J5 {: Q/ i. R$ \+ Y! q数学建模论文常用LaTeX代码+ l/ _6 k5 T. b4 l0 T  }% [, m, T
    图片2 V- Y6 X, I+ v3 l/ Z
    % 单图& J% |! e2 J4 g2 D* V* n
    \begin{figure}[htbp]
    5 L+ ^3 Y* s3 C* o- a5 W    \centering6 U& b8 l6 @# B* v0 {$ Q. v- Q
        \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置" |% w; s! p# z4 f/ A& J
        \caption{xxx}                % 图片标题
      ]! J5 x/ T4 h0 k+ o5 t    \label{fig:xxx}                                                        % 图片标签/ u- }) k3 A+ i7 T* g5 Q
    \end{figure}
    5 g! ^8 S# ~$ f- k2 O% c6 B 9 p1 N0 A* l" @) r5 j7 H
    \begin{figure}[H]
    8 W+ m1 J3 w5 {6 S1 l    \centering
    ; c2 Q( ]& J& D: T- g) J    \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置
    6 x. {. M' m( ~3 ~, W! {    \caption{xxx}                % 图片标题 : k8 ]- [  f: `5 j+ w/ |: u
        \label{fig:ex4-9}
    9 S' g' G8 c9 X5 D# e! G( }\end{figure}/ Z) ?: H5 J0 s$ @! X
    % 多图
    ' O* F: R- `4 x* g- f6 R\begin{figure}[htbp]* j3 ?$ D/ i9 S9 E
        \centering   
    " [" \( N: |$ G3 q/ }    \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)
    / Z$ U& n) C- O    \label{fig:sub.roomhot}                                                        % 子图1的标签
    2 m  a6 h6 I) p2 {) E8 W% y    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
    " X! i' d6 u8 T    \subfigure[Hot Map of one Floor]{                                % 图片2
    ; l0 `+ n( T- O7 r- ]. \    \label{fig:sub.floorhot}                                                % 子图2的标签  Z) y4 `3 i3 P1 f7 Z
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置" E1 }1 p1 J2 K" q, N
        \caption{Hot Map of one Room and one Floor}                % 总图标题; [% H3 C/ E5 g* G* Q9 {
        \label{fig:hot}                                                                        % 总图标签
    4 J4 X+ X/ j- B- Q& p% {; C1 z- u\end{figure}
    # ^  k4 G6 ]9 ?! q表格1 }$ X6 J4 u5 U9 ^0 y
    % 三线表
      x/ W2 h0 f7 P% l2 Z, B\begin{table}[!htbp]
    9 |  s+ I  n6 k\begin{center}
    / a" a0 B1 t, S  O' B* \* l\caption{Notations}                                                        % 表格标题" n  x2 }' O1 d* U2 V* H# s
    \begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线)3 t' |6 g% A) i) b4 j& Z
            \toprule                                                                % 上框线
    ; P6 i+ H6 A; ?) X  I8 A        \multicolumn{1}{m{3cm}}{\centering Symbol}6 T8 n0 R- V. ^5 ]
            &\multicolumn{1}{m{8cm}}{\centering Definition}\\
    9 ]) g/ z; H, k( D  _: ^        \midrule                                                                % 中框线
    % i1 Z, d( B( n) f    $\rho$      &   the people density\\$ @; O0 `5 a0 @0 ~3 o
        $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\* X7 V3 m6 t+ J' W0 ^2 I
        $v_i$       &   the velocity of the $i^{th}$ visitor\\( a& d1 G; g! k& n& U
        $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\
    ; w* l* E" w  Q$ }    $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\
    . X' J! E* J# @    $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\5 Q, [! k% B, R- l
            $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
    + e4 u5 G' F2 O    $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\8 R; c( X$ j! h3 o2 o/ p1 e" S2 _  M
        $p$ &   the ratio of the crowd decentralization\\) ]% x  f2 ]  \" P! W9 l. v& f" W$ M
        \bottomrule                                                                %底框线
    * R4 K, x  _% a# X\end{tabular}\label{tb:notation}* M. J6 H$ f1 @
    \end{center}5 V; k8 D4 `5 S! d+ ~( s4 n
    \end{table}  ?' j, i3 O: Z5 ~) |
    代码高亮* g" _- ]  m- V0 h" W' O
    % 硬件语言 VHDL
    & y) Z' L6 J6 m8 x% J" c\begin{lstlisting}[language=vhdl]
    ( c, I5 e4 L' S( Aprocess(sel3) --根据音调编码,分配分频系数9 f3 \( h7 j5 r6 k# n
    begin
    0 j6 N$ c- x, x: {3 v    case sel3 is" U) e' E  J& V
            when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)
    ! e# I" r% X! d: F1 p        when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)
    + W6 [! M, J7 K: V$ \/ i        when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)
    : `( r0 F& q2 ^% \  I" A7 K( z3 X1 Y        when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)
    2 Q* f7 ?7 g* M$ k+ V% R        when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)
    ( \2 E& J! y8 K. S0 m  N# E        when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol)
    ! G; F; Z" w0 r+ Q, J! O2 H+ j- ]        when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)
    6 ~5 m; w+ Z! a' H( X        when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)
    & x9 d- j7 `/ R8 p! `$ D        when others=>count_ld<="0111011101110"; --3822
    4 m: m) o$ _  ]8 E+ Z: a$ g4 Nend case;
    0 d0 ~! M% N: o. l, P6 rend process;   
    7 s# v8 _: a6 }# ]& f( r' T: Z7 z+ k8 y

    ' b, r( N# R7 ]. }" K————————————————
    6 T3 F7 j4 w5 ^+ K6 t版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    9 Z6 ~  r+ g/ e% V0 W原文链接:https://blog.csdn.net/weixin_46325577/article/details/1135229729 j7 B$ C7 _( q5 g% F2 _/ o) ~" F

    ' C  r; `8 g% U) A6 u+ x  c7 z5 m" d# ^: s) a% s1 H, n
    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-9-1 22:42 , Processed in 0.480697 second(s), 51 queries .

    回顶部