Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: others/spiral_print.cpp File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -114,11 +114,11 @@ Include dependency graph for spiral_print.cpp:</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:acfff36db81326fb990a643ab198ee8a5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d07/spiral__print_8cpp.html#acfff36db81326fb990a643ab198ee8a5">genArray</a> (int **a, int r, int c)</td></tr>
<tr class="memitem:acfff36db81326fb990a643ab198ee8a5" id="r_acfff36db81326fb990a643ab198ee8a5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d07/spiral__print_8cpp.html#acfff36db81326fb990a643ab198ee8a5">genArray</a> (int **a, int r, int c)</td></tr>
<tr class="separator:acfff36db81326fb990a643ab198ee8a5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a850d3f55e1a8d227176cdcc67352c197"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d07/spiral__print_8cpp.html#a850d3f55e1a8d227176cdcc67352c197">spiralPrint</a> (int **a, int r, int c)</td></tr>
<tr class="memitem:a850d3f55e1a8d227176cdcc67352c197" id="r_a850d3f55e1a8d227176cdcc67352c197"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d07/spiral__print_8cpp.html#a850d3f55e1a8d227176cdcc67352c197">spiralPrint</a> (int **a, int r, int c)</td></tr>
<tr class="separator:a850d3f55e1a8d227176cdcc67352c197"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d07/spiral__print_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d07/spiral__print_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@@ -314,7 +314,7 @@ Here is the call graph for this function:</div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_9510827d0b234b3cc54b29892f217477.html">others</a></li><li class="navelem"><a class="el" href="../../db/d07/spiral__print_8cpp.html">spiral_print.cpp</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>

View File

@@ -1,5 +1,5 @@
<map id="genArray" name="genArray">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,79,31"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="127,5,198,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="79,16,112,16,112,21,79,21"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="79,16,111,16,111,21,79,21"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: genArray Pages: 1 -->
<svg width="153pt" height="27pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M55.46,-9.62C63.12,-9.62 71.61,-9.62 79.76,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.56,-13.13 89.56,-9.62 79.56,-6.13 79.56,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M55.46,-9.62C62.95,-9.62 71.22,-9.62 79.21,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.05,-13.13 89.05,-9.63 79.05,-6.13 79.05,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: genArray Pages: 1 -->
<svg width="153pt" height="27pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M55.46,-9.62C63.12,-9.62 71.61,-9.62 79.76,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.56,-13.13 89.56,-9.62 79.56,-6.13 79.56,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M55.46,-9.62C62.95,-9.62 71.22,-9.62 79.21,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.05,-13.13 89.05,-9.63 79.05,-6.13 79.05,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,9 +1,9 @@
<map id="main" name="main">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,31,55,56"/>
<area shape="rect" id="Node000002" href="$db/d07/spiral__print_8cpp.html#acfff36db81326fb990a643ab198ee8a5" title=" " alt="" coords="106,5,179,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,35,91,27,92,32,56,41"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,35,90,27,91,32,56,41"/>
<area shape="rect" id="Node000004" href="$db/d07/spiral__print_8cpp.html#a850d3f55e1a8d227176cdcc67352c197" title=" " alt="" coords="103,55,182,80"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="56,46,89,53,88,59,55,51"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="56,46,88,53,87,58,55,51"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="230,5,301,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="179,16,215,16,215,21,179,21"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="179,16,214,16,214,21,179,21"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="230pt" height="64pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.35,-31.75C45.31,-33.59 55.01,-35.83 64.44,-38.01"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.34,-41.57 73.87,-40.42 64.91,-34.75 63.34,-41.57"/>
<path fill="none" stroke="#63b8ff" d="M37.35,-31.75C45.14,-33.55 54.6,-35.73 63.83,-37.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.86,-41.23 73.39,-40.07 64.44,-34.41 62.86,-41.23"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.35,-23.72C44.67,-22.12 53.46,-20.19 62.16,-18.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.6,-21.56 71.62,-16 61.1,-14.72 62.6,-21.56"/>
<path fill="none" stroke="#63b8ff" d="M37.35,-23.72C44.51,-22.15 53.07,-20.28 61.59,-18.41"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.12,-21.88 71.14,-16.32 60.62,-15.04 62.12,-21.88"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M130.41,-46.62C138.77,-46.62 148.15,-46.62 157.1,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.09,-50.13 167.09,-46.62 157.09,-43.13 157.09,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M130.41,-46.62C138.68,-46.62 147.95,-46.62 156.8,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.58,-50.13 166.58,-46.63 156.58,-43.13 156.58,-50.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="230pt" height="64pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.35,-31.75C45.31,-33.59 55.01,-35.83 64.44,-38.01"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.34,-41.57 73.87,-40.42 64.91,-34.75 63.34,-41.57"/>
<path fill="none" stroke="#63b8ff" d="M37.35,-31.75C45.14,-33.55 54.6,-35.73 63.83,-37.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.86,-41.23 73.39,-40.07 64.44,-34.41 62.86,-41.23"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.35,-23.72C44.67,-22.12 53.46,-20.19 62.16,-18.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.6,-21.56 71.62,-16 61.1,-14.72 62.6,-21.56"/>
<path fill="none" stroke="#63b8ff" d="M37.35,-23.72C44.51,-22.15 53.07,-20.28 61.59,-18.41"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.12,-21.88 71.14,-16.32 60.62,-15.04 62.12,-21.88"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M130.41,-46.62C138.77,-46.62 148.15,-46.62 157.1,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.09,-50.13 167.09,-46.62 157.09,-43.13 157.09,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M130.41,-46.62C138.68,-46.62 147.95,-46.62 156.8,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.58,-50.13 166.58,-46.63 156.58,-43.13 156.58,-50.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB