diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-10-14 20:48:52 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-10-14 20:48:52 +0200 |
commit | d8621c2ace41a0eb1ef1f7825309fb75c73d3f80 (patch) | |
tree | 3be861a2abd4733e5734398dca4083e8f1d0a822 /TIPE_2007/index.html.plain | |
download | schiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.tar.gz schiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.tar.bz2 schiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.zip |
Initial import of schiltknecht.fr
Diffstat (limited to 'TIPE_2007/index.html.plain')
-rw-r--r-- | TIPE_2007/index.html.plain | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/TIPE_2007/index.html.plain b/TIPE_2007/index.html.plain new file mode 100644 index 0000000..56da487 --- /dev/null +++ b/TIPE_2007/index.html.plain @@ -0,0 +1,73 @@ +<?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="generator" content="VIm"/> + <meta name="author" content="Audric SCHILTKNECHT"/> + <meta name="date" content="2007-08-10T17:39:30+0200"/> + <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"/> +<!-- +<style type="text/css"> +h1,h2 +{ + text-align: center; +} +.footer +{ + position:absolute; + right: 50%; +} +</style> +--> +</head> +<body> +<h1>Algorithmes de calculs de Transformée de Fourier</h1> +<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 : +<a href="Octave/TFD - Octave.zip" title="Fichier Octave - Format Zip">Format zip</a> + - <a href="Octave/TFD - Octave.tar.bz2" title="Fichier Octave - Format tar.bz2">Format tar.bz2</a></li> + <li>Télécharger une archive contenant tous les fichiers concernant la Transformée Inverse : + <a href="Octave/TFDI - Octave.zip" title="Fichier Octave - Format Zip">Format zip</a> + - <a href="Octave/TFDI - Octave.tar.bz2" title="Fichier Octave - Format tar.bz2">Format tar.bz2</a></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++ : (Sous licence GNU/GPL)</h3> +<p>Le programme ne peut s'éxecuter que sur un système GNU/Linux.</p> +<ul> +<li>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></li> +</ul> + +<h3>Le dossier : (Sous licence <a rel="license" title="Licence Creative Commons" href="http://creativecommons.org/licenses/by-sa/2.0/fr/">Creative Commons</a>)</h3> +<ul> +<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> + +<p class="footer"> +<a href="http://validator.w3.org/check?uri=referer"><img + src="http://www.w3.org/Icons/valid-xhtml10" + alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a> +<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/fr/"> +<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/2.0/fr/80x15.png" /> +</a> +</p> + +</body> +</html> |