Skip to content

Commit 9ef8acd

Browse files
DETAILS
1 parent ee2ffd0 commit 9ef8acd

File tree

13 files changed

+49
-49
lines changed

13 files changed

+49
-49
lines changed

css/ex4.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ html{
260260
background-color: white;
261261
padding: 10px;
262262
color: black;
263-
font-size: 25px;
263+
font-size: 20px;
264264
text-align: center;
265265
margin: 0 auto;
266266
margin-top: 40px;

navigation/eight.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
<div class="button">
1818
<a href="../index.html">
19-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
19+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
2020
</a>
2121
</div>
2222

2323
<div class="icon"></div>
2424
<div class="info" onclick="window.help.showModal()">
25-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
25+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2626
</div>
2727
</div>
2828
<div class="body">
@@ -43,7 +43,7 @@
4343
<dialog id="help">
4444
<div class="help-head">
4545
<h1>СПРАВКА</h1>
46-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
46+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
4747
</div>
4848
<div class="help-body">
4949
<p><b>Совершенную дизъюнктивную нормальную форму (СДНФ)</b> можно построить только для функции, которая хотя бы на одном наборе равна 1.</p>

navigation/eleven.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<div class="header">
1616
<div class="button">
1717
<a href="../index.html">
18-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
18+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
1919
</a>
2020
</div>
2121

2222
<div class="icon"></div>
2323
<div class="info" onclick="window.help.showModal()">
24-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
24+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2525
</div>
2626
</div>
2727
<div class="body">
@@ -77,7 +77,7 @@ <h1>РЕЗУЛЬТАТ</h1>
7777

7878
<dialog id="answers">
7979
<div class="head">
80-
<img src="../image/exit.png" alt="exit" width="80px" height="80px" id="exit" onclick="window.answers.close()"/>
80+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px" id="exit" onclick="window.answers.close()"/>
8181
<h1>ОТВЕТЫ</h1>
8282
</div>
8383
<div class="notif">
@@ -114,7 +114,7 @@ <h1>ОТВЕТЫ</h1>
114114
<div class="second-col"></div>
115115
<div class="center"></div>
116116
</div>
117-
<img src="../image/retry.png" alt="retry" width="60px" height="60px" id="gen"/>
117+
<img src="../image/retry.PNG" alt="retry" width="60px" height="60px" id="gen"/>
118118
</div>
119119
<div class="answer">
120120
<div class="full-or-not">
@@ -160,7 +160,7 @@ <h1>ОТВЕТЫ</h1>
160160
<dialog id="help">
161161
<div class="help-head">
162162
<h1>СПРАВКА</h1>
163-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
163+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
164164
</div>
165165
<div class="help-body">
166166
<p>Множество функций K является <b>полным</b> тогда и только тогда, когда оно не входит ни в один из предполных классов булевых функций, т.е. K ⊄L, K ⊄ M, K ⊄ Т0, K ⊄ Т1 и K ⊄ S.</p>

navigation/fifth.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<div class="header">
1616
<div class="button">
1717
<a href="../index.html">
18-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
18+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
1919
</a>
2020
</div>
2121

2222
<div class="icon"></div>
2323
<div class="info" onclick="window.help.showModal()">
24-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
24+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2525
</div>
2626
</div>
2727
<div class="body">
@@ -32,7 +32,7 @@
3232
<div class="function">
3333
<p id="vector"></p>
3434
</div>
35-
<img src="../image/retry.png" alt="retry" width="60px" height="60px" id="generate"/>
35+
<img src="../image/retry.PNG" alt="retry" width="60px" height="60px" id="generate"/>
3636
</div>
3737
<div class="output">
3838
<div class="first">
@@ -58,14 +58,14 @@
5858
</div>
5959

6060
<dialog id="res">
61-
<img src="../image/close.png" alt="close" id="close" onclick="window.res.close()"/>
61+
<img src="../image/close.PNG" alt="close" id="close" onclick="window.res.close()"/>
6262
<p><span id="message"></span></p>
6363
</dialog>
6464

6565
<dialog id="help">
6666
<div class="help-head">
6767
<h1>СПРАВКА</h1>
68-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
68+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
6969
</div>
7070
<div class="help-body">
7171
<p>i-й аргумент булевой функции f называется <b>фиктивным</b>, если f<sup>0</sup><sub>i</sub> = f<sup>1</sup><sub>i</sub> (т.е. если нулевая и единичная остаточные по этому аргументу совпадают) и <b>существенным</b> в противном случае.</p>

navigation/first.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
<div class="button">
1818
<a href="../index.html">
19-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
19+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
2020
</a>
2121
</div>
2222

2323
<div class="icon"></div>
2424
<div class="info" onclick="window.help.showModal()">
25-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
25+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2626
</div>
2727
</div>
2828
<div class="body">
@@ -43,7 +43,7 @@
4343
<dialog id="help">
4444
<div class="help-head">
4545
<h1>СПРАВКА</h1>
46-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
46+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
4747
</div>
4848
<div class="help-body">
4949
<p><b>Двоичным набором</b> называется конечная последовательность, состоящая из нулей и единиц.</p>

navigation/four.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<div class="header">
1616
<div class="button">
1717
<a href="../index.html">
18-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
18+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
1919
</a>
2020
</div>
2121

2222
<div class="icon"></div>
2323
<div class="info" onclick="window.help.showModal()">
24-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
24+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2525
</div>
2626
</div>
2727
<div class="body">
@@ -67,7 +67,7 @@ <h1>РЕЗУЛЬТАТ</h1>
6767

6868
<dialog id="ans">
6969
<div class="head">
70-
<img src="../image/exit.png" alt="exit" width="80px" height="80px" id="exit" onclick="window.ans.close()"/>
70+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px" id="exit" onclick="window.ans.close()"/>
7171
<h1>ОТВЕТЫ</h1>
7272
</div>
7373
<div class="output">
@@ -129,7 +129,7 @@ <h1>ОТВЕТЫ</h1>
129129
<dialog id="help">
130130
<div class="help-head">
131131
<h1>СПРАВКА</h1>
132-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
132+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
133133
</div>
134134
<div class="help-body">
135135
<p>(0000) — константа 0</p>

navigation/nine.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
<div class="button">
1818
<a href="../index.html">
19-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
19+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
2020
</a>
2121
</div>
2222

2323
<div class="icon"></div>
2424
<div class="info" onclick="window.help.showModal()">
25-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
25+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2626
</div>
2727
</div>
2828
<div class="body">
@@ -43,7 +43,7 @@
4343
<dialog id="help">
4444
<div class="help-head">
4545
<h1>СПРАВКА</h1>
46-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
46+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
4747
</div>
4848
<div class="help-body">
4949
<p><b>Совершенную конъюнктивную нормальную форму (СКНФ)</b> можно построить только для функции, которая хотя бы на одном наборе равна 0.</p>

navigation/second.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
<div class="button">
1818
<a href="../index.html">
19-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
19+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
2020
</a>
2121
</div>
2222

2323
<div class="icon"></div>
2424
<div class="info" onclick="window.help.showModal()">
25-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
25+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2626
</div>
2727
</div>
2828
<div class="body">
@@ -50,7 +50,7 @@
5050
<dialog id="help">
5151
<div class="help-head">
5252
<h1>СПРАВКА</h1>
53-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
53+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
5454
</div>
5555
<div class="help-body">
5656
<p><b>Остаточной</b> функции называют функцию, которую можно получить из исходной путем выписывания значений функции на наборах, в которых значение i-го аргумента равно заданному.</p>

navigation/seven.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<div class="header">
1717
<div class="button">
1818
<a href="../index.html">
19-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
19+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
2020
</a>
2121
</div>
2222

2323
<div class="icon"></div>
2424
<div class="info" onclick="window.help.showModal()">
25-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
25+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2626
</div>
2727
</div>
2828
<div class="body">
@@ -33,7 +33,7 @@
3333
<div class="function">
3434
<p id="vector"></p>
3535
</div>
36-
<img src="../image/retry.png" alt="retry" width="60px" height="60px" id="generate"/>
36+
<img src="../image/retry.PNG" alt="retry" width="60px" height="60px" id="generate"/>
3737
</div>
3838
<div class="input">
3939
<p id="input"></p>
@@ -51,7 +51,7 @@
5151
<button class="over" id="notx3">x3</button>
5252
<button id="l_bracket">(</button>
5353
<button id="r_bracket">)</button>
54-
<button id="del"><img src="../image/del.png" alt="delete" width="100px" height="40px"/></button>
54+
<button id="del"><img src="../image/del.PNG" alt="delete" width="100px" height="40px"/></button>
5555
</div>
5656
<div class="retry">
5757
<button id="retry">ОЧИСТИТЬ ПОЛЕ</button>
@@ -60,14 +60,14 @@
6060
<button id="check">ПРОВЕРИТЬ</button>
6161
</div>
6262
<dialog id="res">
63-
<img src="../image/close.png" alt="retry" width="60px" height="60px" id="close" onclick="window.res.close()"/>
63+
<img src="../image/close.PNG" alt="retry" width="60px" height="60px" id="close" onclick="window.res.close()"/>
6464
<p><span id="message">Неверно! Вернитесь и попробуйте еще раз.</span></p>
6565
</dialog>
6666

6767
<dialog id="help">
6868
<div class="help-head">
6969
<h1>СПРАВКА</h1>
70-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
70+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
7171
</div>
7272
<div class="help-body">
7373
<p><b>Конъюнктивной нормальной формой (КНФ)</b> называется конъюнкция элементарных дизъюнкций.</p>

navigation/six.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<div class="header">
1616
<div class="button">
1717
<a href="../index.html">
18-
<img src="../image/exit.png" alt="exit" width="80px" height="80px"/>
18+
<img src="../image/exit.PNG" alt="exit" width="80px" height="80px"/>
1919
</a>
2020
</div>
2121

2222
<div class="icon"></div>
2323
<div class="info" onclick="window.help.showModal()">
24-
<img src="../image/question.png" alt="info" width="80px" height="80px"/>
24+
<img src="../image/question.PNG" alt="info" width="80px" height="80px"/>
2525
</div>
2626
</div>
2727
<div class="body">
@@ -32,7 +32,7 @@
3232
<div class="function">
3333
<p id="vector"></p>
3434
</div>
35-
<img src="../image/retry.png" alt="retry" width="60px" height="60px" id="generate"/>
35+
<img src="../image/retry.PNG" alt="retry" width="60px" height="60px" id="generate"/>
3636
</div>
3737
<div class="input">
3838
<p id="input"></p>
@@ -50,7 +50,7 @@
5050
<button class="over" id="notx3">x3</button>
5151
<button id="l_bracket">(</button>
5252
<button id="r_bracket">)</button>
53-
<button id="del"><img src="../image/del.png" alt="delete" width="100px" height="40px"/></button>
53+
<button id="del"><img src="../image/del.PNG" alt="delete" width="100px" height="40px"/></button>
5454
</div>
5555
<div class="retry">
5656
<button id="retry">ОЧИСТИТЬ ПОЛЕ</button>
@@ -60,14 +60,14 @@
6060
<button id="check">ПРОВЕРИТЬ</button>
6161
</div>
6262
<dialog id="res">
63-
<img src="../image/close.png" alt="close" width="60px" height="60px" id="close" onclick="window.res.close()"/>
63+
<img src="../image/close.PNG" alt="close" width="60px" height="60px" id="close" onclick="window.res.close()"/>
6464
<p><span id="message">Неверно! Вернитесь и попробуйте еще раз.</span></p>
6565
</dialog>
6666

6767
<dialog id="help">
6868
<div class="help-head">
6969
<h1>СПРАВКА</h1>
70-
<img src="../image/close.png" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
70+
<img src="../image/close.PNG" alt="close-help" width="60px" height="60px" id="close-help" onclick="window.help.close()"/>
7171
</div>
7272
<div class="help-body">
7373
<p><b>Дизъюнктивной нормальной формой (ДНФ)</b> называется дизъюнкция элементарных конъюнкций.</p>

0 commit comments

Comments
 (0)