arma-thesis

Simulation modelling of irregular waves for marine object dynamics programmes
git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

legend-ru.tex (1240B)


      1 \begin{tikzpicture}[x=2.3cm,y=-2.0cm,framed]
      2         
      3     \node[Node] at (0,0) {\phantom{A}};
      4     \node[anchor=west] (X2) at (0.4,0) {\strut узел кластера};
      5     \node[Switch] at (4,0) {};
      6     \node[anchor=west] (X2) at (4.4,0) {\strut сетевой коммутатор};
      7     \draw[PhysicalLink] (3.8,1) -- (4.2,1);
      8     \node[anchor=west] (X2) at (4.4,1) {\strut физическое соединение};
      9     \draw[NetworkLink] (3.8,2) -- (4.2,2);
     10     \node[anchor=west] (X2) at (4.4,2) {\strut сетевое соединение};
     11     
     12     \node[Daemon,scale=0.6] at (0,3) {\phantom{A}};
     13     \node[anchor=west] (X2) at (0.4,3) {\strut резидентный процесс};
     14     \draw[DaemonLink] (3.8,3) -- (4.2,3);
     15     \node[anchor=west,text width=5cm] (X2) at (4.4,3) {\strut иерархическая связь между узлами};
     16     
     17     \node[Process,scale=0.6] (X3) at (0,4) {\phantom{A}};
     18     \node[baseline=(X3.base),anchor=west] at (0.4,4) {\strut управляющий объект};
     19     \draw[ProcessEdge] (3.8,4) -- (4.2,4);
     20     \node[anchor=west,text width=5cm] (X2) at (4.4,4) {\strut иерархическая связь между управляющими объектами};
     21 \end{tikzpicture}