QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 5332|回复: 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
    & {! r3 N+ W, @( @
    1 r' E  p1 V' a( c7 i
    数学建模论文常用LaTeX代码(2021美赛)) v( D( p" C- p. i/ h' ]9 ^& ^

    4 X+ c) G/ Z' l+ ^+ q: P# J

    9 y% D4 ~' l) e1 n& S4 V4 E: d6 B5 J& i( @6 F; w/ h2 V
    数学建模论文常用LaTeX代码
    6 f9 o( f+ r+ v) S' S; C图片
    9 W% _, n: x: Z6 U4 A" z% 单图' X0 X9 o) z6 Q& B
    \begin{figure}[htbp]8 ~( F2 }) f8 U& V' _1 N
        \centering
    ) a- a. S& Q3 ]2 p% y2 n$ [    \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置& c) U8 L, N. k
        \caption{xxx}                % 图片标题
    9 M- X: ~6 S2 H- P  z7 j1 ?' J% @    \label{fig:xxx}                                                        % 图片标签
    ( l  i7 U% K, n& }9 o\end{figure}1 q0 v: Y, W: X3 S! S

    $ i9 {) k% N2 c" O1 h1 \/ y\begin{figure}[H]
      j" O8 T( x* v& d9 z: d6 N    \centering$ k, G1 c. J/ V. h4 A5 r4 b
        \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置- S& j$ K1 p/ N$ U' W1 H: z' R
        \caption{xxx}                % 图片标题 / t  [( y* L; v# |7 r
        \label{fig:ex4-9}
    ( s" ^: i2 _7 _0 [# L$ W\end{figure}- N( U/ Y  F# `- U( z+ R$ P: R1 q  N' W
    % 多图$ \9 N% e. ?! {+ ?+ Q- M
    \begin{figure}[htbp]! M! t( n" _0 t7 P
        \centering    / }! Y* c3 ~+ `& d
        \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)+ j, S2 p" _: T& ^  T$ n* t. C$ t% ^
        \label{fig:sub.roomhot}                                                        % 子图1的标签
    8 L6 b( ~& \: X; Y8 `( {    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置5 V! T6 u: R) y. [) J. x. c# u: P' K
        \subfigure[Hot Map of one Floor]{                                % 图片26 C9 A+ D& F- J$ d# D- W7 T8 D
        \label{fig:sub.floorhot}                                                % 子图2的标签
    * A# Y( R0 A2 x9 P    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
    & m9 [/ @: b- P. S    \caption{Hot Map of one Room and one Floor}                % 总图标题. \* s8 q" D2 _; a
        \label{fig:hot}                                                                        % 总图标签
    1 N+ k6 M0 E4 ~\end{figure}
    : E/ S: j+ e) o; I8 Y0 y表格
    - V0 Z8 ~4 d; W" R2 B8 E- J% X. k% 三线表
    # l0 c8 }9 y* k$ r, J\begin{table}[!htbp]( w' K+ e+ j9 G. t/ w
    \begin{center}
    ( I/ l7 @  V# l4 y\caption{Notations}                                                        % 表格标题
    ' ?! ~) Y1 A& q4 G8 G\begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线); s" s( N/ n* X4 d
            \toprule                                                                % 上框线
    8 K9 O6 S6 `' \& K* d: _! f        \multicolumn{1}{m{3cm}}{\centering Symbol}
    2 q. h8 g. v( r, d" O1 }8 {        &\multicolumn{1}{m{8cm}}{\centering Definition}\\* y2 v0 K7 A6 J
            \midrule                                                                % 中框线
    " c3 N3 s2 X8 C0 z# P& k    $\rho$      &   the people density\\/ T; g& N, F* W8 U, S
        $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\
    - m4 u6 B7 H; U$ o    $v_i$       &   the velocity of the $i^{th}$ visitor\\; t* J$ e1 T. D$ v: V3 g
        $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\8 n! F! d  J; Z! [0 W7 i; ~. r$ z
        $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\
    5 T9 ?3 w. Z6 j: q, r    $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\
    7 Z5 H' c/ ?( e- q3 y. m0 D        $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\& ^6 Z$ y2 m+ J7 }
        $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\) F7 j9 _* F$ j+ b
        $p$ &   the ratio of the crowd decentralization\\
    7 J9 D  H+ A# _& {2 f# }% D/ d% I9 K    \bottomrule                                                                %底框线' ]; R1 k; @) F9 G8 {
    \end{tabular}\label{tb:notation}
    : B# H5 F; E7 ]" q\end{center}
    2 n( @; B0 b5 ^) X! W' b% j\end{table}$ m. u0 T: h$ Q  D
    代码高亮/ Y4 \: d; k& X. I8 N7 m1 y
    % 硬件语言 VHDL
    - z/ o% b* }2 \2 {- n  I\begin{lstlisting}[language=vhdl]
    # Q. B6 b- b4 q( u" |% Wprocess(sel3) --根据音调编码,分配分频系数. k# n5 r5 @, F
    begin$ L% q/ z! [; z4 H  c
        case sel3 is" j! }8 `9 M7 o
            when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)
    + d: G+ }; X/ y. ^        when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)& i7 c$ h9 }& z4 U5 R( L3 W
            when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)
    & w+ A+ ~: k8 l2 T        when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)4 _0 o9 ?# C/ T& V' P; _
            when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)
    , i2 s% f% L9 {9 [        when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol)
    * E3 @5 D: V8 T3 h0 G) Z2 c; e2 E        when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la): k# ~- `/ U" E
            when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)
    ' T# N+ a, E5 ^/ k; d        when others=>count_ld<="0111011101110"; --3822( S  @5 ^5 i/ s9 G- G" V4 G
    end case;
    - Y, t& [- u6 r* h. U: t" \end process;   
    1 N5 k; }# {, j$ ]# g
    # C- a* M2 k, J$ [
    8 W6 Y* o6 o# a0 f
    ————————————————
    , R5 P8 V9 V' N版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    & e% V3 ^4 ~/ H# m1 g1 Z原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
    4 B4 j; ~- y4 K6 B% p  n
    , A! S7 x7 S" J8 ?$ V  P8 }8 V
    ' k% y( k/ q) k# ~% M; @/ _! E0 V
    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-8-6 18:07 , Processed in 0.346560 second(s), 50 queries .

    回顶部