-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (146 loc) · 6.81 KB
/
index.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<title>Информатика</title>
<meta charset="utf8">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
</head>
<body>
<div class="rect" style="position: relative;">
<a id="pride" class="oneItem" href="https://en.wikipedia.org/wiki/Gay_pride#LGBT_Pride_Month">
<img src="img/flag.svg" height="30px" style="margin-right: 10px;">
#PrideMonth
</a>
<form id="gen">
<div class="div-label">
<label>
<input type="text" name="v_1" value="0.6">
\(v_1\) в пикселях в милисекунду
</label>
</div>
<div class="div-label">
<label>
<input type="text" name="Nparticles" value="10">
Число шариков
</div>
<div class="div-label">
<label>
<input type="text" name="diameter" value="30">
Диаметр в пикселях (всего доступно <span id="TotalLength"></span> пикс.)
</div>
</form>
<div style="margin-left: 10px">
<div class="oneItem">
<div class="small" style="background-color: var(--m1-color);"></div>
<div>\(m=1\)</div>
</div>
<div class="oneItem">
<div class="small" style="background-color: var(--m2-color);"></div>
<div>\(m=4\)</div>
</div>
</div>
</div>
<div class="rect">
<form id="animef">
<div class="div-label">
<label>
<input type="text" name="playrate" value="50">
кадров в секунду
</label>
</div>
<div class="div-label">
<label>
<input type="text" name="t_k_t" value="5">
\(t_{инверсии} / t_0\)
(\(t_0\) - это когда начинает двигаться последний шарик)
</label>
</div>
<div class="div-label">
<label>
<input type="text" name="v1_err" value="0">
\(\Delta v\) первого шарика в момент инверсии
</label>
</div>
</form>
<div class="div-label">
<button onclick="main(`anime`)" class="butt">Запустить анимацию</button>
</div>
</div>
<template id="graphTempl">
<div class="big rect">
<div class="head"></div>
<svg xmlns = "http://www.w3.org/2000/svg"></svg>
</div>
</template>
<div class="rect" style="display: flex; flex-direction: column;">
<svg xmlns = "http://www.w3.org/2000/svg" id="anime"></svg>
</div>
<div class="rect">
<form id="ef">
<div class="div-label">
<label>
<input type="text" name="stop" value="10000">
\(t_{остановки} / t_0\)
</label>
</div>
<div class="div-label">
<label>
<input type="text" name="deltaT" value="200">
\(\Delta t / t_0\)
</label>
</div>
</form>
<div class="div-label">
<button onclick="main(`plot`)" class="butt">Построить график</button>
</div>
</div>
<graph-element name="Усреднённая по <span>\Delta t</span> энергия <span>=f(t)</span>" id="energy"></graph-element>
<div class="rect">
<form id="di">
<div class="div-label">
<label>
<input type="text" name="Nintervals" value="100">
На сколько интервалов надо разбить промежутки \([-v_1; v_1]\) и \([0; E_1]\)
</label>
</div>
<div class="div-label">
<label>
<input type="text" name="Ndots" value="1000">
Сколько случаев набрать для статистики
</label>
</div>
</form>
<div class="div-label">
<button onclick="main(`distr`)" class="butt">Построить распределения</button>
</div>
<div style="margin-left: 10px">
<div class="oneItem">
<div class="small" style="background-color: var(--m1-color);"></div>
<div>\(m=1\)</div>
</div>
<div class="oneItem">
<div class="small" style="background-color: var(--m2-color);"></div>
<div>\(m=4\)</div>
</div>
<div class="oneItem">
<div class="small" style="background-color: var(--th-color);"></div>
<div>Теория</div>
</div>
</div>
</div>
<graph-element name="Распределение по скоростям" id="vel_dist"></graph-element>
<graph-element name="Распределение по энергиям" id="en_dist"></graph-element>
</body>
<script src="./j/helpers.js"></script>
<script src="./j/simulators.js"></script>
<script src="./j/graph-element.js"></script>
<script src="./j/anime.js"></script>
<script src="./j/distributions.js"></script>
<script src="./j/main.js"></script>
<script src="./j/events.js"></script>
</html>