Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 274 → Rev 275

/programy/Robsim/Robiada2007/kaklik.lab
0,0 → 1,17
program Callis;
 
var movement, line;
 
line:=S;
 
While true
do
if LEYE then # Cara pod levim sensorem
MOTL:=30; # jed rovne
line:=L; # zaznamenej, kdes videl caru
 
elif REYE then
 
end;
 
end;
/programy/Robsim/index.html
0,0 → 1,32
<?xml version="1.0" encoding="iso-8859-2"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cz" lang="cz">
<head>
<meta http-equiv="content-type"
content="text/html; charset=iso-8859-2" />
<meta http-equiv="content-language" content="cs" />
<link rel="stylesheet" href="robsim.css">
<title>SIMULACE SUMO ROBOTA</title>
</head>
 
<html>
<head>
</head>
<body>
<div align="center">
<!-- a href="lang.html" class="menu">Popis programovacího jazyka</a>
<a href="examples.html" class="menu">Pøíklady programù pro robota</a>
<a href="task.html" class="menu">Zadání úkolù</a -->
 
<h3>SIMULACE ROBOLABYRINTU A ROBOSUMA</h3>
<div class="warning">POZOR! Pøed zavøením okna si nezapomeòte zkopírovat kód na svùj poèítaè! POZOR! </div>
<applet code="SimApplet.class" archive="robsim.jar" width=850 height=600>
<param name="delay" value="1">
<param name="fps" value="25">
<param name="arrows" value="1">
</applet>
 
</div>
 
</body>
</html>
/programy/Robsim/robsim.css
0,0 → 1,71
/*a:hover {background-color: #80ff80} */
body {
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 1em;
}
tt {
color: #00E;
}
h2 {
color: blue;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
pre {
width:55em;
margin:16px;
margin-left:30px;
padding:8px;
line-height:150%;
background: #e0e0e0;
font-size: 0.9em;
}
table {
border-collapse: collapse;
}
td {
font-family: arial;
font-size: 0.9em;
padding: 4px;
}
div.vsechno {
margin-left:15%;
width: 70%;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
margin: 16px;
padding: 16px;
}
a.menu {
font-family: Arial, Helvetica, sans-serif;
background: #eee;
padding: 4px;
margin: 4px;
border: solid grey 1px;
}
a.menu:hover {
font-family: Arial, Helvetica, sans-serif;
background: #fff;
padding: 4px;
margin: 4px;
border: solid black 1px;
}
h3 {
margin:0px;
height:25px;
font-size:25px;
color:#ed6116;
text-align:center;
width:850px;
padding-top:10px;
padding-bottom:10px;
}
div.warning{
height:20px;
border:1px solid red;
color:red;
font-weight:bold;
font-size:18px;
margin-bottom:5px;
width:850px;
}
/programy/Robsim/robsim.jar
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property