123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>iVProg - Programação Visual e Interativa na Internet</title>
- <meta http-equiv= "Content-Type" content="charset=ISO-8859-1"/>
- <meta name="description" content="iMática: iVProg">
- <style type="text/css" media="screen">@import url(iComb.css);</style>
- </head>
- <body>
- <!-- cabeçalho -->
- <div class="cabecalho">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr><td align="left">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr><td> </td>
- <td background="img/bg-header-left.png" width="30"></td>
- <td background="img/bg-header.png"><a href="../" title="página iMática" align="left">
- iMática</a> » iVprog</td>
- </table></td>
- <td align="right">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td background="img/bg-header.png">
- <a href="index_en.html" title="click here to see the English version of this page"
- ><img src="img/flag-us.gif" title="click here to see the English version of this page" alt="US flag"/></a></td>
- <td background="img/bg-header-right.png" width="30"></td>
- <td> ;</td></tr>
- </table></td>
- </table>
- </div>
- <!-- Begin Header Element -->
- <table class="wrapper" border="0" cellpadding="0" cellspacing="0">
- <tbody> <tr id="header-row"> <td width="985">
- <!-- Begin Content Element -->
- <tr>
- <td width="985">
- <hr class="hide">
- <div id="container">
- <div id="contentwide">
- <!-- Page content starts here -->
-
- <div id="page">
- <div id="widthwrapper">
- <h1>iVProg - Programação Visual e Interativa na Internet</h1>
- <div align="left" class="section-homepage-width-holder">
- <p>
- O <i>iVProg - Programação Visual e Internativa na Internet</i> é um novo sistema para uso no ensino/aprendizagem de
- tópicos relativos a algoritmos, com aplicação direta em páginas <i>World Wide Web</i> (<b>Web</b>).
- Ele é baseado no sistema <a href="http://www.alice.org/" title="sítio do projeto Alice">Alice</a>
- <a href="http://www.cmu.edu" title="Carnegie Mellon University">Carnegie Mellon University</a>.<br/>
- O <i>iVProg</i> vem sendo desnvolvido desde julho de 2009 e seu atual protótipo pode ser conferido abaixo.
- </p>
- </div>
- <div class="sectionbox unique">
- <div class="sectionbox-wrapper1">
- <div class="sectionbox-wrapper2">
- <div class="sectionbox-wrapper3">
- <div class="sectionbox-wrapper4">
- <div class="sectionbox-wrapper5">
- <h5><a href="exemplo.html?ex=1&idioma=pt" title="clique para examinar o exemplo">Exemplo nº 1</a></h5>
- <p>Um programa que verifica se um número é ou não primo</p>
- </div></div></div></div></div></div> <!-- quadro exemplo -->
- <div class="sectionbox-wrapper1">
- <div class="sectionbox-wrapper2">
- <div class="sectionbox-wrapper3">
- <div class="sectionbox-wrapper4">
- <div class="sectionbox-wrapper5">
- <h5><a href="exemplo.html?ex=2&idioma=pt" title="clique para examinar o exemplo">Exemplo nº 2</a></h5>
- <p>Dado um natural N, imprimir a soma dos N primeiros naturais.</p>
- </div></div></div></div></div></div> <!-- quadro exemplo -->
- <p>.
- </p>
- </div><!-- sectionbox unique -->
- <div class="applet">
- <applet codebase="." archive="iVprog.jar" code="edu.cmu.cs.stage3.alice.authoringtool.JAlice.class" WIDTH=791 HEIGHT=600>
- <param name='lang' value='pt'>
- <param name='MA_PARAM_PropositionURL' value='true'>
- <param name='MA_PARAM_Proposition' value=''>
- </applet>
- <!-- Closes content div -->
- </div> <!-- Closes page div -->
- </div>
- </div><!-- End Content Element -->
- <!-- Begin Footer Element -->
- <hr class="hide">
- <div id="footer">
- <p class="moreinfo">Prof. Dr. Leônidas de Olivera Brandão<BR/>
- Reginaldo Rideaki<BR/>Universidade de São Paulo</p>
- </div>
- </td>
- </tr>
- </tbody>
- </table><!-- End Footer Element -->
- </body>
- </html>
|