mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
52 lines
2.2 KiB
XML
52 lines
2.2 KiB
XML
|
<?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">
|
||
|
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
||
|
-->
|
||
|
<!-- Title: test Pages: 1 -->
|
||
|
<svg width="125pt" height="64pt"
|
||
|
viewBox="0.00 0.00 125.00 64.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 60)">
|
||
|
<title>test</title>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Self-test implementations.">
|
||
|
<polygon fill="#999999" stroke="#666666" points="33,-37 0,-37 0,-18 33,-18 33,-37"/>
|
||
|
<text text-anchor="middle" x="16.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../df/d27/alaw_8c.html#a093ac72124e3c2268d1150676e63175d" target="_top" xlink:title="8bit alaw to 16bit pcm">
|
||
|
<polygon fill="white" stroke="#666666" points="117,-56 69,-56 69,-37 117,-37 117,-56"/>
|
||
|
<text text-anchor="middle" x="93" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">decode</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M33.3,-31.53C40.81,-33.44 50.08,-35.81 59.03,-38.09"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.31,-41.52 68.87,-40.6 60.04,-34.74 58.31,-41.52"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../df/d27/alaw_8c.html#a751d8e2c1975706e4d876316518c54c4" target="_top" xlink:title="16bit pcm to 8bit alaw">
|
||
|
<polygon fill="white" stroke="#666666" points="117,-19 69,-19 69,0 117,0 117,-19"/>
|
||
|
<text text-anchor="middle" x="93" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">encode</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M33.3,-23.68C40.81,-21.87 50.08,-19.63 59.03,-17.47"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.97,-20.84 68.87,-15.09 58.33,-14.04 59.97,-20.84"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|