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">
2022-09-08 03:17:03 +03:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
2020-07-11 07:21:17 +03:00
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
2021-10-25 22:34:27 +03:00
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
2023-09-09 00:40:54 +03:00
< meta name = "generator" content = "Doxygen 1.9.8" / >
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" >
2021-10-25 22:34:27 +03:00
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
2020-07-11 07:21:17 +03:00
});
< / 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 >
2022-01-14 23:11:27 +03:00
< tr id = "projectrow" >
< td id = "projectalign" >
2021-10-25 22:34:27 +03:00
< div id = "projectname" > Algorithms_in_C< span id = "projectnumber" >   1.0.0< / span >
2020-07-11 07:21:17 +03:00
< / div >
< div id = "projectbrief" > Set of algorithms implemented in C.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2023-09-09 00:40:54 +03:00
<!-- Generated by Doxygen 1.9.8 -->
2020-07-11 07:21:17 +03:00
< script type = "text/javascript" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2022-09-08 03:17:03 +03:00
var searchBox = new SearchBox("searchBox", "search/",'.html');
2020-07-11 07:21:17 +03:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-07-11 07:21:17 +03:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2021-10-25 22:34:27 +03:00
/* @license-end */
< / script >
2020-07-11 07:21:17 +03:00
< 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" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-07-11 07:21:17 +03:00
$(document).ready(function(){initNavTree('globals_func_c.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" >
2022-09-08 03:17:03 +03:00
< 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 >
2020-07-11 07:21:17 +03:00
< / div >
< div class = "contents" >
2023-06-21 00:10:10 +03:00
< div class = "textblock" > Here is a list of all documented functions with links to the documentation:< / div >
2020-07-11 07:21:17 +03:00
2021-10-25 22:34:27 +03:00
< h3 > < a id = "index_c" name = "index_c" > < / a > - c -< / h3 > < ul >
< li > c_atoi()  :  < a class = "el" href = "d7/dd8/c__atoi__str__to__integer_8c.html#ad19049ebfc2088bc1e75e7e958f7b60f" > c_atoi_str_to_integer.c< / a > < / li >
2022-11-17 21:24:50 +03:00
< li > calculate_ct()  :  < a class = "el" href = "d2/d87/non__preemptive__priority__scheduling_8c.html#abbb2446313782dd3ba9ff2a7ad0ce1df" > non_preemptive_priority_scheduling.c< / a > < / li >
2023-04-14 00:36:06 +03:00
< li > calculate_next_xy()  :  < a class = "el" href = "d5/df9/euclidean__algorithm__extended_8c.html#a2692f7190cf9d281ae23df491902d1c8" > euclidean_algorithm_extended.c< / a > < / li >
2022-11-17 21:24:50 +03:00
< li > calculate_tat()  :  < a class = "el" href = "d2/d87/non__preemptive__priority__scheduling_8c.html#a458803d3c3926a6bcc4d51540f297756" > non_preemptive_priority_scheduling.c< / a > < / li >
< li > calculate_wt()  :  < a class = "el" href = "d2/d87/non__preemptive__priority__scheduling_8c.html#ae5e4de64ef6c5676d5013d90229a875c" > non_preemptive_priority_scheduling.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > calculateCentroid()  :  < a class = "el" href = "d8/d71/group__k__means.html#gadee39a3f17bf5144df5592e48dbfc9f7" > k_means_clustering.c< / a > < / li >
< li > calculateNearst()  :  < a class = "el" href = "d8/d71/group__k__means.html#gad339c41d3ee9e6729aca9e9ab3f7d2d9" > k_means_clustering.c< / a > < / li >
< li > calculateScore()  :  < a class = "el" href = "db/de2/naval__battle_8c.html#ab6e31f8df36de67ff967859069ccfc56" > naval_battle.c< / a > < / li >
< li > calloc_dbg()  :  < a class = "el" href = "db/d84/malloc__dbg_8c.html#ab07f946b77155ca78d0e14e231a99f5d" > malloc_dbg.c< / a > , < a class = "el" href = "d2/ddd/malloc__dbg_8h.html#ab07f946b77155ca78d0e14e231a99f5d" > malloc_dbg.h< / a > < / li >
< li > canShoot()  :  < a class = "el" href = "db/de2/naval__battle_8c.html#a59224afd73372b4f52415203e315f6e1" > naval_battle.c< / a > < / li >
2022-12-02 08:05:08 +03:00
< li > celcius_to_fahrenheit()  :  < a class = "el" href = "d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5" > celsius_to_fahrenheit.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > check_number()  :  < a class = "el" href = "dc/d32/problem__5_2sol1_8c.html#a24b470eef1ce1da4401c03ae250f93e3" > sol1.c< / a > , < a class = "el" href = "d5/d3d/problem__5_2sol2_8c.html#aa7cfa5a28d00d93ec48fab9c3fd5812f" > sol2.c< / a > < / li >
< li > check_termination()  :  < a class = "el" href = "da/d38/durand__kerner__roots_8c.html#a26d5695ebed0818a3e7cf4b10aacab52" > durand_kerner_roots.c< / a > < / li >
2022-11-09 00:23:55 +03:00
< li > clear()  :  < a class = "el" href = "df/dfa/vector_8c.html#ab9dfc1249180f1e924b7333a4e5d133a" > vector.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > closeFile()  :  < a class = "el" href = "d3/d78/words__alphabetical_8c.html#af1f9b6eb320d872ba0766dc8bd070075" > words_alphabetical.c< / a > < / li >
< li > collatz()  :  < a class = "el" href = "d4/dea/problem__14_2sol1_8c.html#a81c1df5c17cb16bcc16e346fcff6fa80" > sol1.c< / a > < / li >
2022-11-17 21:24:50 +03:00
< li > compare()  :  < a class = "el" href = "d2/d87/non__preemptive__priority__scheduling_8c.html#a01b8ee561d8532a44d665c2c854e0d09" > non_preemptive_priority_scheduling.c< / a > , < a class = "el" href = "d1/df9/problem__26_2sol1_8c.html#ac70138609ef6aa6fabca57aca8681e83" > sol1.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > complex_str()  :  < a class = "el" href = "da/d38/durand__kerner__roots_8c.html#a46197e91f478e99a2229562aaaac311e" > durand_kerner_roots.c< / a > < / li >
2023-04-12 04:00:24 +03:00
< li > contains()  :  < a class = "el" href = "dd/d2e/mcnaughton__yamada__thompson_8c.html#a709e32f5905536216abb03efb4f4db2b" > mcnaughton_yamada_thompson.c< / a > < / li >
2021-12-09 20:57:52 +03:00
< li > convert()  :  < a class = "el" href = "db/d0c/infix__to__postfix_8c.html#a92af69ffc1e1f965ebce6a44672e96b1" > infix_to_postfix.c< / a > , < a class = "el" href = "da/d96/infix__to__postfix2_8c.html#ae363a3863a8bfbf40e7a95c2b9dbe71b" > infix_to_postfix2.c< / a > , < a class = "el" href = "d0/df3/6_8c.html#afdf3bfe2dc8aadac13c7e6d051d3bd5d" > 6.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > converted_len()  :  < a class = "el" href = "d1/dba/decimal__to__any__base_8c.html#a899b3a7e0f1fac5a465eac0d4b10d711" > decimal_to_any_base.c< / a > < / li >
< li > convertion()  :  < a class = "el" href = "d1/dba/decimal__to__any__base_8c.html#a0c5ccb926a23bc0050f213ba3408e18d" > decimal_to_any_base.c< / a > < / li >
2022-12-22 20:30:37 +03:00
< li > count()  :  < a class = "el" href = "d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" > prime_sieve.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > count_divisors()  :  < a class = "el" href = "d7/d1f/problem__12_2sol1_8c.html#aa6ce6271f6156e219f9b290717f5a222" > sol1.c< / a > < / li >
< li > crc32()  :  < a class = "el" href = "d7/d3b/group__hash.html#ga483e7ee6db1dc09a0f3e683e028ec567" > hash_crc32.c< / a > < / li >
< li > create()  :  < a class = "el" href = "dd/d29/doubly__linked__list_8c.html#a37890fb794cb2c436ffcc643c30ec57f" > doubly_linked_list.c< / a > < / li >
< li > create_matrix()  :  < a class = "el" href = "d7/d50/qr__eigen__values_8c.html#a7d96c5e4ae1bd6d29791bcc23a4cb2b0" > qr_eigen_values.c< / a > < / li >
2023-03-03 18:16:25 +03:00
< li > create_node()  :  < a class = "el" href = "df/d3c/threaded__binary__trees_8c.html#a4802bca3f38251543b4aba6765e0390d" > threaded_binary_trees.c< / a > , < a class = "el" href = "dd/d19/circular__doubly__linked__list_8c.html#a4a89f96b090dfdb505b714195e59ca5b" > circular_doubly_linked_list.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > create_polynomial()  :  < a class = "el" href = "d0/dcb/poly__add_8c.html#a29eace09ec1373a92003075f1c2f6d9d" > poly_add.c< / a > < / li >
2023-06-08 18:01:43 +03:00
< li > create_stack()  :  < a class = "el" href = "d5/d24/dynamic__stack_8c.html#ab628a00140af56945b3f514cef0b3da0" > dynamic_stack.c< / a > < / li >
2023-04-12 04:00:24 +03:00
< li > createNFA()  :  < a class = "el" href = "dd/d2e/mcnaughton__yamada__thompson_8c.html#a2491d4e9e630ebb9880260379779cf63" > mcnaughton_yamada_thompson.c< / a > < / li >
< li > createNode()  :  < a class = "el" href = "dd/d2e/mcnaughton__yamada__thompson_8c.html#a12df013d848665fdcdcb01870c322af6" > mcnaughton_yamada_thompson.c< / a > < / li >
< li > createRule()  :  < a class = "el" href = "dd/d2e/mcnaughton__yamada__thompson_8c.html#a0b8d037bf2841dede90be41f5fe1ccdc" > mcnaughton_yamada_thompson.c< / a > < / li >
< li > createState()  :  < a class = "el" href = "dd/d2e/mcnaughton__yamada__thompson_8c.html#aa87c20bf2b324829943accce4bbff84a" > mcnaughton_yamada_thompson.c< / a > < / li >
2020-07-11 07:21:17 +03:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2023-09-09 00:40:54 +03:00
< 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 >
2020-07-11 07:21:17 +03:00
< / ul >
< / div >
< / body >
< / html >