tfm carlos
This commit is contained in:
parent
3d0b155273
commit
16730f0f11
20 changed files with 1193 additions and 7 deletions
BIN
img/breakcfg.pdf
BIN
img/breakcfg.pdf
Binary file not shown.
BIN
img/breakpdg.pdf
BIN
img/breakpdg.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8
img/throw-example-cfg.dot
Normal file
8
img/throw-example-cfg.dot
Normal file
|
@ -0,0 +1,8 @@
|
|||
digraph g {
|
||||
Start [shape=box];
|
||||
End [shape=box];
|
||||
Start -> End [style=dashed];
|
||||
Start -> "if (x < 0)" -> "throw" -> "Error exit" -> End;
|
||||
"throw" -> "return Math.sqrt(x)" [style=dashed];
|
||||
"if (x < 0)" -> "return Math.sqrt(x)" -> "Normal exit" -> End;
|
||||
}
|
BIN
img/throw-example-cfg.pdf
Normal file
BIN
img/throw-example-cfg.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue