You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
212 lines
41 KiB
212 lines
41 KiB
<!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"/>
|
|
<meta name="generator" content="Doxygen 1.9.1"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>SAE S1.02 - Comparaison d'approches algorithmiques: Fichier source de structures.h</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="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>
|
|
<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">SAE S1.02 - Comparaison d'approches algorithmiques
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Généré par Doxygen 1.9.1 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Recherche','.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 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Recherche');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<!-- 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="header">
|
|
<div class="headertitle">
|
|
<div class="title">structures.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="structures_8h.html">Aller à la documentation de ce fichier.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>  </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include <string.h></span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#include <stdio.h></span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include <stdlib.h></span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">/* Partie 1 */</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="structmaillonDept.html"> 16</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structmaillonDept.html">maillonDept</a></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> {</div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="structmaillonDept.html#a80bbfe7fb1ad7ee17187698aca814f6d"> 18</a></span>  <span class="keywordtype">char</span> <a class="code" href="structmaillonDept.html#a80bbfe7fb1ad7ee17187698aca814f6d">departement</a>[30]; </div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7"> 19</a></span>  <span class="keywordtype">int</span> <a class="code" href="structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7">nbP</a>; </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="structmaillonDept.html#abcba6a6cc3da097495bad730b8072845"> 20</a></span>  <span class="keywordtype">char</span> <a class="code" href="structmaillonDept.html#abcba6a6cc3da097495bad730b8072845">resp</a>[30]; </div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="structmaillonDept.html#ad298150a3cdf873eeab80064c537442b"> 21</a></span>  <span class="keyword">struct </span><a class="code" href="structmaillonDept.html">maillonDept</a> *<a class="code" href="structmaillonDept.html#ad298150a3cdf873eeab80064c537442b">suiv</a>; </div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137"> 22</a></span> } <a class="code" href="structures_8h.html#a3a340dea0e8e9d4370ecc3d4e527f7bd">MaillonDept</a>, *<a class="code" href="structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137">ListeDept</a>; </div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="structVilleIUT.html"> 29</a></span> <span class="keyword">typedef</span> <span class="keyword">struct</span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> {</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structVilleIUT.html#ab30b0c6d77f4ccb88d5ef11b2fd59dec"> 31</a></span>  <span class="keywordtype">char</span> ville[30]; </div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3"> 32</a></span>  <a class="code" href="structmaillonDept.html">ListeDept</a> <a class="code" href="structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3">ldept</a>; </div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> } <a class="code" href="structVilleIUT.html">VilleIUT</a>;</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment">/* Partie 2 */</span></div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="structChoix.html"> 41</a></span> <span class="keyword">typedef</span> <span class="keyword">struct</span></div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> {</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structChoix.html#a3edc955997c96a2a04a868c60bcd0e15"> 43</a></span>  <span class="keywordtype">char</span> ville[30]; </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="structChoix.html#ae53b74aafc2c6042006f332956a3d094"> 44</a></span>  <span class="keywordtype">char</span> <a class="code" href="structmaillonDept.html#a80bbfe7fb1ad7ee17187698aca814f6d">departement</a>[30]; </div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5"> 45</a></span>  <span class="keywordtype">int</span> <a class="code" href="structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5">decisionAdmission</a>; </div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structChoix.html#ad281c75de662f930cfd935d1596e8f95"> 46</a></span>  <span class="keywordtype">int</span> <a class="code" href="structChoix.html#ad281c75de662f930cfd935d1596e8f95">decisionCandidat</a>; </div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> } <a class="code" href="structChoix.html">Choix</a>;</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="structmaillonChoix.html"> 54</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structmaillonChoix.html">maillonChoix</a></div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> {</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce"> 56</a></span>  <a class="code" href="structChoix.html">Choix</a> <a class="code" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">choix</a>; </div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896"> 57</a></span>  <span class="keyword">struct </span><a class="code" href="structmaillonChoix.html">maillonChoix</a> *<a class="code" href="structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896">suiv</a>; </div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9"> 58</a></span> } <a class="code" href="structures_8h.html#a047271669b513f4af69e3f5367f0df50">MaillonChoix</a>, *<a class="code" href="structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9">ListeChoix</a>; </div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="structEtudiant.html"> 65</a></span> <span class="keyword">typedef</span> <span class="keyword">struct</span></div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> {</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593"> 67</a></span>  <span class="keywordtype">int</span> <a class="code" href="structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593">num</a>; </div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="structEtudiant.html#a61f5228f07432b93e9b0f4c64f1e1cb6"> 68</a></span>  <span class="keywordtype">char</span> nom[22]; </div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structEtudiant.html#a325d8561e7431ba5e77db94f86d5a5db"> 69</a></span>  <span class="keywordtype">char</span> prenom[22]; </div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="structEtudiant.html#a0daa0e34d168dbf74450baca511d3f70"> 70</a></span>  <span class="keywordtype">float</span> tabNotes[5]; </div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b"> 71</a></span>  <span class="keywordtype">int</span> <a class="code" href="structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b">nbChoix</a>; </div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02"> 72</a></span>  <a class="code" href="structmaillonChoix.html">ListeChoix</a> <a class="code" href="structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02">lChoix</a>; </div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> } <a class="code" href="structEtudiant.html">Etudiant</a>;</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="keyword">enum</span></div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> {</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  maths,</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  francais,</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  anglais,</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  spe,</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  moy</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> };</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="comment">/* ListeDept */</span></div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <a class="code" href="structmaillonDept.html">ListeDept</a> <a class="code" href="structures_8h.html#ad3cc027ce3e389c51b1f25407deee327">listenouv</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <a class="code" href="structmaillonDept.html">ListeDept</a> <a class="code" href="structures_8h.html#a4c68f65a63a7a00a2ad20158bd1086ba">insererEnTete</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">char</span> departement[], <span class="keywordtype">int</span> nbP, <span class="keywordtype">char</span> resp[]);</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <a class="code" href="structmaillonDept.html">ListeDept</a> <a class="code" href="structures_8h.html#a444177553f4cf8d7cf0e88d0066cae58">inserer</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">char</span> departement[], <span class="keywordtype">int</span> nbP, <span class="keywordtype">char</span> resp[]);</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="keywordtype">void</span> <a class="code" href="structures_8h.html#ae6f0903d8c6e4be4b2a0e7ee3ae66d1e">afficher</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld);</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="keywordtype">bool</span> <a class="code" href="structures_8h.html#a7819b2aa28448468528875722dc47aa8">vide</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld);</div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="keywordtype">void</span> <a class="code" href="structures_8h.html#ab945e4c4fead219824751a65dd16cf14">afficherDept</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld);</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="keywordtype">int</span> <a class="code" href="structures_8h.html#af8e12873822fb471fb6cac557c2c03be">rechercheDept</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">char</span> departement[], <span class="keywordtype">bool</span> *trouve);</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <a class="code" href="structmaillonDept.html">ListeDept</a> <a class="code" href="structures_8h.html#af20be56b692910ee181199b7fe7f040c">supprimerEnTete</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld);</div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <a class="code" href="structmaillonDept.html">ListeDept</a> <a class="code" href="structures_8h.html#a6702928d1f9544ed9e5ed7bccf4f4bf1">supprimer</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">char</span> departement[]);</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="keywordtype">int</span> <a class="code" href="structures_8h.html#afaaef9afe32c5ccc2035728953c847d2">longueur</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld);</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="keywordtype">int</span> <a class="code" href="structures_8h.html#aa70142e7e357ab5ddf4a75670ab86b06">getNbP</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">int</span> pos);</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="keywordtype">void</span> <a class="code" href="structures_8h.html#aaf22aaba5ee93f7b4b6a0c4005427c10">setNbP</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">int</span> pos, <span class="keywordtype">int</span> valeur);</div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="keywordtype">char</span> *<a class="code" href="structures_8h.html#a3b360baafe63bb03fa8e3b695a8c6d4d">getResp</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">int</span> pos);</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="keywordtype">void</span> <a class="code" href="structures_8h.html#a0068f14de82888170e997bb9b354a64f">setResp</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">int</span> pos, <span class="keywordtype">char</span> valeur[]);</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="keywordtype">char</span> *<a class="code" href="structures_8h.html#acf837a6801d47fab2574c55df0027cf4">getDept</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">int</span> pos);</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="keywordtype">void</span> <a class="code" href="structures_8h.html#a0068f14de82888170e997bb9b354a64f">setResp</a>(<a class="code" href="structmaillonDept.html">ListeDept</a> ld, <span class="keywordtype">int</span> pos, <span class="keywordtype">char</span> valeur[]);</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="comment">/* ListeChoix */</span></div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <a class="code" href="structmaillonChoix.html">ListeChoix</a> <a class="code" href="structures_8h.html#a31aaa653e81dc8dfd456f83f3fbb0ccb">listenouvChoix</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <a class="code" href="structmaillonChoix.html">ListeChoix</a> <a class="code" href="structures_8h.html#ae228b2872f76b552bc428bc4c9718adf">insererEnTeteChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc, <a class="code" href="structChoix.html">Choix</a> <a class="code" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">choix</a>);</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <a class="code" href="structmaillonChoix.html">ListeChoix</a> <a class="code" href="structures_8h.html#a87f95c09ff7cb208c1ed332297b890cf">insererChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc, <a class="code" href="structChoix.html">Choix</a> <a class="code" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">choix</a>);</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <a class="code" href="structmaillonChoix.html">ListeChoix</a> <a class="code" href="structures_8h.html#a542387c8ad6adbac5d25dd3932c4a892">supprimerEnTeteChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc);</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <a class="code" href="structmaillonChoix.html">ListeChoix</a> <a class="code" href="structures_8h.html#a7543ef1340eb96b03534e2b70ac1f626">supprimerChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc, <a class="code" href="structChoix.html">Choix</a> <a class="code" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">choix</a>);</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="keywordtype">bool</span> <a class="code" href="structures_8h.html#a85b79543221bd69f744426f0cfcfe6a9">rechercheChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc, <a class="code" href="structChoix.html">Choix</a> <a class="code" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">choix</a>);</div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <a class="code" href="structChoix.html">Choix</a> <a class="code" href="structures_8h.html#adcfce0da26109cfcf2cf3591c1aa6bbd">TeteChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc);</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="keywordtype">bool</span> <a class="code" href="structures_8h.html#ae346ec3b87d3943b880cea80b11ca96c">videChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc);</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="keywordtype">void</span> <a class="code" href="structures_8h.html#a0f6ccdabe1e38e361a825a939128f01e">afficherChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc);</div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="keywordtype">int</span> <a class="code" href="structures_8h.html#a02223e8a6075dee3dae5826fe6552970">longueurChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc);</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="keywordtype">void</span> <a class="code" href="structures_8h.html#a1df72ed623235cd3d20441d8ac884660">afficherCandidatsChoix</a>(<a class="code" href="structChoix.html">Choix</a> <a class="code" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">choix</a>);</div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="keywordtype">char</span> *<a class="code" href="structures_8h.html#a18e9df7db39c9ec0602397dce77f01b9">getDeptChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc, <span class="keywordtype">int</span> pos);</div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="keywordtype">char</span> *<a class="code" href="structures_8h.html#a95b385a81250bafd87c49289f0dce3b0">getVilleChoix</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc, <span class="keywordtype">int</span> pos);</div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="keywordtype">int</span> <a class="code" href="structures_8h.html#a3ba029107fff9775098f0c859ef97c1e">trouverPos</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc, <span class="keywordtype">char</span> ville[], <span class="keywordtype">char</span> dept[]);</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="keywordtype">void</span> <a class="code" href="structures_8h.html#a7af18bb606d471bcb6067ad786da717e">setDecisionAdmission</a>(<a class="code" href="structmaillonChoix.html">ListeChoix</a> lc, <span class="keywordtype">int</span> pos, <span class="keywordtype">int</span> val);</div>
|
|
<div class="ttc" id="astructChoix_html"><div class="ttname"><a href="structChoix.html">Choix</a></div><div class="ttdoc">Structure d'un choix.</div><div class="ttdef"><b>Definition:</b> structures.h:42</div></div>
|
|
<div class="ttc" id="astructChoix_html_aabf7c1c51b6c3a53058e690d505acfa5"><div class="ttname"><a href="structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5">Choix::decisionAdmission</a></div><div class="ttdeci">int decisionAdmission</div><div class="ttdef"><b>Definition:</b> structures.h:45</div></div>
|
|
<div class="ttc" id="astructChoix_html_ad281c75de662f930cfd935d1596e8f95"><div class="ttname"><a href="structChoix.html#ad281c75de662f930cfd935d1596e8f95">Choix::decisionCandidat</a></div><div class="ttdeci">int decisionCandidat</div><div class="ttdef"><b>Definition:</b> structures.h:46</div></div>
|
|
<div class="ttc" id="astructEtudiant_html"><div class="ttname"><a href="structEtudiant.html">Etudiant</a></div><div class="ttdoc">Structure d'un candidat.</div><div class="ttdef"><b>Definition:</b> structures.h:66</div></div>
|
|
<div class="ttc" id="astructEtudiant_html_a505bf54bd41f9885e38b267ef4bd791b"><div class="ttname"><a href="structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b">Etudiant::nbChoix</a></div><div class="ttdeci">int nbChoix</div><div class="ttdef"><b>Definition:</b> structures.h:71</div></div>
|
|
<div class="ttc" id="astructEtudiant_html_a868c0c5a6ed7db69bb1b3fe9351e1d02"><div class="ttname"><a href="structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02">Etudiant::lChoix</a></div><div class="ttdeci">ListeChoix lChoix</div><div class="ttdef"><b>Definition:</b> structures.h:72</div></div>
|
|
<div class="ttc" id="astructEtudiant_html_ae598beb05dd70bbeb416fd2d68c4a593"><div class="ttname"><a href="structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593">Etudiant::num</a></div><div class="ttdeci">int num</div><div class="ttdef"><b>Definition:</b> structures.h:67</div></div>
|
|
<div class="ttc" id="astructVilleIUT_html"><div class="ttname"><a href="structVilleIUT.html">VilleIUT</a></div><div class="ttdoc">Structure d'une ville possédant un IUT.</div><div class="ttdef"><b>Definition:</b> structures.h:30</div></div>
|
|
<div class="ttc" id="astructVilleIUT_html_aaf6c03c46c4912dcced9eeb07f2342e3"><div class="ttname"><a href="structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3">VilleIUT::ldept</a></div><div class="ttdeci">ListeDept ldept</div><div class="ttdef"><b>Definition:</b> structures.h:32</div></div>
|
|
<div class="ttc" id="astructmaillonChoix_html"><div class="ttname"><a href="structmaillonChoix.html">maillonChoix</a></div><div class="ttdoc">Maillon d'une liste de choix.</div><div class="ttdef"><b>Definition:</b> structures.h:55</div></div>
|
|
<div class="ttc" id="astructmaillonChoix_html_aec1d32f41ce47c5e6bab021b3dfe2896"><div class="ttname"><a href="structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896">maillonChoix::suiv</a></div><div class="ttdeci">struct maillonChoix * suiv</div><div class="ttdef"><b>Definition:</b> structures.h:57</div></div>
|
|
<div class="ttc" id="astructmaillonChoix_html_af3c7ad5848742578f4ae8af840b495ce"><div class="ttname"><a href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">maillonChoix::choix</a></div><div class="ttdeci">Choix choix</div><div class="ttdef"><b>Definition:</b> structures.h:56</div></div>
|
|
<div class="ttc" id="astructmaillonDept_html"><div class="ttname"><a href="structmaillonDept.html">maillonDept</a></div><div class="ttdoc">Maillon d'une liste de départements.</div><div class="ttdef"><b>Definition:</b> structures.h:17</div></div>
|
|
<div class="ttc" id="astructmaillonDept_html_a486cb581482b88a28e9058c9e1e1b1d7"><div class="ttname"><a href="structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7">maillonDept::nbP</a></div><div class="ttdeci">int nbP</div><div class="ttdef"><b>Definition:</b> structures.h:19</div></div>
|
|
<div class="ttc" id="astructmaillonDept_html_a80bbfe7fb1ad7ee17187698aca814f6d"><div class="ttname"><a href="structmaillonDept.html#a80bbfe7fb1ad7ee17187698aca814f6d">maillonDept::departement</a></div><div class="ttdeci">char departement[30]</div><div class="ttdef"><b>Definition:</b> structures.h:18</div></div>
|
|
<div class="ttc" id="astructmaillonDept_html_abcba6a6cc3da097495bad730b8072845"><div class="ttname"><a href="structmaillonDept.html#abcba6a6cc3da097495bad730b8072845">maillonDept::resp</a></div><div class="ttdeci">char resp[30]</div><div class="ttdef"><b>Definition:</b> structures.h:20</div></div>
|
|
<div class="ttc" id="astructmaillonDept_html_ad298150a3cdf873eeab80064c537442b"><div class="ttname"><a href="structmaillonDept.html#ad298150a3cdf873eeab80064c537442b">maillonDept::suiv</a></div><div class="ttdeci">struct maillonDept * suiv</div><div class="ttdef"><b>Definition:</b> structures.h:21</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a0068f14de82888170e997bb9b354a64f"><div class="ttname"><a href="structures_8h.html#a0068f14de82888170e997bb9b354a64f">setResp</a></div><div class="ttdeci">void setResp(ListeDept ld, int pos, char valeur[])</div><div class="ttdoc">Modifie le nom du responsable d'un département.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:244</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a02223e8a6075dee3dae5826fe6552970"><div class="ttname"><a href="structures_8h.html#a02223e8a6075dee3dae5826fe6552970">longueurChoix</a></div><div class="ttdeci">int longueurChoix(ListeChoix lc)</div><div class="ttdoc">Retourne la longueur d'une liste de choix.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:176</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a047271669b513f4af69e3f5367f0df50"><div class="ttname"><a href="structures_8h.html#a047271669b513f4af69e3f5367f0df50">MaillonChoix</a></div><div class="ttdeci">struct maillonChoix MaillonChoix</div><div class="ttdoc">Maillon d'une liste de choix.</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a0f6ccdabe1e38e361a825a939128f01e"><div class="ttname"><a href="structures_8h.html#a0f6ccdabe1e38e361a825a939128f01e">afficherChoix</a></div><div class="ttdeci">void afficherChoix(ListeChoix lc)</div><div class="ttdoc">Affiche tous les choix d'une liste.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:160</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a18e9df7db39c9ec0602397dce77f01b9"><div class="ttname"><a href="structures_8h.html#a18e9df7db39c9ec0602397dce77f01b9">getDeptChoix</a></div><div class="ttdeci">char * getDeptChoix(ListeChoix lc, int pos)</div><div class="ttdoc">Retourne le département d'un choix.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:204</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a1df72ed623235cd3d20441d8ac884660"><div class="ttname"><a href="structures_8h.html#a1df72ed623235cd3d20441d8ac884660">afficherCandidatsChoix</a></div><div class="ttdeci">void afficherCandidatsChoix(Choix choix)</div><div class="ttdoc">Affiche un choix.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:192</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a31aaa653e81dc8dfd456f83f3fbb0ccb"><div class="ttname"><a href="structures_8h.html#a31aaa653e81dc8dfd456f83f3fbb0ccb">listenouvChoix</a></div><div class="ttdeci">ListeChoix listenouvChoix(void)</div><div class="ttdoc">Retourne une nouvelle liste vide.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:13</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a3a340dea0e8e9d4370ecc3d4e527f7bd"><div class="ttname"><a href="structures_8h.html#a3a340dea0e8e9d4370ecc3d4e527f7bd">MaillonDept</a></div><div class="ttdeci">struct maillonDept MaillonDept</div><div class="ttdoc">Maillon d'une liste de départements.</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a3b360baafe63bb03fa8e3b695a8c6d4d"><div class="ttname"><a href="structures_8h.html#a3b360baafe63bb03fa8e3b695a8c6d4d">getResp</a></div><div class="ttdeci">char * getResp(ListeDept ld, int pos)</div><div class="ttdoc">Retourne le nom du responsable d'un département.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:228</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a3ba029107fff9775098f0c859ef97c1e"><div class="ttname"><a href="structures_8h.html#a3ba029107fff9775098f0c859ef97c1e">trouverPos</a></div><div class="ttdeci">int trouverPos(ListeChoix lc, char ville[], char dept[])</div><div class="ttdoc">Retourne la position dans la liste de choix d'un choix recherché</div><div class="ttdef"><b>Definition:</b> structuresP2.c:253</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a444177553f4cf8d7cf0e88d0066cae58"><div class="ttname"><a href="structures_8h.html#a444177553f4cf8d7cf0e88d0066cae58">inserer</a></div><div class="ttdeci">ListeDept inserer(ListeDept ld, char departement[], int nbP, char resp[])</div><div class="ttdoc">Insère un département dans une liste de départements en respectant l'ordre alphabétique.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:54</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a4c68f65a63a7a00a2ad20158bd1086ba"><div class="ttname"><a href="structures_8h.html#a4c68f65a63a7a00a2ad20158bd1086ba">insererEnTete</a></div><div class="ttdeci">ListeDept insererEnTete(ListeDept ld, char departement[], int nbP, char resp[])</div><div class="ttdoc">Insère un département en tête d'une liste de départements.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:29</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a542387c8ad6adbac5d25dd3932c4a892"><div class="ttname"><a href="structures_8h.html#a542387c8ad6adbac5d25dd3932c4a892">supprimerEnTeteChoix</a></div><div class="ttdeci">ListeChoix supprimerEnTeteChoix(ListeChoix lc)</div><div class="ttdoc">supprime le choix en tête d'une liste</div><div class="ttdef"><b>Definition:</b> structuresP2.c:70</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a6702928d1f9544ed9e5ed7bccf4f4bf1"><div class="ttname"><a href="structures_8h.html#a6702928d1f9544ed9e5ed7bccf4f4bf1">supprimer</a></div><div class="ttdeci">ListeDept supprimer(ListeDept ld, char departement[])</div><div class="ttdoc">Supprime un département particulier d'une liste de départements.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:203</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a6d9c91c883d198c4f900764cdcc6e137"><div class="ttname"><a href="structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137">ListeDept</a></div><div class="ttdeci">struct maillonDept * ListeDept</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a7543ef1340eb96b03534e2b70ac1f626"><div class="ttname"><a href="structures_8h.html#a7543ef1340eb96b03534e2b70ac1f626">supprimerChoix</a></div><div class="ttdeci">ListeChoix supprimerChoix(ListeChoix lc, Choix choix)</div><div class="ttdoc">Supprime un choix particulier dans une liste.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:91</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a7819b2aa28448468528875722dc47aa8"><div class="ttname"><a href="structures_8h.html#a7819b2aa28448468528875722dc47aa8">vide</a></div><div class="ttdeci">bool vide(ListeDept ld)</div><div class="ttdoc">Vérifie si une liste est vide.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:111</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a7af18bb606d471bcb6067ad786da717e"><div class="ttname"><a href="structures_8h.html#a7af18bb606d471bcb6067ad786da717e">setDecisionAdmission</a></div><div class="ttdeci">void setDecisionAdmission(ListeChoix lc, int pos, int val)</div><div class="ttdoc">Modifie la décision d'un département.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:236</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a85b79543221bd69f744426f0cfcfe6a9"><div class="ttname"><a href="structures_8h.html#a85b79543221bd69f744426f0cfcfe6a9">rechercheChoix</a></div><div class="ttdeci">bool rechercheChoix(ListeChoix lc, Choix choix)</div><div class="ttdoc">Recherche un choix dans une liste.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:115</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a87f95c09ff7cb208c1ed332297b890cf"><div class="ttname"><a href="structures_8h.html#a87f95c09ff7cb208c1ed332297b890cf">insererChoix</a></div><div class="ttdeci">ListeChoix insererChoix(ListeChoix lc, Choix choix)</div><div class="ttdoc">Insère un nouveau choix dans une liste dans l'ordre alphabétique de la ville et du département.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:48</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a8914e47a06f1936a04c1d0dfbcefd8c9"><div class="ttname"><a href="structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9">ListeChoix</a></div><div class="ttdeci">struct maillonChoix * ListeChoix</div></div>
|
|
<div class="ttc" id="astructures_8h_html_a95b385a81250bafd87c49289f0dce3b0"><div class="ttname"><a href="structures_8h.html#a95b385a81250bafd87c49289f0dce3b0">getVilleChoix</a></div><div class="ttdeci">char * getVilleChoix(ListeChoix lc, int pos)</div><div class="ttdoc">Retourne la ville d'un choix.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:220</div></div>
|
|
<div class="ttc" id="astructures_8h_html_aa70142e7e357ab5ddf4a75670ab86b06"><div class="ttname"><a href="structures_8h.html#aa70142e7e357ab5ddf4a75670ab86b06">getNbP</a></div><div class="ttdeci">int getNbP(ListeDept ld, int pos)</div><div class="ttdoc">Retourne le nombre de places dans un département.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:151</div></div>
|
|
<div class="ttc" id="astructures_8h_html_aaf22aaba5ee93f7b4b6a0c4005427c10"><div class="ttname"><a href="structures_8h.html#aaf22aaba5ee93f7b4b6a0c4005427c10">setNbP</a></div><div class="ttdeci">void setNbP(ListeDept ld, int pos, int valeur)</div><div class="ttdoc">Modifie le nombre de places dans un département.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:167</div></div>
|
|
<div class="ttc" id="astructures_8h_html_ab945e4c4fead219824751a65dd16cf14"><div class="ttname"><a href="structures_8h.html#ab945e4c4fead219824751a65dd16cf14">afficherDept</a></div><div class="ttdeci">void afficherDept(ListeDept ld)</div><div class="ttdoc">Affiche le nom de tous départements dans une liste de départements.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:93</div></div>
|
|
<div class="ttc" id="astructures_8h_html_acf837a6801d47fab2574c55df0027cf4"><div class="ttname"><a href="structures_8h.html#acf837a6801d47fab2574c55df0027cf4">getDept</a></div><div class="ttdeci">char * getDept(ListeDept ld, int pos)</div><div class="ttdoc">Retourne le nom d'un département.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:260</div></div>
|
|
<div class="ttc" id="astructures_8h_html_ad3cc027ce3e389c51b1f25407deee327"><div class="ttname"><a href="structures_8h.html#ad3cc027ce3e389c51b1f25407deee327">listenouv</a></div><div class="ttdeci">ListeDept listenouv(void)</div><div class="ttdoc">Retourne une nouvelle liste vide.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:13</div></div>
|
|
<div class="ttc" id="astructures_8h_html_adcfce0da26109cfcf2cf3591c1aa6bbd"><div class="ttname"><a href="structures_8h.html#adcfce0da26109cfcf2cf3591c1aa6bbd">TeteChoix</a></div><div class="ttdeci">Choix TeteChoix(ListeChoix lc)</div><div class="ttdoc">Retourne le choix en tête de liste.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:133</div></div>
|
|
<div class="ttc" id="astructures_8h_html_ae228b2872f76b552bc428bc4c9718adf"><div class="ttname"><a href="structures_8h.html#ae228b2872f76b552bc428bc4c9718adf">insererEnTeteChoix</a></div><div class="ttdeci">ListeChoix insererEnTeteChoix(ListeChoix lc, Choix choix)</div><div class="ttdoc">Insère un choix en tête de d'une liste.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:27</div></div>
|
|
<div class="ttc" id="astructures_8h_html_ae346ec3b87d3943b880cea80b11ca96c"><div class="ttname"><a href="structures_8h.html#ae346ec3b87d3943b880cea80b11ca96c">videChoix</a></div><div class="ttdeci">bool videChoix(ListeChoix lc)</div><div class="ttdoc">Vérifie si une liste est vide.</div><div class="ttdef"><b>Definition:</b> structuresP2.c:150</div></div>
|
|
<div class="ttc" id="astructures_8h_html_ae6f0903d8c6e4be4b2a0e7ee3ae66d1e"><div class="ttname"><a href="structures_8h.html#ae6f0903d8c6e4be4b2a0e7ee3ae66d1e">afficher</a></div><div class="ttdeci">void afficher(ListeDept ld)</div><div class="ttdoc">Affiche tous les départements dans une liste de départements.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:77</div></div>
|
|
<div class="ttc" id="astructures_8h_html_af20be56b692910ee181199b7fe7f040c"><div class="ttname"><a href="structures_8h.html#af20be56b692910ee181199b7fe7f040c">supprimerEnTete</a></div><div class="ttdeci">ListeDept supprimerEnTete(ListeDept ld)</div><div class="ttdoc">Supprime le département en tête d'une liste de départements.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:182</div></div>
|
|
<div class="ttc" id="astructures_8h_html_af8e12873822fb471fb6cac557c2c03be"><div class="ttname"><a href="structures_8h.html#af8e12873822fb471fb6cac557c2c03be">rechercheDept</a></div><div class="ttdeci">int rechercheDept(ListeDept ld, char departement[], bool *trouve)</div><div class="ttdoc">Recherche un département dans une liste de départements.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:124</div></div>
|
|
<div class="ttc" id="astructures_8h_html_afaaef9afe32c5ccc2035728953c847d2"><div class="ttname"><a href="structures_8h.html#afaaef9afe32c5ccc2035728953c847d2">longueur</a></div><div class="ttdeci">int longueur(ListeDept ld)</div><div class="ttdoc">Retourne la longueur d'une liste de départements.</div><div class="ttdef"><b>Definition:</b> structuresP1.c:275</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Généré par <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
|
|
</small></address>
|
|
</body>
|
|
</html>
|