2020-09-19 01:26:09 +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">
|
2023-05-13 02:30:22 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
2020-09-19 01:26:09 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: misc/poly_add.c Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<svg width="118pt" height="83pt"
|
|
|
|
viewBox="0.00 0.00 118.38 82.50" 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.5)">
|
2020-09-19 01:26:09 +08:00
|
|
|
<title>misc/poly_add.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
2022-01-15 04:11:27 +08:00
|
|
|
<g id="a_node1"><a xlink:title="Implementation of [Addition of two polynomials] (https://en.wikipedia.org/wiki/Polynomial#Addition)">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="98.25,-74.5 11,-74.5 11,-55.25 98.25,-55.25 98.25,-74.5"/>
|
|
|
|
<text text-anchor="middle" x="54.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">misc/poly_add.c</text>
|
2020-09-19 01:26:09 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="45.25,-19.25 0,-19.25 0,0 45.25,0 45.25,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="22.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
2020-09-19 01:26:09 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M49.34,-55.08C45.06,-47.96 38.88,-37.68 33.55,-28.8"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="36.17,-27.38 28.02,-20.61 30.17,-30.98 36.17,-27.38"/>
|
2020-09-19 01:26:09 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="110.38,-19.25 62.88,-19.25 62.88,0 110.38,0 110.38,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="86.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
2020-09-19 01:26:09 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M59.91,-55.08C64.19,-47.96 70.37,-37.68 75.7,-28.8"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.08,-30.98 81.23,-20.61 73.08,-27.38 79.08,-30.98"/>
|
2020-09-19 01:26:09 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|