2020-07-11 07:21:17 +03:00
<!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" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2020-08-26 19:14:44 +03:00
< meta name = "generator" content = "Doxygen 1.8.19" / >
2020-07-11 07:21:17 +03:00
< 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 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 >
< div id = "projectbrief" > Set of algorithms implemented in C.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2020-08-26 19:14:44 +03:00
<!-- Generated by Doxygen 1.8.19 -->
2020-07-11 07:21:17 +03:00
< 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');
/* @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 */
$(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:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_t.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" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "contents" >
 
< h3 > < a id = "index_t" > < / a > - t -< / h3 > < ul >
< li > test()
2020-08-08 19:29:26 +03:00
: < a class = "el" href = "d8/d30/decimal__to__binary__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002" > decimal_to_binary_recursion.c< / a >
2020-07-31 17:16:11 +03:00
, < a class = "el" href = "dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d" > int_to_string.c< / a >
2020-08-26 22:28:38 +03:00
, < a class = "el" href = "d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f" > spirograph.c< / a >
, < a class = "el" href = "d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002" > strong_number.c< / a >
2020-08-15 03:28:57 +03:00
, < a class = "el" href = "df/d3b/binary__search_8c.html#ae1a3968e7947464bee7714f6d43b7002" > binary_search.c< / a >
2020-08-26 22:28:38 +03:00
, < a class = "el" href = "d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d" > k_means_clustering.c< / a >
2020-08-15 03:28:57 +03:00
, < a class = "el" href = "d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002" > jump_search.c< / a >
2020-08-08 19:29:26 +03:00
, < a class = "el" href = "dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002" > bubble_sort.c< / a >
2020-08-26 22:28:38 +03:00
, < a class = "el" href = "d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d" > vectors_3d.c< / a >
, < a class = "el" href = "d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002" > cartesian_to_polar.c< / a >
2020-07-31 17:16:11 +03:00
, < a class = "el" href = "d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002" > bubble_sort_recursion.c< / a >
2020-08-01 08:12:46 +03:00
, < a class = "el" href = "db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d" > insertion_sort.c< / a >
2020-08-26 22:28:38 +03:00
, < a class = "el" href = "da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002" > prime.c< / a >
2020-08-01 08:12:46 +03:00
, < a class = "el" href = "df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d" > selection_sort.c< / a >
2020-07-11 07:21:17 +03:00
< / li >
< li > test1()
2020-08-26 22:28:38 +03:00
: < a class = "el" href = "d2/df6/kohonen__som__topology_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0" > kohonen_som_topology.c< / a >
, < a class = "el" href = "d0/d46/kohonen__som__trace_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0" > kohonen_som_trace.c< / a >
2020-07-21 18:10:37 +03:00
, < a class = "el" href = "d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0" > qr_eigen_values.c< / a >
2020-08-15 03:28:57 +03:00
, < a class = "el" href = "dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9" > adaline_learning.c< / a >
2020-07-11 07:21:17 +03:00
< / li >
< li > test2()
2020-08-26 22:28:38 +03:00
: < a class = "el" href = "d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0" > qr_eigen_values.c< / a >
, < a class = "el" href = "dd/d8c/adaline__learning_8c.html#a05cc9a0acb524fde727a4d7b4a747ee6" > adaline_learning.c< / a >
2020-08-08 19:29:26 +03:00
, < a class = "el" href = "d6/d76/k__means__clustering_8c.html#a0283886819c7c140a023582b7269e2d0" > k_means_clustering.c< / a >
2020-08-08 17:22:01 +03:00
, < a class = "el" href = "d2/df6/kohonen__som__topology_8c.html#a0283886819c7c140a023582b7269e2d0" > kohonen_som_topology.c< / a >
2020-07-11 07:21:17 +03:00
, < a class = "el" href = "d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0" > kohonen_som_trace.c< / a >
< / li >
< li > test3()
2020-08-15 03:28:57 +03:00
: < a class = "el" href = "dd/d8c/adaline__learning_8c.html#a3f37b9f073f7e57fd0b39d70718af1b1" > adaline_learning.c< / a >
2020-07-31 14:03:46 +03:00
, < a class = "el" href = "d2/df6/kohonen__som__topology_8c.html#a6d0455dd5c30adda100e95f0423c786e" > kohonen_som_topology.c< / a >
2020-08-15 03:28:57 +03:00
, < a class = "el" href = "d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e" > kohonen_som_trace.c< / a >
2020-07-11 07:21:17 +03:00
< / li >
< li > test_2d_classes()
: < a class = "el" href = "d2/df6/kohonen__som__topology_8c.html#adb5ded007be1fd666fab9affe6764018" > kohonen_som_topology.c< / a >
< / li >
< li > test_3d_classes()
: < a class = "el" href = "d0/d46/kohonen__som__trace_8c.html#a41ae16442e3e5b891a58d2e5932a2cd0" > kohonen_som_trace.c< / a >
< / li >
< li > test_3d_classes1()
: < a class = "el" href = "d2/df6/kohonen__som__topology_8c.html#ad9e25202bb8b481461f932668f249dbc" > kohonen_som_topology.c< / a >
< / li >
< li > test_3d_classes2()
: < a class = "el" href = "d2/df6/kohonen__som__topology_8c.html#a5bb02a8322d717ead1b11182c5f02a3a" > kohonen_som_topology.c< / a >
< / li >
2020-07-29 20:19:57 +03:00
< li > test_adler32()
: < a class = "el" href = "d7/d3b/group__hash.html#ga994ea8b243b6c0fbef734551ec5765dd" > hash_adler32.c< / a >
< / li >
2020-07-11 07:21:17 +03:00
< li > test_c_atoi()
: < a class = "el" href = "d7/dd8/c__atoi__str__to__integer_8c.html#a8c66c03637e48e375b80b5d7791e57be" > c_atoi_str_to_integer.c< / a >
< / li >
< li > test_circle()
: < a class = "el" href = "d0/d46/kohonen__som__trace_8c.html#a107f00650b8041f77767927073ddddb8" > kohonen_som_trace.c< / a >
< / li >
2020-07-29 20:19:57 +03:00
< li > test_crc32()
: < a class = "el" href = "d7/d3b/group__hash.html#gad451622bbdca271edfa8e0d98ca422f2" > hash_crc32.c< / a >
< / li >
< li > test_djb2()
: < a class = "el" href = "d7/d3b/group__hash.html#ga9f76001544014905468dc812336110d5" > hash_djb2.c< / a >
< / li >
2020-07-11 07:21:17 +03:00
< li > test_function()
: < a class = "el" href = "dc/d47/realtime__stats_8c.html#aa54c915581fcc495489175a4386d59fd" > realtime_stats.c< / a >
< / li >
< li > test_lamniscate()
: < a class = "el" href = "d0/d46/kohonen__som__trace_8c.html#aa2246f940155472084ee461f3685d614" > kohonen_som_trace.c< / a >
< / li >
2020-07-29 20:19:57 +03:00
< li > test_sdbm()
: < a class = "el" href = "d7/d3b/group__hash.html#gab87679863646255178427a56dc33e453" > hash_sdbm.c< / a >
< / li >
< li > test_xor8()
: < a class = "el" href = "d7/d3b/group__hash.html#ga39d4c16427acbf8bbe744f6d8ed61dc0" > hash_xor8.c< / a >
< / li >
2020-07-11 07:21:17 +03:00
< li > to_polar()
: < a class = "el" href = "d6/d2e/cartesian__to__polar_8c.html#afb80d77f0c994240309ccddcc9525e70" > cartesian_to_polar.c< / a >
< / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-08-26 19:14:44 +03:00
< li class = "footer" > Generated by < a href = "http://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.8.19 < / li >
2020-07-11 07:21:17 +03:00
< / ul >
< / div >
< / body >
< / html >