Pia tic
Enviado por darckor • 31 de Agosto de 2015 • Trabajo • 2.266 Palabras (10 Páginas) • 76 Visitas
UNIVERSIDAD AUTONOMO DE NUEVO LEON[pic 1][pic 2]
PREPARATORIA No.20
Producto Integrador de Aprendizaje
Tecnología de la Información y de la Comunicación
Alumnos Integrantes:
José A. Salazar Martínez-1751489
Armando S. Gonzales Ibarra-1730747
A cargo de: Prof. Ing Adrian Alexando Sánchez Salazar
Grupo: 206
PORTADA
Santiago N.L. 5 agosto 2014
[pic 3]
Hojas:………………………………………………………….……..Contenido
3…………………………………………………………………………………………………..Problemática de JKarel Robot
4…………………………………………………………………………………………………..Imagen de Inicio
5…………………………………………………………………………………………………..Imagen de Final
6-9…………………………………………………………………………………………………..Código de Problemática
10…………………………………………………………………………………………………..Explicación de Elaboración
11-12…………………………………………………………………………………………………..conclusiones personales
[pic 4]
Inicio
Final
[pic 5]
class program {
program() {
iterate (10) {
move();
}
if (frontIsBlocked()) {
turnleft();
turnleft();
turnleft();
move();
turnleft();
move();
move();
turnleft();
move();
}
turnleft();
move();
turnleft();
turnleft();
if (nextToABeeper()) {
pickbeeper();
move();
pickbeeper();
pickbeeper();
pickbeeper();
move();
pickbeeper();
}
turnleft();
turnleft();
move();
turnleft();
move();
turnleft();
iterate (2) {
move();
}
turnleft();
iterate (4) {
move();
}
turnleft();
turnleft();
turnleft();
move();
turnleft();
move();
turnleft();
move();
pickbeeper();
turnleft();
turnleft();
iterate (2) {
move();
move();
turnleft();
}
turnleft();
turnleft();
move();
turnleft();
iterate (2) {
move();
move();
turnleft();
move();
move();
turnleft();
turnleft();
turnleft();
}
move();
move();
turnleft();
move();
move();
move();
turnleft();
iterate (4) {
move();
}
pickbeeper();
turnleft();
turnleft();
iterate (4) {
move();
}
turnleft();
turnleft();
turnleft();
move();
iterate (3) {
move();
move();
turnleft();
turnleft();
turnleft();
move();
move();
turnleft();
}
move();
move();
move();
turnleft();
iterate (4) {
move();
}
turnleft();
turnleft();
turnleft();
move();
move();
turnleft();
turnleft();
turnleft();
move();
pickbeeper();
turnleft();
iterate (3) {
if (frontIsBlocked()) {
turnleft();
move();
turnleft();
turnleft();
turnleft();
move();
turnleft();
...