diff options
Diffstat (limited to 'TIPE_2007/index.html')
-rw-r--r-- | TIPE_2007/index.html | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/TIPE_2007/index.html b/TIPE_2007/index.html new file mode 100644 index 0000000..48eeee2 --- /dev/null +++ b/TIPE_2007/index.html @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!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" xml:lang="fr" lang="fr"> +<head> +<title>Algorithmes de calculs de TFD : Sources et programmes</title> +<meta name="author" content="Audric SCHILTKNECHT" /> +<meta name="date" content="2009-09-09T17:25:42-0400" /> +<meta name="copyright" content="GPL, Creative Commons, CC, By, Sa" /> +<meta name="keywords" content="FFT, TFD, Fourier, TIPE" /> +<meta name="description" + content="Les sources des algorithmes de calculs de TFD et FFT" /> +<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> +<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> +<meta http-equiv="content-type" + content="application/xhtml+xml; charset=UTF-8" /> +<meta http-equiv="content-style-type" content="text/css" /> +<meta http-equiv="expires" content="0" /> +<link type="text/css" href="../styles/simpleelegance03/style.css" + rel="stylesheet" /> +</head> +<body> +<div id="header">Audric Schiltknecht</div> +<ul id="navtop"> + <li><a href="../index.html">Accueil</a></li> + <li><a href="../cv.html">CV</a></li> + <li><a href="../projets.html">Projets</a></li> + <li id="current"><a href="../TIPE_2007/index.html">TIPE 2007</a></li> +</ul> + +<div id="maincontainer"> + <div id="contentwrapper"> + <div id="contentcolumn"> + <h1>TIPE 2007</h1> + <div class="hr"><hr/></div> + <p>Voici mes réalisations effectuées pour le TIPE que j'ai réalisé lors de ma + seconde année de classes préparatoires. Le thème était <em>Le Temps</em>, j'ai pris + comme sujet <em>La Transformée de Fourrier</em>. + </p> + <h3>Programme Maple :</h3> + <p> + Télécharger le fichier : <a href="Maple/TFD.mw" title="Fichier Maple">TFD.mw</a> + <br/> + (Faire "clique-droit/Enregistrer sous" car sinon, cela l'ouvre dans le + navigateur) + </p> + + <h3>Sources Octave :</h3> + <ul> + <li>Télécharger une archive contenant tous les fichiers concernant + la Transformée Directe : + <ul> + <li><a href="Octave/TFD - Octave.zip" + title="Fichier Octave - Format Zip">Format zip</a></li> + <li><a + href="Octave/TFD - Octave.tar.bz2" + title="Fichier Octave - Format tar.bz2">Format tar.bz2</a></li> + </ul> + </li> + <li>Télécharger une archive contenant tous les fichiers concernant + la Transformée Inverse : + <ul> + <li><a href="Octave/TFDI - Octave.zip" + title="Fichier Octave - Format Zip">Format zip</a></li> + <li><a href="Octave/TFDI - Octave.tar.bz2" + title="Fichier Octave - Format tar.bz2">Format tar.bz2</a></li> + </ul> + </li> + <li>Source de l'algorithme de Multiplication de polynômes + (Nécessite la présence des deux archives précédentes, extraites dans le + même dossier) : <a href="Octave/Multiplication.m" + title="Fichier Octave - Multiplication.m">Multiplication.m</a> + </li></ul> + + <h3>Sources C++ :</h3> + <p>Le programme ne peut s'éxecuter que sur un système GNU/Linux. + <br/> + Archive contenant les sources : <a href="C/TFD - C.zip" + title="Fichier C - Format Zip">Format zip</a> - <a + href="C/TFD - C.tar.bz2" title="Fichier C - Format tar.bz2">Format tar.bz2</a> + </p> + + <h3>Le dossier :</h3> + <ul class="list"> + <li>Télécharger le <a href="Dossier/Dossier_TIPE_2007_TF.pdf" + title="Dossier TIPE">Dossier TIPE</a> (Format PDF)</li> + <li>Télécharger les <a + href="Dossier/Transparents_TIPE_2007_TF.pdf" title="Transparents">transparents + de présentation</a> (Format PDF)</li> + </ul> + </div> + </div> + + <div id="footer"> + <p> + <a href="http://validator.w3.org/check?uri=referer"> + Page valide XHTML 1.0 Strict + </a> + + <a href="http://jigsaw.w3.org/css-validator/check/referer"> + CSS Valide + </a> + + Contenu disponible sous <a rel="license" href="http://creativecommons.org/licenses/GPL/2.0/">CC-GPL</a> + <br /> + Design by <a href="http://www.wfiedler-online.de/index.php">wfiedler</a> + </p> + </div> +</div> +</body> +</html> |