-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDifferentiator.dot
58 lines (58 loc) · 3.48 KB
/
Differentiator.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
digraph graphname
{
node [shape=record, color = "black"]; //Описание блоков графа
24[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = +}"];
//Далее работа функции BodyDump
0[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = * | Left = 0x55b028b63c70|Right = 0x55b028b63b70}"];
24->0;
29[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 2| Left = 0|Right = 0}"];
0->29;
27[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = * | Left = 0x55b028b63cb0|Right = 0x55b028b63c30}"];
0->27;
30[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 1| Left = 0|Right = 0}"];
27->30;
28[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = ^ | Left = 0x55b028b63bf0|Right = 0x55b028b63bb0}"];
27->28;
25[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = x | Left = 0|Right = 0}"];
28->25;
26[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 1| Left = 0|Right = 0}"];
28->26;
31[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = + | Left = 0x55b028b63d30|Right = 0x55b028b63ef0}"];
24->31;
32[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 3| Left = 0|Right = 0}"];
31->32;
35[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = + | Left = 0x55b028b63f30|Right = 0x55b028b640f0}"];
31->35;
0[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = * | Left = 0x55b028b64070|Right = 0x55b028b63f70}"];
35->0;
40[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 6| Left = 0|Right = 0}"];
0->40;
38[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = * | Left = 0x55b028b640b0|Right = 0x55b028b64030}"];
0->38;
41[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 1| Left = 0|Right = 0}"];
38->41;
39[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = ^ | Left = 0x55b028b63ff0|Right = 0x55b028b63fb0}"];
38->39;
36[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = x | Left = 0|Right = 0}"];
39->36;
37[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 5| Left = 0|Right = 0}"];
39->37;
42[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = + | Left = 0x55b028b64130|Right = 0x55b028b643f0}"];
35->42;
0[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = / | Left = 0x55b028b64230|Right = 0x55b028b642f0}"];
42->0;
45[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 1| Left = 0|Right = 0}"];
0->45;
46[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = ^ | Left = 0x55b028b641f0|Right = 0x55b028b64330}"];
0->46;
63[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = x | Left = 0|Right = 0}"];
46->63;
47[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 2| Left = 0|Right = 0}"];
46->47;
50[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = / | Left = 0x55b028b644b0|Right = 0x55b028b64470}"];
42->50;
51[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = double| Value = 1| Left = 0|Right = 0}"];
50->51;
18[fillcolor = "#40e0d0", style="rounded,filled", label="{Type = char| Value = x | Left = 0|Right = 0}"];
50->18;
}