-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprog_est.html
More file actions
159 lines (114 loc) · 6.27 KB
/
prog_est.html
File metadata and controls
159 lines (114 loc) · 6.27 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Yuri Frota - Home Page</title>
<meta name="description" content="The Home Page of Professor Yuri Frota">
<meta name="keywords" content="IC-UFF">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="Generator" content="Front Page 2003">
<link href="arquivos/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<table summary="page layout table" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td width="90%" class="navigation" colspan="2" align="left"><img src="arquivos/yuri2.jpg"></td>
<td width="10%" class="navigation" colspan="2" align="left"> <a href="http://www.uff.br"> <img src="arquivos/uff.png"></td> </a>
</tr>
<tr valign="top">
<td class="bottomnavbar" colspan="2" align="left"></td>
<td class="bottomnavbar" colspan="2" align="left"></td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td class="navigation" width="160">
<div id="nav-container">
<ul id="nav-list">
<li><a href="https://yuri-frota.github.io"><span style="text-decoration: underline;">Home</a></li>
<li><a href="https://yuri-frota.github.io/cv.html"><span style="text-decoration: underline;">Curriculum</span></a></li>
<li><a href="https://yuri-frota.github.io/ap.html"><span style="text-decoration: underline;">Research Areas</span></a></li>
<li><a href="https://yuri-frota.github.io/cur.html"><span style="text-decoration: underline;">Teaching</span></a></li>
<li><a href="https://yuri-frota.github.io/li.html"><span style="text-decoration: underline;">Links</a></li>
<li><a href="https://yuri-frota.github.io/per.html"><span style="text-decoration: underline;">Personal</a></li>
<li><a href="https://yuri-frota.github.io/co.html"><span style="text-decoration: underline;">Contacts</a></li>
</ul>
</div>
<a href="http://www.ic.uff.br"> <img src="arquivos/logo_ic_uff.png"> </a>
</td>
<td class="body">
<table style="width: 414px; height: 76px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<img style="width: 100px; height: 100px;" src="arquivos/bitibas_thumbs2.png">
<p><strong>Compiladores On-Line:</strong></p>
<ul>
<li>
<a href="https://www.mycompiler.io/pt/new/c"> MyCompiler</a>
</li>
<li>
<a href="https://www.onlinegdb.com/online_c_compiler"> OnLine GBD</a>
</li>
<li>
<a href="https://www.programiz.com/c-programming/online-compiler/"> Programiz</a>
</li>
</ul>
<p><strong>LABORATORIO:</strong></p>
<ul>
<li>
Aula de Repetições <a href="https://yuri-frota.github.io/ProgE/03 - Repetições.pdf"> aqui</a>. Laboratorio de Repetições <a href="https://yuri-frota.github.io/ProgE/03-2 - LAB Repetições.pdf"> aqui.</a>
</li>
<li>
Aula de Vetores e Matrizes <a href="https://yuri-frota.github.io/ProgE/04 - Vetores_Matrizes.pdf"> aqui</a>. Laboratorio de Vetores e Matrizes <a href="https://yuri-frota.github.io/ProgE/04-2 - LAB Vetores_Matrizes.pdf"> aqui.</a>
</li>
<li>
Aula de Funções <a href="https://yuri-frota.github.io/ProgE/05 - Funções.pdf"> aqui</a>. Laboratorio de Funções <a href="https://yuri-frota.github.io/ProgE/05-2 - LAB Funções.pdf"> aqui.</a>
</li>
<li>
Aula de Recursão <a href="https://yuri-frota.github.io/ProgE/06 - Recursao.pdf"> aqui</a>. Laboratorio de Recursão <a href="https://yuri-frota.github.io/ProgE/06-2 - LAB Recursao.pdf"> aqui.</a>
</li>
<li>
Aula de Ponteiros <a href="https://yuri-frota.github.io/ProgE/07 - Ponteiros.pdf"> aqui</a>. Laboratorio de Ponteiros <a href="https://yuri-frota.github.io/ProgE/07-2 - LAB Ponteiros.pdf"> aqui.</a>
</li>
<li>
Aula de Estruturas e TADs <a href="https://yuri-frota.github.io/ProgE/08 - Estruturas e TAD.pdf"> aqui</a>. Laboratorio de Estruturas e TADs <a href="https://yuri-frota.github.io/ProgE/08-2 - LAB Estruturas e TAD.pdf"> aqui.</a>
</li>
<li>
Aula de Ordenação <a href="https://yuri-frota.github.io/ProgE/09 - Buscas e Ordenação.pdf"> aqui</a>. Laboratorio de Ordenação <a href="https://yuri-frota.github.io/ProgE/09-2 - LAB Buscas e Ordenação.pdf"> aqui.</a>
</li>
<li>
Aula de Listas <a href="https://yuri-frota.github.io/ProgE/10 - Listas encadeadas.pdf"> aqui</a>. Laboratorio de Listas <a href="https://yuri-frota.github.io/ProgE/10-2 - LAB Listas encadeadas.pdf"> aqui.</a> Você vai precisar dos arquivos <a href="https://yuri-frota.github.io/ProgE/main_listas.c"> main_listas.c</a> e <a href="https://yuri-frota.github.io/ProgE/tad_listas.c"> tad_listas.c</a>
</li>
<li>
Aula de Listas 2 <a href="https://yuri-frota.github.io/ProgE/11 - Listas Circulares e Duplamente encadeadas.pdf"> aqui</a>. Laboratorio de Listas 2 <a href="https://yuri-frota.github.io/ProgE/11-2 - LAB Listas Circulares e Duplamente encadeadas.pdf"> aqui.</a> Você vai precisar dos arquivos <a href="https://yuri-frota.github.io/ProgE/main_listas2.c"> main_listas2.c</a> e <a href="https://yuri-frota.github.io/ProgE/tad_listas2.c"> tad_listas2.c</a>
</li>
<li>
Aula de Pilhas <a href="https://yuri-frota.github.io/ProgE/12 - Pilhas.pdf"> aqui</a>. Laboratorio de Pilhas <a href="https://yuri-frota.github.io/ProgE/12-2 - LAB Pilhas.pdf"> aqui.</a> Você vai precisar dos arquivos <a href="https://yuri-frota.github.io/ProgE/main_pilhas.c"> main_pilhas.c</a> e <a href="https://yuri-frota.github.io/ProgE/tad_pilhas.c"> tad_pilhas.c</a>
</li>
<li>
Aula de Filas <a href="https://yuri-frota.github.io/ProgE/13 - Filas.pdf"> aqui</a>. Laboratorio de Filas <a href="https://yuri-frota.github.io/ProgE/13-2 - LAB Filas.pdf"> aqui.</a> Você vai precisar do arquivo <a href="https://yuri-frota.github.io/ProgE/tad_filas.c"> tad_filas.c</a>
</li>
</table>
</td>
</tr>
</tbody>
</table>
<table summary="page layout table" border="0" cellpadding="10" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td class="bottomnavbar" align="left">
<b>
Phone: +55 (21) 2629-5637<br>
Fax: +55 (21) 2629-5627
</b>
</td>
<td class="bottomnavbar" align="right">
<b>yuri (a) ic (dot) uff (dot) br</b>
</td>
</tr>
</tbody>
</table>
</body>
</html>