-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanon.htm
29 lines (29 loc) · 1.5 KB
/
manon.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Manon</title>
</head>
<style type="text/css">
@import url("MesCss.css");
</style>
<body>
<H1 class="TitreBleu">Système de surveillance MANON</H1>
<p class="TexteNoir">2009 (3 mois) pour THALES optronique</p>
<H1 class="TitreBleu"><img src="images/portfolio/manon.jpg" width="200" height="200"></H1>
<p class="TexteNoir"><strong>Type de projet :</strong> CDI mission Ausy</p>
<p class="TexteNoir"><strong>Technologie :</strong> C, C++, WINDOWS</p>
<p class="TexteNoir"><strong>Travail :</strong> Développement</p>
<p class="TexteNoir"><strong>Description :</strong></p>
<p class="TexteNoir"> Développement de nouvelles fonctionnalités pour la solution de surveillance MANON.</p>
<UL>
<LI>
<p class="TexteNoir">développement d’une bibliothèque commune en C dans le but de localiser des cibles. </p>
<LI>
<p class="TexteNoir">rédaction d’une documentation de spécification logiciel pour le librairie commune.</p>
<LI>
<p class="TexteNoir">intégration en C++ de la bibliothèque dans le logiciel dédié au fonctionnement de MANON<br>
</p>
</UL>
</body>
</html>