Обсуждение:Робот

Материал из Поле цифровой дидактики
Версия от 20:40, 22 декабря 2024; Patarakin (обсуждение | вклад) (Новая страница: «digraph M1 { // layout = "neato"; size="6,6"; edge [arrowhead=normal, arrowsize=0.4, len=1]; // node [style=filled, fillcolor=white, shape=ellipse, label = "" width=0.2, height=0.2]; A ; node [style=filled, fillcolor=white, shape=ellipse, label = "", width=0.2, height=0.2]; A ; node [style=filled, fontcolor="white", fillcolor=black, shape=diamond, label = "", width=0.3, height=0.1 ]; C; D; E; F; G; H; K; L; M; // node [style=filled, fontcolor="white",...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

digraph M1 { // layout = "neato"; size="6,6"; edge [arrowhead=normal, arrowsize=0.4, len=1]; // node [style=filled, fillcolor=white, shape=ellipse, label = "" width=0.2, height=0.2]; A ;

node [style=filled, fillcolor=white, shape=ellipse, label = "", width=0.2, height=0.2]; A ; node [style=filled, fontcolor="white", fillcolor=black, shape=diamond, label = "", width=0.3, height=0.1 ]; C; D; E; F; G; H; K; L; M; // node [style=filled, fontcolor="white", fillcolor=black, shape=box, width=0.1, height=0.1]; B;

subraph men {

   A ;

}

subgraph programs {

   label = "Container A";
    color=blue;
   C; D; E; F; G; H; K; L; M;

}


C -> D -> E -> F -> G -> H -> K -> L -> M [dir=both];

}