-
Notifications
You must be signed in to change notification settings - Fork 0
/
SiCP.html
88 lines (78 loc) · 1.75 KB
/
SiCP.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/style.css">
<title> SiCP </title>
</head>
<body>
<header>
<h2><p style="text-align:center">Simulateur de chaîne de pendules</p></h2></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>SiCP version 2</h4>
<article>
<IMG src=./images/SiCP2.jpg alt="Copie d'écran SiCP2" align=middle WIDTH=90%>
</article>
<article>
Fonctionnalités
<ul>
<li>Celles de SiCP 1.
<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>SiCP première version</h4>
<article>
<IMG src=./images/SiCP.jpg alt="Copie d'écran SiCP" align=middle WIDTH=90%>
</article>
<article>
Fonctionnalités
<ul>
<li>Nombre de pendule variable.
<li>Simulation de l'équation de sine-gordon.
<li>Courant josephson.
<li>Moteur sinusoïdale, carré, impulsion.
<li>Conditions aux limites périodiques, libres, fixes.
<li>Graphisme en 3 dimensions, déplacement du point du vue.
</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
-->