mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-27 07:49:35 +03:00
147 lines
11 KiB
HTML
147 lines
11 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<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.6"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Algorithms_in_C: Globals</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<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"],
|
|
});
|
|
</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>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<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>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.6 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('globals_p.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="contents">
|
|
<div class="textblock">Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:</div>
|
|
|
|
<h3><a id="index_p" name="index_p"></a>- p -</h3><ul>
|
|
<li>patienceSort() : <a class="el" href="d2/d57/patience__sort_8c.html#a5ce3f8e766a38377168ae737605745c8">patience_sort.c</a></li>
|
|
<li>poly_add() : <a class="el" href="d0/dcb/poly__add_8c.html#a6ff38afe4720527c9513139cbab460af">poly_add.c</a></li>
|
|
<li>poly_function() : <a class="el" href="da/d38/durand__kerner__roots_8c.html#a321f9781a9744ccdaf0aba89f35ec29c">durand_kerner_roots.c</a></li>
|
|
<li>pop() : <a class="el" href="db/d0c/infix__to__postfix_8c.html#a940cdcd27c40699eebb4ef113b2d9451">infix_to_postfix.c</a>, <a class="el" href="da/d96/infix__to__postfix2_8c.html#a312e7f6c761a199c1369fbe651e084f0">infix_to_postfix2.c</a>, <a class="el" href="df/d43/postfix__evaluation_8c.html#a8546e4b3f61be1f09ce47f428116ad7d">postfix_evaluation.c</a></li>
|
|
<li>PORT : <a class="el" href="dd/d93/client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">client.c</a>, <a class="el" href="d9/ddd/remote__command__exec__udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">remote_command_exec_udp_client.c</a>, <a class="el" href="dd/d79/remote__command__exec__udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">remote_command_exec_udp_server.c</a>, <a class="el" href="d1/d20/server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">server.c</a>, <a class="el" href="d1/d98/tcp__full__duplex__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">tcp_full_duplex_client.c</a>, <a class="el" href="d1/d6b/tcp__full__duplex__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">tcp_full_duplex_server.c</a>, <a class="el" href="da/d07/tcp__half__duplex__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">tcp_half_duplex_client.c</a>, <a class="el" href="d6/d2b/tcp__half__duplex__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">tcp_half_duplex_server.c</a>, <a class="el" href="da/de6/udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">udp_client.c</a>, <a class="el" href="d8/dca/udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2">udp_server.c</a></li>
|
|
<li>positionBoat() : <a class="el" href="db/de2/naval__battle_8c.html#a3f7d3dc5931fba6164e73057859094d9">naval_battle.c</a></li>
|
|
<li>postorder_display() : <a class="el" href="df/d3c/threaded__binary__trees_8c.html#a5a82ae0ee13788be51ca4ba6cddb0719">threaded_binary_trees.c</a></li>
|
|
<li>power_of_ten() : <a class="el" href="d9/deb/min__printf_8h.html#a8421f89b76edcf21292c5100bfca586b">min_printf.h</a></li>
|
|
<li>preorder_display() : <a class="el" href="df/d3c/threaded__binary__trees_8c.html#a8169ba0dfd5b8183672e444d1434bf9c">threaded_binary_trees.c</a></li>
|
|
<li>prim() : <a class="el" href="d9/dcc/prim_8c.html#a0bea087eb586c437cf0a667f794c8853">prim.c</a></li>
|
|
<li>prime() : <a class="el" href="d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime_sieve.c</a></li>
|
|
<li>print() : <a class="el" href="dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0">doubly_linked_list.c</a>, <a class="el" href="df/dfa/vector_8c.html#abdb067a98f90bcd9b0aa4ceb364d607f">vector.c</a>, <a class="el" href="dc/d80/cantor__set_8c.html#a75ee530cd7148a63249784ad3dda8fab">cantor_set.c</a>, <a class="el" href="d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1">sudoku_solver.c</a></li>
|
|
<li>print_double_value() : <a class="el" href="d9/deb/min__printf_8h.html#a4d63203d920bebd6a96f5f4aeccb21e5">min_printf.h</a></li>
|
|
<li>print_int_value() : <a class="el" href="d9/deb/min__printf_8h.html#a0a848efdf2ee124bba62e056eb9ab824">min_printf.h</a></li>
|
|
<li>print_matrix() : <a class="el" href="d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a">qr_decompose.h</a></li>
|
|
<li>print_number() : <a class="el" href="db/d01/problem__13_2sol1_8c.html#a248adc917818cc6666d8bc679a660319">sol1.c</a></li>
|
|
<li>print_string() : <a class="el" href="d9/deb/min__printf_8h.html#af569209570eca8bc6770fb7d9dc873e6">min_printf.h</a></li>
|
|
<li>print_vector() : <a class="el" href="de/d7b/group__vec__3d.html#gae25e1f2e973933bef65838601e2de0af">vectors_3d.c</a></li>
|
|
<li>printArray() : <a class="el" href="d2/d57/patience__sort_8c.html#a51db6714f25747b7de0daca675363e19">patience_sort.c</a></li>
|
|
<li>printEPS() : <a class="el" href="d6/d76/k__means__clustering_8c.html#a5b4ba704e02672e59cfa35f82e3db28a">k_means_clustering.c</a></li>
|
|
<li>printLeaks() : <a class="el" href="db/d84/malloc__dbg_8c.html#a2a47e4c38db8c00b80248e5535adf797">malloc_dbg.c</a>, <a class="el" href="d2/ddd/malloc__dbg_8h.html#abfd0a4452069af4cfefe4a5d037e92ef">malloc_dbg.h</a></li>
|
|
<li>printMessage() : <a class="el" href="db/de2/naval__battle_8c.html#a521043b369238e618dcc9364b40448ef">naval_battle.c</a></li>
|
|
<li>printMessageScore() : <a class="el" href="db/de2/naval__battle_8c.html#a2d65de2c86c7015d7ca400dfca0f25dc">naval_battle.c</a></li>
|
|
<li>printPositioning() : <a class="el" href="db/de2/naval__battle_8c.html#a5c84d83e31ca6a320b6ea8081402686a">naval_battle.c</a></li>
|
|
<li>printSolution() : <a class="el" href="d8/d1e/matrix__chain__order_8c.html#ab49bc6e377a4b72a1295a953bc2520f5">matrix_chain_order.c</a></li>
|
|
<li>printsTray() : <a class="el" href="db/de2/naval__battle_8c.html#ad527fa96e729742a231c4535e112526a">naval_battle.c</a></li>
|
|
<li>printTable() : <a class="el" href="db/de2/naval__battle_8c.html#a3889e1ee574e03ffdde8804180d57543">naval_battle.c</a></li>
|
|
<li>priority() : <a class="el" href="da/d96/infix__to__postfix2_8c.html#a02d1bf0ff997efc46ba6fd0ec7952952">infix_to_postfix2.c</a></li>
|
|
<li>problem() : <a class="el" href="d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_forward_euler.c</a>, <a class="el" href="d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_midpoint_euler.c</a>, <a class="el" href="d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_semi_implicit_euler.c</a></li>
|
|
<li>propagate() : <a class="el" href="dc/d80/cantor__set_8c.html#a1f156d2b53b80305bd2fa3ff5fdf3c97">cantor_set.c</a></li>
|
|
<li>purge() : <a class="el" href="da/d02/binary__search__tree_8c.html#a01151353aa2d9688934ed39208133241">binary_search_tree.c</a></li>
|
|
<li>push() : <a class="el" href="db/d0c/infix__to__postfix_8c.html#a613462735d30cae1b85b606ecab30554">infix_to_postfix.c</a>, <a class="el" href="da/d96/infix__to__postfix2_8c.html#a90e051f23f741be4f8ca86c270d66489">infix_to_postfix2.c</a>, <a class="el" href="df/dfa/vector_8c.html#a878dddf838dbd6d5a9a1da77a362ce56">vector.c</a>, <a class="el" href="df/d43/postfix__evaluation_8c.html#af395c540f7e70a8d82d055a0aa42bbef">postfix_evaluation.c</a></li>
|
|
<li>put_char() : <a class="el" href="d9/deb/min__printf_8h.html#ad2f9a02e1d69f58e2fb1248f49d09f4b">min_printf.h</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.6 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|