2020-06-28 23:07:29 +08: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-27 00:14:44 +08:00
< meta name = "generator" content = "Doxygen 1.8.19" / >
2020-06-28 23:07:29 +08:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > Algorithms_in_C: Data Fields - Variables< / 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-27 00:14:44 +08:00
<!-- Generated by Doxygen 1.8.19 -->
2020-06-28 23:07:29 +08: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('functions_vars.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" >
  < ul >
2020-07-05 03:07:10 +08:00
< li > a
: < a class = "el" href = "dc/d18/structsudoku.html#a507f788b793d4d3d6f6a70415be84ded" > sudoku< / a >
< / li >
2020-08-08 20:40:03 +08:00
< li > count
: < a class = "el" href = "d1/d99/structcluster.html#aaacf0562ee2d9e8866c66ddaa6527c2b" > cluster< / a >
< / li >
2020-06-28 23:07:29 +08:00
< li > data
2020-07-04 02:15:35 +08:00
: < a class = "el" href = "d8/db8/structkohonen__array__3d.html#ad546baa2e81c6196d5f1dc0fe2e5bd59" > kohonen_array_3d< / a >
2020-06-28 23:07:29 +08:00
, < a class = "el" href = "db/d8b/struct_node.html#a87c003c9f600e3fc58e6e90835f0b605" > Node< / a >
2020-07-22 20:41:17 +08:00
, < a class = "el" href = "d5/da1/structnode.html#a2d890bb9f6af0ffd73fe79b21124c2a2" > node< / a >
2020-06-28 23:07:29 +08:00
< / li >
< li > digits
: < a class = "el" href = "d3/d5a/struct__large__num.html#afaf353a072cf050ac86ac6e39868bcc9" > _large_num< / a >
< / li >
< li > dim1
2020-07-04 02:15:35 +08:00
: < a class = "el" href = "d8/db8/structkohonen__array__3d.html#a16720581653fa9a34d1029e7229a7377" > kohonen_array_3d< / a >
2020-06-28 23:07:29 +08:00
< / li >
< li > dim2
2020-07-04 02:15:35 +08:00
: < a class = "el" href = "d8/db8/structkohonen__array__3d.html#a888d7e007b38c91c7933e12a9566af1d" > kohonen_array_3d< / a >
2020-06-28 23:07:29 +08:00
< / li >
< li > dim3
2020-07-04 02:15:35 +08:00
: < a class = "el" href = "d8/db8/structkohonen__array__3d.html#a160f14830bdfbbf9f422f382ee754dbf" > kohonen_array_3d< / a >
2020-06-28 23:07:29 +08:00
< / li >
2020-07-02 08:13:21 +08:00
< li > end
: < a class = "el" href = "d9/dd7/struct__cantor__set.html#acfc25ab716a3c79be8a5a4cab94e8def" > _cantor_set< / a >
< / li >
2020-06-28 23:07:29 +08:00
< li > eta
: < a class = "el" href = "d2/daa/structadaline.html#a85dbd7cce6195d11ebb388220b96bde2" > adaline< / a >
< / li >
2020-08-08 20:40:03 +08:00
< li > group
: < a class = "el" href = "d1/d5e/structobservation.html#a2db8ace685c08aa7b52f5a28b0843aab" > observation< / a >
< / li >
2020-07-22 20:41:17 +08:00
< li > left
: < a class = "el" href = "d5/da1/structnode.html#af7109e6ffd82cbbb705e486fd0ce92f0" > node< / a >
< / li >
2020-06-28 23:07:29 +08:00
< li > llink
: < a class = "el" href = "db/d8b/struct_node.html#a60b73f452505cef98795d2c8de3e72ef" > Node< / a >
< / li >
2020-07-05 03:07:10 +08:00
< li > N
: < a class = "el" href = "dc/d18/structsudoku.html#a160365012280c3e10f1b31e914e8f129" > sudoku< / a >
< / li >
< li > N2
: < a class = "el" href = "dc/d18/structsudoku.html#a0f01e2782e82306e6fab9a8578006f56" > sudoku< / a >
< / li >
2020-07-02 08:13:21 +08:00
< li > next
: < a class = "el" href = "d9/dd7/struct__cantor__set.html#a2f7f9f19125725d3e5673fdb4ac8cfb1" > _cantor_set< / a >
< / li >
2020-06-28 23:07:29 +08:00
< li > next_digit
: < a class = "el" href = "dc/d77/struct__big__int.html#a187538b984c86d7cfdb13e297e7f3564" > _big_int< / a >
< / li >
< li > num_digits
: < a class = "el" href = "d3/d5a/struct__large__num.html#a3fd11c0b413bbabfb8737d4ae73e5aa0" > _large_num< / a >
< / li >
< li > num_weights
: < a class = "el" href = "d2/daa/structadaline.html#a53314e737a0a5ff4552a03bcc9dafbc1" > adaline< / a >
< / li >
< li > prev_digit
: < a class = "el" href = "dc/d77/struct__big__int.html#ad8405989a924410942b39ec0e9fef30b" > _big_int< / a >
< / li >
2020-07-22 20:41:17 +08:00
< li > right
: < a class = "el" href = "d5/da1/structnode.html#a51e160f22dc6064bac4a4f9f1d931c2c" > node< / a >
< / li >
2020-06-28 23:07:29 +08:00
< li > rlink
: < a class = "el" href = "db/d8b/struct_node.html#a0ed3c7305b43527f0f237bbfd438b8f7" > Node< / a >
< / li >
2020-07-02 08:13:21 +08:00
< li > start
: < a class = "el" href = "d9/dd7/struct__cantor__set.html#abd2176c3cc3a1d85d15bbeaace35fa03" > _cantor_set< / a >
< / li >
2020-06-29 04:40:24 +08:00
< li > value
: < a class = "el" href = "dc/d77/struct__big__int.html#a273ee73fd755f2a99512cca5f0e09008" > _big_int< / a >
< / li >
2020-06-28 23:07:29 +08:00
< li > weights
: < a class = "el" href = "d2/daa/structadaline.html#a32e58c03fd9258709eae6138ad0ec657" > adaline< / a >
< / li >
2020-08-08 20:40:03 +08:00
< li > x
: < a class = "el" href = "d1/d99/structcluster.html#a13278ef636c1d9bd9ce8fad736f4c570" > cluster< / a >
, < a class = "el" href = "d1/d5e/structobservation.html#a04f3dcfd59dd91353395e35c9831fade" > observation< / a >
< / li >
< li > y
: < a class = "el" href = "d1/d99/structcluster.html#a10fa7010c12d0f03a422d68321495479" > cluster< / a >
, < a class = "el" href = "d1/d5e/structobservation.html#ab6be1fa7024b2d5f3a30d6c6b70efdd7" > observation< / a >
< / li >
2020-06-28 23:07:29 +08:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-08-27 00:14:44 +08: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-06-28 23:07:29 +08:00
< / ul >
< / div >
< / body >
< / html >