TheAlgorithms-C/d9/df5/affine_8c__incl.svg

82 lines
3.4 KiB
XML
Raw Normal View History

<?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 8.0.5 (20230430.1635)
-->
<!-- Title: cipher/affine.c Pages: 1 -->
<svg width="254pt" height="83pt"
viewBox="0.00 0.00 253.75 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)">
<title>cipher/affine.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="An affine cipher is a letter substitution cipher that uses a linear transformation to substitute lett...">
<polygon fill="#999999" stroke="#666666" points="162.38,-74.5 84.88,-74.5 84.88,-55.25 162.38,-55.25 162.38,-74.5"/>
<text text-anchor="middle" x="123.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">cipher/affine.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="51.25,-19.25 0,-19.25 0,0 51.25,0 51.25,-19.25"/>
<text text-anchor="middle" x="25.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M107,-54.84C91.94,-46.66 69.48,-34.46 51.97,-24.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.79,-21.4 43.33,-19.7 50.45,-27.55 53.79,-21.4"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="114.25,-19.25 69,-19.25 69,0 114.25,0 114.25,-19.25"/>
<text text-anchor="middle" x="91.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M118.34,-55.08C114.06,-47.96 107.88,-37.68 102.55,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.17,-27.38 97.02,-20.61 99.17,-30.98 105.17,-27.38"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="179.38,-19.25 131.88,-19.25 131.88,0 179.38,0 179.38,-19.25"/>
<text text-anchor="middle" x="155.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M128.91,-55.08C133.19,-47.96 139.37,-37.68 144.7,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.08,-30.98 150.23,-20.61 142.08,-27.38 148.08,-30.98"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="245.75,-19.25 197.5,-19.25 197.5,0 245.75,0 245.75,-19.25"/>
<text text-anchor="middle" x="221.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M140.25,-54.84C155.31,-46.66 177.77,-34.46 195.28,-24.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="196.8,-27.55 203.92,-19.7 193.46,-21.4 196.8,-27.55"/>
</g>
</g>
</svg>