-
Notifications
You must be signed in to change notification settings - Fork 0
/
SiTS.html
89 lines (77 loc) · 1.68 KB
/
SiTS.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/style.css">
<title> SiTS </title>
</head>
<body>
<header>
<h1><p style="text-align:center">Simulateur de Thermodynamique statistique</p></h1></br>
</header>
<nav>
<h5><a href="index.html" >
Accueil
</a></h5>
<h5><a href="SiCP.html" >
SiCP
</a></h5>
<h5><a href="SiCF.html" >
SiCF
</a></h5>
<h5><a href="SiTS.html" >
SiTS
</a></h5>
<h5><a href="telechargement.html" >
Téléchargement
</a></h5>
</nav>
<section>
<h4>SiTS version 2</h4>
<article>
<IMG src=./images/SiTS2.jpg alt="Copie d'écran SiTS2" align=middle WIDTH=90%>
</article>
<article>
Fonctionnalités
<ul>
<li>Celles de SiGP.
<li>Informations intégrées à l'interface graphique.
<li>Utilisation de la souris pour sélectionner les caractéristiques.
<li>Boutons rotatifs controlés par la molette de la souris.
</ul>
</article>
</section>
<section>
<h4>SiGP</h4>
<article>
<IMG src=./images/SiGP.jpg alt="Copie d'écran SiGP" align=middle WIDTH=90%>
</article>
<article>
Fonctionnalités
<ul>
<li>Simulation de collisions élastiques.
<li>Représentation graphique.
<li>Ajustement de la température des parois.
<li>Paroi centrale et détente de joule.
<li>Paroi centrale et démon de Maxwel.
</ul>
</article>
</section>
<footer>
<h6><p style="text-align:right">
S.R.
</p></h6>
</footer>
</body>
</html>
<!-- LISTES
<ul> <ol>
<li> <li>
</ul> </ol>
-->
<!--
<IMG src=./images/heisenberg1.jpg alt="SiCF">
<IMG src=./images/heisenberg3.jpg alt="SiCF"align=top>
align=top, middle, bottom, left, right
align=right, left
-->