Show
Ignore:
Timestamp:
07/27/10 06:50:13 (14 years ago)
Author:
jabu
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/texty/delka_cyklu/00_Chapters/Abstract.tex

    r1147 r1150  
    1   
     1\newbox\odstavecbox 
     2\newlength\vyskaodstavce 
     3\newcommand\odstavec[2]{% 
     4    \setbox\odstavecbox=\hbox{% 
     5         \parbox[t]{#1}{#2\vrule width 0pt depth 4pt}}% 
     6    \global\vyskaodstavce=\dp\odstavecbox 
     7    \box\odstavecbox} 
     8\newcommand{\delka}{120mm} % šířka textů ve 2. sloupci tabulky 
     9\def \abstrCZ { 
     10V této práci je popsán návrh a implementace algoritmu na řízení dopravy pomocí nastavení délky cyklu řadiče. 
     11Tento algoritmus je navržen podle teorie multiagentních systémů a otestován na mikrosimulátoru dopravy AIMSUN. 
     12V závěru jsou vyhodnoceny výsledky srovnáním s pevnou referenční hodnotou. 
     13} 
     14 
     15\def \abstrEN { 
     16This work represents design and implemetantion of algorithm, which purpose is to control the traffic lights by setting length of cycle time. 
     17This algorithm is designed according to the theory of multiagent systems and tested on microsimulator of traffic AIMSUN. 
     18In the end of this work, there are results of tests, compared with fixed reference value of time cycle. 
     19} 
     20 
     21\begin{tabular}{l l} 
     22  {Název práce:} & \\ 
     23  \multicolumn{2}{l}{\bf \Bookname} \\[5mm] 
     24  {Autor:} & \autor \\[5mm]  
     25  {Obor:} & \obor \\ 
     26  {Zaměření:} & \zamereni \\ 
     27  {Druh práce:} & Bakalářská práce \\[5mm] 
     28  {Vedoucí práce:} & {\vedouci } \\[5mm] 
     29  {Konzultant:} & {\konzultant } \\[5mm] 
     30  Abstrakt: & \\  
     31  \multicolumn{2}{l}{\odstavec{\textwidth}{\abstrCZ }} \\[5mm] 
     32  & \\ 
     33  {Klíčová slova:} & \\  
     34  \multicolumn{2}{l}{multiagentni systémy, decentralizované řízení, řízení dopravy, AIMSUN} \\[20mm] 
     35\end{tabular}  
     36 
     37\begin{tabular}{l l} 
     38  {Title:} & \\ 
     39  \multicolumn{2}{l}{\bf \BooknameEN}\\[5mm] 
     40  {Author:} & \autor \\[5mm] 
     41  Abstract: & \\  
     42  \multicolumn{2}{l}{\odstavec{\textwidth}{\abstrEN} } \\[5mm] 
     43  & \\ 
     44  {Key words:} & \\  
     45  \multicolumn{2}{l}{multiagent systems, decentralized control, control of traffic lights, AIMSUN} \\[20mm] 
     46\end{tabular}