mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 06:12:11 +08:00
Documentation for 341ed50da8
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: File Members</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -17,9 +17,9 @@
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
|
||||
jax: ["input/TeX","output/HTML-CSS"],
|
||||
MathJax.Hub.Config({
|
||||
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
|
||||
jax: ["input/TeX","output/HTML-CSS"],
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
|
||||
@@ -32,8 +32,7 @@
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">Algorithms_in_C++
|
||||
 <span id="projectnumber">1.0.0</span>
|
||||
<div id="projectname">Algorithms_in_C++<span id="projectnumber"> 1.0.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">Set of algorithms implemented in C++.</div>
|
||||
</td>
|
||||
@@ -42,21 +41,22 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.9.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */</script>
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
@@ -70,7 +70,7 @@ $(function() {
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(document).ready(function(){initNavTree('globals_func_s.html',''); initResizable(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
@@ -92,74 +92,33 @@ $(document).ready(function(){initNavTree('globals_func_s.html',''); initResizabl
|
||||
<div class="contents">
|
||||
 
|
||||
|
||||
<h3><a id="index_s"></a>- s -</h3><ul>
|
||||
<li>save_2d_data()
|
||||
: <a class="el" href="d9/d66/group__machine__learning.html#ga6c606bc85a3e9fd9d010f874ad760336">kohonen_som_topology.cpp</a>
|
||||
</li>
|
||||
<li>save_exact_solution()
|
||||
: <a class="el" href="db/dd3/ode__forward__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f">ode_forward_euler.cpp</a>
|
||||
, <a class="el" href="d6/dd3/ode__midpoint__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f">ode_midpoint_euler.cpp</a>
|
||||
, <a class="el" href="d3/d06/ode__semi__implicit__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f">ode_semi_implicit_euler.cpp</a>
|
||||
</li>
|
||||
<li>save_nd_data()
|
||||
: <a class="el" href="d9/d66/group__machine__learning.html#ga72699c805c19a6cc47a937a6f3378afa">kohonen_som_trace.cpp</a>
|
||||
</li>
|
||||
<li>semi_implicit_euler()
|
||||
: <a class="el" href="d6/d60/group__ode.html#ga3874d294ab00fe9ce8731c5b7991a089">ode_semi_implicit_euler.cpp</a>
|
||||
</li>
|
||||
<li>semi_implicit_euler_step()
|
||||
: <a class="el" href="d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f">ode_semi_implicit_euler.cpp</a>
|
||||
</li>
|
||||
<li>sgn()
|
||||
: <a class="el" href="d7/d6a/bisection__method_8cpp.html#a1ab31b90bc584c635ec159468ceed9b2">bisection_method.cpp</a>
|
||||
</li>
|
||||
<li>show()
|
||||
: <a class="el" href="db/d3c/tower__of__hanoi_8cpp.html#a746d9a3984bba88fd6dd91978f6931ed">tower_of_hanoi.cpp</a>
|
||||
, <a class="el" href="d5/d4c/group__sorting.html#ga0a9a57a1f1bbba3d4822531d002b7e07">merge_sort.cpp</a>
|
||||
</li>
|
||||
<li>show_array()
|
||||
: <a class="el" href="d5/ddb/bogo__sort_8cpp.html#ae8adaeff66471f9ed84f2e673b38a859">bogo_sort.cpp</a>
|
||||
</li>
|
||||
<li>show_data()
|
||||
: <a class="el" href="d4/d7a/shell__sort2_8cpp.html#a951127aea9d7e1e53ea9ae0868633246">shell_sort2.cpp</a>
|
||||
</li>
|
||||
<li>show_pascal()
|
||||
: <a class="el" href="dc/d1a/pascal__triangle_8cpp.html#ad7a31d9cb2818d21b1ba12aead7f4c5c">pascal_triangle.cpp</a>
|
||||
</li>
|
||||
<li>Sieve()
|
||||
: <a class="el" href="d4/d9c/primes__up__to__billion_8cpp.html#a031cada84819ed6426f58e4f7e81261c">primes_up_to_billion.cpp</a>
|
||||
</li>
|
||||
<li>sieve()
|
||||
: <a class="el" href="d8/ddf/sieve__of__eratosthenes_8cpp.html#a60fa6579eab0db3c1c0ab1bf6d651be3">sieve_of_eratosthenes.cpp</a>
|
||||
</li>
|
||||
<li>SieveOfEratosthenes()
|
||||
: <a class="el" href="db/d0d/prime__factorization_8cpp.html#affe577b9bce8f604f5e2f861c63c7099">prime_factorization.cpp</a>
|
||||
</li>
|
||||
<li>spiralPrint()
|
||||
: <a class="el" href="db/d07/spiral__print_8cpp.html#a850d3f55e1a8d227176cdcc67352c197">spiral_print.cpp</a>
|
||||
</li>
|
||||
<li>Sqrt()
|
||||
: <a class="el" href="da/d24/sqrt__double_8cpp.html#ae662282ad0740d2063ac404ca3bd74fc">sqrt_double.cpp</a>
|
||||
</li>
|
||||
<li>Standard_InvSqrt()
|
||||
: <a class="el" href="d6/db8/inv__sqrt_8cpp.html#aa2703e5cf3fecde8becd9066b9666b97">inv_sqrt.cpp</a>
|
||||
</li>
|
||||
<li>struzik_search()
|
||||
: <a class="el" href="d8/d8a/exponential__search_8cpp.html#a67e9c84b4e2eb30e3c5170eabfbb363d">exponential_search.cpp</a>
|
||||
</li>
|
||||
<li>sum_of_digits()
|
||||
: <a class="el" href="d4/d83/sum__of__digits_8cpp.html#a4619c78b6ad985713024f930f31c4395">sum_of_digits.cpp</a>
|
||||
</li>
|
||||
<li>sum_of_divisor()
|
||||
: <a class="el" href="d5/df6/check__amicable__pair_8cpp.html#ac656a51b4c3bd7d63b7dcc75dc3e5576">check_amicable_pair.cpp</a>
|
||||
</li>
|
||||
<h3><a id="index_s" name="index_s"></a>- s -</h3><ul>
|
||||
<li>save_2d_data() : <a class="el" href="d9/d66/group__machine__learning.html#gabc90175770bf0d5853c466e14993a08c">kohonen_som_topology.cpp</a></li>
|
||||
<li>save_exact_solution() : <a class="el" href="db/dd3/ode__forward__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f">ode_forward_euler.cpp</a>, <a class="el" href="d6/dd3/ode__midpoint__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f">ode_midpoint_euler.cpp</a>, <a class="el" href="d3/d06/ode__semi__implicit__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f">ode_semi_implicit_euler.cpp</a></li>
|
||||
<li>save_nd_data() : <a class="el" href="d9/d66/group__machine__learning.html#gae0208548f8b393528e5db01717e88e67">kohonen_som_trace.cpp</a></li>
|
||||
<li>semi_implicit_euler() : <a class="el" href="d6/d60/group__ode.html#ga3874d294ab00fe9ce8731c5b7991a089">ode_semi_implicit_euler.cpp</a></li>
|
||||
<li>semi_implicit_euler_step() : <a class="el" href="d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f">ode_semi_implicit_euler.cpp</a></li>
|
||||
<li>sgn() : <a class="el" href="d7/d6a/bisection__method_8cpp.html#a1ab31b90bc584c635ec159468ceed9b2">bisection_method.cpp</a></li>
|
||||
<li>show() : <a class="el" href="db/d3c/tower__of__hanoi_8cpp.html#a746d9a3984bba88fd6dd91978f6931ed">tower_of_hanoi.cpp</a>, <a class="el" href="d5/d4c/group__sorting.html#ga0a9a57a1f1bbba3d4822531d002b7e07">merge_sort.cpp</a></li>
|
||||
<li>show_array() : <a class="el" href="d5/ddb/bogo__sort_8cpp.html#ae8adaeff66471f9ed84f2e673b38a859">bogo_sort.cpp</a></li>
|
||||
<li>show_data() : <a class="el" href="d4/d7a/shell__sort2_8cpp.html#a951127aea9d7e1e53ea9ae0868633246">shell_sort2.cpp</a></li>
|
||||
<li>show_pascal() : <a class="el" href="dc/d1a/pascal__triangle_8cpp.html#ad7a31d9cb2818d21b1ba12aead7f4c5c">pascal_triangle.cpp</a></li>
|
||||
<li>Sieve() : <a class="el" href="d4/d9c/primes__up__to__billion_8cpp.html#a031cada84819ed6426f58e4f7e81261c">primes_up_to_billion.cpp</a></li>
|
||||
<li>sieve() : <a class="el" href="d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818">sieve_of_eratosthenes.cpp</a></li>
|
||||
<li>SieveOfEratosthenes() : <a class="el" href="db/d0d/prime__factorization_8cpp.html#affe577b9bce8f604f5e2f861c63c7099">prime_factorization.cpp</a></li>
|
||||
<li>spiralPrint() : <a class="el" href="db/d07/spiral__print_8cpp.html#a850d3f55e1a8d227176cdcc67352c197">spiral_print.cpp</a></li>
|
||||
<li>Sqrt() : <a class="el" href="da/d24/sqrt__double_8cpp.html#ae662282ad0740d2063ac404ca3bd74fc">sqrt_double.cpp</a></li>
|
||||
<li>Standard_InvSqrt() : <a class="el" href="d6/db8/inv__sqrt_8cpp.html#aa2703e5cf3fecde8becd9066b9666b97">inv_sqrt.cpp</a></li>
|
||||
<li>struzik_search() : <a class="el" href="d8/d8a/exponential__search_8cpp.html#af421bf4b7b95f20ac86c233adfdb9208">exponential_search.cpp</a></li>
|
||||
<li>sum_of_digits() : <a class="el" href="d4/d83/sum__of__digits_8cpp.html#a4619c78b6ad985713024f930f31c4395">sum_of_digits.cpp</a></li>
|
||||
<li>sum_of_divisor() : <a class="el" href="d5/df6/check__amicable__pair_8cpp.html#ac656a51b4c3bd7d63b7dcc75dc3e5576">check_amicable_pair.cpp</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<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.1 </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.2 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user