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

Материал из Поле цифровой дидактики
(Новая страница: «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",...»)
 
 
(не показано 5 промежуточных версий этого же участника)
Строка 1: Строка 1:
<graphviz>
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];
// node [style=filled, fillcolor=white, shape=ellipse, label = "" width=0.2, height=0.2];  A ;


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";
// node [style=filled, fontcolor="white", fillcolor=black, shape=box,  width=0.1, height=0.1];    B;  


subraph men {
    A ;
}
}


subgraph programs {
subgraph programs {
     label = "Container A";
 
     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;
     color=blue;
    C; D; E; F; G; H; K; L; M;
 
}
}
C -> D ;
}
</graphviz>




C -> D -> E -> F -> G -> H -> K -> L -> M [dir=both];
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];