Обсуждение:Робот: различия между версиями

Материал из Поле цифровой дидактики
 
(не показаны 3 промежуточные версии этого же участника)
Строка 2: Строка 2:
digraph M1 {  
digraph M1 {  
// layout = "neato";
// layout = "neato";
rankdir=LR;
size="6,6";
size="6,6";
edge [arrowhead=normal, arrowsize=0.4, len=1];
edge [arrowhead=normal, arrowsize=0.4, len=1];


subgraph  men {
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;
    label = "Human";


subraph men {
    A ;
}
subgraph programs {
    label = "Container A";
    color=blue;
    C; D; E; F; G; H; K; L; M;
}
}


subgraph  programs {


    label = "Program";
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;


    color=blue;


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

Текущая версия на 20:53, 22 декабря 2024


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