-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
204 lines (186 loc) · 10.3 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="plugins/slick/slick.css" />
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#maq-turing">Maquina de turing</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<header>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#maq-turing">Maquina de turing</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<!-- Slide One - Set the background image for this slide in the line below -->
<div class="carousel-item active" style="background-image: url('https://source.unsplash.com/LAaSoL0LrYs/1920x1080')">
<div class="carousel-caption d-none d-md-block">
<h2 class="display-4">¿Qué es la maquina de turing?</h2>
<p class="lead">Es una máquina de Turing es un dispositivo que manipula símbolos sobre una tira de cinta de acuerdo con una tabla de reglas.</p>
</div>
</div>
<!-- Slide Two - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('https://source.unsplash.com/bF2vsubyHcQ/1920x1080')">
<div class="carousel-caption d-none d-md-block">
<h2 class="display-4">Inicios</h2>
<p class="lead">Originalmente fue definida por el matemático inglés Alan Turing como una «máquina automática» en 1936 en la revista Proceedings of the London Mathematical Societynota 1.</p>
</div>
</div>
<!-- Slide Three - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('https://source.unsplash.com/szFUQoyvrxM/1920x1080')">
<div class="carousel-caption d-none d-md-block">
<h2 class="display-4">Alan Turing</h2>
<p class="lead">Es considerado uno de los padres de la ciencia de la computación y precursor de la informática moderna. Proporcionó una influyente formalización de los conceptos de algoritmo y computación: la máquina de Turing.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
<!-- Page Content -->
<section class="py-5">
<div class="container">
<h1 class="display-4">Maquina de turing</h1>
<p class="lead">Esta Maquina fue diseñada para un lenguaje {a,b}. el proposito es reemplazar todas las 'b' que se encuentran en la cinta por 'a' y hacer que el lector se posicione al finalizar en el inicio de la primera letra.</p>
</div>
<div class="d-flex justify-content-center" id="maq-turing" style="
margin: -146px;">
<svg width="800" height="600" version="1.1" xmlns="http://www.w3.org/2000/svg">
<!--q1-->
<ellipse class="nodo" id="gq1" stroke="black" stroke-width="1" fill="none" cx="547.5" cy="229.5" rx="30" ry="30"/>
<text x="537.5" y="235.5" font-family="Times New Roman" font-size="20">q1</text>
<!--q2-->
<ellipse class="nodo" id="gq2" stroke="black" stroke-width="1" fill="none" cx="242.5" cy="229.5" rx="30" ry="30"/>
<text x="232.5" y="235.5" font-family="Times New Roman" font-size="20">q2</text>
<!--q3-->
<ellipse class="nodo" stroke="black" stroke-width="1" fill="black" cx="415.5" cy="399.5" rx="30" ry="30"/>
<ellipse id="gq3" stroke="black" stroke-width="1" fill="white" cx="415.5" cy="399.5" rx="24" ry="24"/>
<text x="405.5" y="405.5" font-family="Times New Roman" font-size="20">q3</text>
<!--lq1ba-->
<path stroke="black" stroke-width="1" fill="none" d="M 558.996,201.917 A 22.5,22.5 0 1 1 576.386,221.847"/>
<text id="q1ba" x="603.5" y="176.5" font-family="Times New Roman" font-size="20">b > a, R</text>
<polygon fill="black" stroke-width="1" points="576.386,221.847 584.8,226.115 583.909,216.154"/>
<!--lq1aa-->
<path stroke="black" stroke-width="1" fill="none" d="M 576.99,234.332 A 22.5,22.5 0 1 1 561.602,255.846"/>
<text id="q1aa" x="608.5" y="288.5" font-family="Times New Roman" font-size="20">a > a, R</text>
<polygon fill="black" stroke-width="1" points="561.602,255.846 559.387,265.016 568.875,261.856"/>
<!--lq2BB-->
<polygon stroke="black" stroke-width="1" points="517.5,229.5 272.5,229.5"/>
<polygon fill="black" stroke-width="1" points="272.5,229.5 280.5,234.5 280.5,224.5"/>
<text id="q2BB" x="359.5" y="220.5" font-family="Times New Roman" font-size="20">B > B, L</text>
<!--lq2aa-->
<path stroke="black" stroke-width="1" fill="none" d="M 220.269,209.531 A 22.5,22.5 0 1 1 244.827,199.708"/>
<text id="q2aa" x="152.5" y="157.5" font-family="Times New Roman" font-size="20">a > a, L</text>
<polygon fill="black" stroke-width="1" points="244.827,199.708 251.637,193.179 241.942,190.726"/>
<!--lq3BB-->
<polygon stroke="black" stroke-width="1" points="263.898,250.527 394.102,378.473"/>
<polygon fill="black" stroke-width="1" points="394.102,378.473 391.9,369.3 384.891,376.432"/>
<text id="q3BB" x="252.5" y="335.5" font-family="Times New Roman" font-size="20">B > B, R</text>
</svg>
</div>
<div class="container">
<div class="sliderinicio" id="slip">
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
<div class="items"></div>
</div>
<div class="contriangulo col-md-12">
<div class="triangle">
<div class="empty"></div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-7 d-flex justify-content-center contBotones">
<input type="text" placeholder="Ingrese la cadena" id="fcadena" name="fcadena"><br>
<button class="btnOP btn-success" onclick="load()">load</button>
<button id= "btnPlay"class="btnOP btn-dark" onclick="play()"><i class="fas fa-play-circle"></i></button>
<button id= "btnStop" class="btnOP btn-dark" onclick="stop()"><i class="fas fa-stop-circle"></i></button>
<button id= "btnPause" class="btnOP btn-dark" onclick="pause()"><i class="fas fa-pause-circle"></i></button>
<button id= "btnStep"class="btnOP btn-dark" onclick="step()"><i class="fas fa-step-forward"></i></button>
</div>
<div class="col-md-5">
<div class="slidecontainer row">
<div class="col-md-3"><h3>Speed</h3></div>
<div class="contrange col-md-9">
<input type="range" min="1" max="100" value="50" class="slider" id="myRange" name="speed">
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4 text-white" >
<h5>ALFREDO ALMARALES MANGA</h5>
<h5>DANIEL VEGA CAMARGO</h5>
<h5>DANIEL FONTALVO ORTIZ</h5>
<h5>JULIO FUENTES MARIO</h5>
</div>
<div class="col-md-4">
<img src="universidad.png">
</div>
<div class="col-md-4 text-white">
<h4>INGENIERÍA DE SISTEMAS</h4>
<h4>COMPILADORES</h4>
<h4>2020-1</h4>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="plugins/slick/slick.min.js"></script>
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
<script src="https://kit.fontawesome.com/ae43cf70c2.js" crossorigin="anonymous"></script>
</body>
</html>