mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-03 02:32:34 +08:00
Documentation for c2adc3b1e6
This commit is contained in:
13
d0/d5e/exponential__dist_8cpp__incl.map
Normal file
13
d0/d5e/exponential__dist_8cpp__incl.map
Normal file
@@ -0,0 +1,13 @@
|
||||
<map id="probability/exponential_dist.cpp" name="probability/exponential_dist.cpp">
|
||||
<area shape="rect" id="Node000001" title="Exponential Distribution" alt="" coords="136,5,286,46"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,70,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="169,49,79,90,77,85,166,44"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="94,94,152,120"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="191,48,150,85,146,81,187,44"/>
|
||||
<area shape="rect" id="Node000004" title=" " alt="" coords="175,94,246,120"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="214,46,214,78,208,78,208,46"/>
|
||||
<area shape="rect" id="Node000005" title=" " alt="" coords="270,94,349,120"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="237,44,284,82,281,86,234,48"/>
|
||||
<area shape="rect" id="Node000006" title=" " alt="" coords="372,94,426,120"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="259,44,359,86,357,91,257,49"/>
|
||||
</map>
|
||||
1
d0/d5e/exponential__dist_8cpp__incl.md5
Normal file
1
d0/d5e/exponential__dist_8cpp__incl.md5
Normal file
@@ -0,0 +1 @@
|
||||
b25b1b62704dc6a297fbe7eedffe7e8b
|
||||
138
d0/d5e/exponential__dist_8cpp__incl.svg
Normal file
138
d0/d5e/exponential__dist_8cpp__incl.svg
Normal file
@@ -0,0 +1,138 @@
|
||||
<?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 12.1.2 (20240928.0832)
|
||||
-->
|
||||
<!-- Title: probability/exponential_dist.cpp Pages: 1 -->
|
||||
<svg width="323pt" height="94pt"
|
||||
viewBox="0.00 0.00 323.12 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 89.75)">
|
||||
<title>probability/exponential_dist.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Exponential Distribution">
|
||||
<polygon fill="#999999" stroke="#666666" points="210.5,-85.75 97.75,-85.75 97.75,-55.25 210.5,-55.25 210.5,-85.75"/>
|
||||
<text text-anchor="start" x="105.75" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">probability/exponential</text>
|
||||
<text text-anchor="middle" x="154.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_dist.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="48.25,-19.25 0,-19.25 0,0 48.25,0 48.25,-19.25"/>
|
||||
<text text-anchor="middle" x="24.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M121.66,-54.8C101.1,-45.48 74.69,-33.52 54.54,-24.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="55.99,-21.22 45.44,-20.28 53.11,-27.59 55.99,-21.22"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="109.62,-19.25 66.62,-19.25 66.62,0 109.62,0 109.62,-19.25"/>
|
||||
<text text-anchor="middle" x="88.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M137.81,-54.95C128.44,-46.59 116.63,-36.05 106.87,-27.35"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.22,-24.75 99.43,-20.71 104.56,-29.98 109.22,-24.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="180.88,-19.25 127.38,-19.25 127.38,0 180.88,0 180.88,-19.25"/>
|
||||
<text text-anchor="middle" x="154.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M154.12,-54.95C154.12,-47.71 154.12,-38.84 154.12,-30.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.63,-31.21 154.13,-21.21 150.63,-31.21 157.63,-31.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="257.5,-19.25 198.75,-19.25 198.75,0 257.5,0 257.5,-19.25"/>
|
||||
<text text-anchor="middle" x="228.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdexcept</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M172.42,-54.95C183.14,-46.41 196.71,-35.62 207.78,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="209.89,-29.61 215.53,-20.64 205.53,-24.13 209.89,-29.61"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_Node000006"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="315.12,-19.25 275.12,-19.25 275.12,0 315.12,0 315.12,-19.25"/>
|
||||
<text text-anchor="middle" x="295.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">string</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M189.34,-54.8C212.37,-45.18 242.16,-32.74 264.26,-23.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="265.46,-26.81 273.34,-19.72 262.76,-20.35 265.46,-26.81"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
112
d0/d5e/exponential__dist_8cpp__incl_org.svg
Normal file
112
d0/d5e/exponential__dist_8cpp__incl_org.svg
Normal file
@@ -0,0 +1,112 @@
|
||||
<?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 12.1.2 (20240928.0832)
|
||||
-->
|
||||
<!-- Title: probability/exponential_dist.cpp Pages: 1 -->
|
||||
<svg width="323pt" height="94pt"
|
||||
viewBox="0.00 0.00 323.12 93.75" 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 89.75)">
|
||||
<title>probability/exponential_dist.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Exponential Distribution">
|
||||
<polygon fill="#999999" stroke="#666666" points="210.5,-85.75 97.75,-85.75 97.75,-55.25 210.5,-55.25 210.5,-85.75"/>
|
||||
<text text-anchor="start" x="105.75" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">probability/exponential</text>
|
||||
<text text-anchor="middle" x="154.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_dist.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="48.25,-19.25 0,-19.25 0,0 48.25,0 48.25,-19.25"/>
|
||||
<text text-anchor="middle" x="24.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M121.66,-54.8C101.1,-45.48 74.69,-33.52 54.54,-24.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="55.99,-21.22 45.44,-20.28 53.11,-27.59 55.99,-21.22"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="109.62,-19.25 66.62,-19.25 66.62,0 109.62,0 109.62,-19.25"/>
|
||||
<text text-anchor="middle" x="88.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M137.81,-54.95C128.44,-46.59 116.63,-36.05 106.87,-27.35"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.22,-24.75 99.43,-20.71 104.56,-29.98 109.22,-24.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="180.88,-19.25 127.38,-19.25 127.38,0 180.88,0 180.88,-19.25"/>
|
||||
<text text-anchor="middle" x="154.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M154.12,-54.95C154.12,-47.71 154.12,-38.84 154.12,-30.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.63,-31.21 154.13,-21.21 150.63,-31.21 157.63,-31.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="257.5,-19.25 198.75,-19.25 198.75,0 257.5,0 257.5,-19.25"/>
|
||||
<text text-anchor="middle" x="228.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdexcept</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M172.42,-54.95C183.14,-46.41 196.71,-35.62 207.78,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="209.89,-29.61 215.53,-20.64 205.53,-24.13 209.89,-29.61"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_Node000006"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="315.12,-19.25 275.12,-19.25 275.12,0 315.12,0 315.12,-19.25"/>
|
||||
<text text-anchor="middle" x="295.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">string</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M189.34,-54.8C212.37,-45.18 242.16,-32.74 264.26,-23.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="265.46,-26.81 273.34,-19.72 262.76,-20.35 265.46,-26.81"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
Reference in New Issue
Block a user