2020-06-28 23:07:29 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
2022-10-22 18:09:42 +08:00
|
|
|
<!-- Generated by graphviz version 6.0.2 (20221011.1828)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: misc/fibonacci_fast.c Pages: 1 -->
|
2022-09-08 08:17:03 +08:00
|
|
|
<svg width="188pt" height="82pt"
|
|
|
|
viewBox="0.00 0.00 188.00 82.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 78)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>misc/fibonacci_fast.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Compute  Fibonacci number using the formulae:">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="146,-74 36,-74 36,-55 146,-55 146,-74"/>
|
|
|
|
<text text-anchor="middle" x="91" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/fibonacci_fast.c</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="50,-19 0,-19 0,0 50,0 50,-19"/>
|
|
|
|
<text text-anchor="middle" x="25" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">locale.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2022-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M80.4,-54.98C70.54,-47.07 55.65,-35.11 43.78,-25.58"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="45.79,-22.7 35.8,-19.17 41.4,-28.16 45.79,-22.7"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="114,-19 68,-19 68,0 114,0 114,-19"/>
|
|
|
|
<text text-anchor="middle" x="91" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2022-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M91,-54.75C91,-47.8 91,-37.85 91,-29.13"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="94.5,-29.09 91,-19.09 87.5,-29.09 94.5,-29.09"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="180,-19 132,-19 132,0 180,0 180,-19"/>
|
|
|
|
<text text-anchor="middle" x="156" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
2022-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M101.44,-54.98C111.15,-47.07 125.82,-35.11 137.5,-25.58"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.83,-28.2 145.37,-19.17 135.4,-22.78 139.83,-28.2"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|