QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 4979|回复: 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
    . v8 L: F: c. w2 i+ A6 Y! ?
    . Q. x8 A5 J" q1 D$ m6 e2 G
    数学建模论文常用LaTeX代码(2021美赛)
    8 H6 ^# b6 L; h3 ?0 H% x5 Z6 K
    & O0 }# I6 y3 Z0 x+ M

      }7 P2 @; W) H! f+ R3 H) s* K+ G" e' z
    数学建模论文常用LaTeX代码! }" {2 z8 f/ E1 y0 N) g
    图片6 `$ ^( J5 {( N+ y/ j
    % 单图. P$ y. o- E4 c! }+ e* D6 t% J
    \begin{figure}[htbp]* G6 r! a" E% `7 k2 ^1 `
        \centering3 ^3 _' c5 n& A9 e3 B$ _8 D
        \includegraphics[width=.9\textwidth]{XXX.pdf}         % 图片相对位置
    " Z  q+ _% |. }- r0 U    \caption{xxx}                % 图片标题 ' c3 [" ]# V2 e. s9 y: y$ ~9 H
        \label{fig:xxx}                                                        % 图片标签  I3 M: }: C0 ^( |+ m8 _
    \end{figure}* d7 r1 |# j9 g% ?9 }# J8 V
    ; u# o% o' X: e: y& _* O, y' S
    \begin{figure}[H]
    3 ~! @& a; T, J    \centering
    # K& A) E8 w/ t( {$ L; W    \includegraphics[width=.4\textwidth]{ex2-3jie.pdf}         % 图片相对位置, }; o! f4 G9 J6 i( l: D1 g% k% f2 l
        \caption{xxx}                % 图片标题
    3 t4 p5 X8 |. t- u3 G$ R+ u/ s    \label{fig:ex4-9}
    $ e. F- F+ a5 c\end{figure}5 m% W1 S. O0 ^8 Y; {6 C
    % 多图) g, f5 w- ~( u
    \begin{figure}[htbp]- z" G7 Q% N; n' {* }5 {
        \centering    ' K; e( h' u2 r4 Q
        \subfigure[Hot Map of one Room]{                                % 图片1([]内为子图标题)5 a! T5 s8 g" g6 i- D# r" M8 c
        \label{fig:sub.roomhot}                                                        % 子图1的标签, R/ y7 p# V, c  c2 g
        \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图1的相对位置
    ! ~) N. T7 l/ W    \subfigure[Hot Map of one Floor]{                                % 图片2
    9 q$ t2 w; c. O) @# I    \label{fig:sub.floorhot}                                                % 子图2的标签
    / |* C3 ~8 ^& }% R( @8 S    \includegraphics[width=0.45\textwidth]{XXX.jpg}}% 子图2的相对位置
    7 S0 @% d) O* F1 y3 D. K( s    \caption{Hot Map of one Room and one Floor}                % 总图标题* W5 l0 v% G9 o7 b! T8 h
        \label{fig:hot}                                                                        % 总图标签7 O! i6 C* j, {' G; U
    \end{figure}& ~7 ?* ?; L) G0 _4 {3 y$ p: j! N
    表格
    0 l$ e+ Z) Q- G8 S; V% K+ C: H% 三线表& G4 @# D3 M! p" K/ s6 P. Z' i
    \begin{table}[!htbp]& @0 L0 h* `& E/ Q
    \begin{center}$ S1 y0 @9 R1 w& l" R" W4 v
    \caption{Notations}                                                        % 表格标题
    2 A' m0 f# O7 L" q\begin{tabular}{c|l}                        % 三线表格式('c'居中,'l'左对齐,'|'表示竖框线): b5 t7 C+ k" I1 _9 D* ~. D
            \toprule                                                                % 上框线! U: X0 b! ~+ [7 l# z6 {* Q8 ^
            \multicolumn{1}{m{3cm}}{\centering Symbol}
    0 m/ v/ n( p! _' D$ ]0 _        &\multicolumn{1}{m{8cm}}{\centering Definition}\\
    # [& r2 C8 z  z# m" O# Y        \midrule                                                                % 中框线2 V0 C8 e* _0 Z  L) Y6 B
        $\rho$      &   the people density\\* a* w! E; G% w# @
        $\mathit{SD_i}$ & the spatial danger of the $i^{th}$ cellular\\; G' Q; `- U8 O6 M" J! q# {
        $v_i$       &   the velocity of the $i^{th}$ visitor\\! K/ ]& @$ C! |) m
        $\overrightarrow{F_{Mi}}$   &   the attractive force (spatial danger and velocity) on the $i^{th}$ visitor\\  _) M6 H. g. f: x+ o
        $\overrightarrow{F_{ppi}}$  &   the people-to-people interaction force on the $i^{th}$ visitor\\
    7 E( p/ q% A- A% _  u2 ?9 |1 T1 L+ B    $\overrightarrow{d_i}$  &   the expected movement direction the $i^{th}$ visitor\\  h9 z+ U7 I$ T- \$ v
            $\alpha$ &the weight of the spatial danger and visitors’ velocity in $\overrightarrow{d_i}$\\
    2 r7 F9 P2 i, A" R! h9 {7 ?* L    $\beta$ &the weight of interaction force between people in $\overrightarrow{d_i}$\\
    6 e5 e/ e: p: v, \2 c    $p$ &   the ratio of the crowd decentralization\\  w% t3 t* i/ C1 a0 h6 m
        \bottomrule                                                                %底框线" M1 c+ r' \9 c
    \end{tabular}\label{tb:notation}
    4 B" ~! t' K; z3 q; u2 Z2 [\end{center}( O1 N* r8 A) O+ _1 P& ^4 v9 [
    \end{table}
    / J( s1 Z9 H6 t( R- M7 |" K8 N代码高亮2 z4 l2 i( i! O. E' x2 J
    % 硬件语言 VHDL& z, _+ {; P, m
    \begin{lstlisting}[language=vhdl]
      M6 }' p: u& T" u2 B- [& a6 X; K9 Wprocess(sel3) --根据音调编码,分配分频系数
    * Q$ w& G  W2 v" M, m: gbegin
    ( q- S2 }% i( q  X, M0 B    case sel3 is
    . n. S% j+ U. L( ^        when"000"=>count_ld<="0111011101110"; --3822    -- 1(中音do!)
    1 o' M# e  G7 m; }        when"001"=>count_ld<="0000000110010"; --50      -- 1(低音do)
    8 @3 M, u- X! s( F$ F! K        when"010"=>count_ld<="0000000010100"; --20      -- 2(低音re)% w9 y, [  I4 \5 r
            when"011"=>count_ld<="0000000001010"; --10      -- 3(低音mi)
    8 Z: c. ~. V8 ^        when"100"=>count_ld<="0000000000101"; --5       -- 4(低音fa)
    : `9 v# D; w" R  t: D" v4 q& U        when"101"=>count_ld<="0000000000010"; --2       -- 5(低音sol), T1 n3 P) X: S* D' u2 A9 }
            when"110"=>count_ld<="1000111000000"; --4544    -- 6(低音la)
    + O) L% V2 ]7 a1 n        when"111"=>count_ld<="0111111010000"; --4048    -- 7(低音si)& z/ C6 N# V3 T( Q2 `9 S
            when others=>count_ld<="0111011101110"; --38225 |, |; n# W" w3 [5 C: B
    end case;
    & I3 c& m0 Z, R, {/ x9 A  uend process;   5 ~# L* l2 h- o  T/ u0 @
    " S5 }  D: b" j7 ~+ J. l
    . u7 K/ d. N  u+ P; W) X8 W
    ————————————————
    7 Q' t- N9 q3 O$ N版权声明:本文为CSDN博主「von van」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    , m. o7 B: f% @) F原文链接:https://blog.csdn.net/weixin_46325577/article/details/113522972
    . s8 ?7 G! F7 i, S
    0 |" m) N2 o5 n$ K7 j) _: x+ D$ D+ w& u9 }" z+ m9 `
    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-22 01:23 , Processed in 0.927138 second(s), 50 queries .

    回顶部