123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>iVProg - Interactive Visual Programming in the 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.html" title="click here to see the English version of this page"
- ><img src="img/flag-br.gif" title="clique aqui para ver a versão em Português" alt="BR bandeira"/></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 - Interactive Visual Programming in the Internet</h1>
- <div align="left" class="section-homepage-width-holder">
- <p>
- The <i>iVProg - Interactive Visual Programming in the Internet</i> is a new system targeting the
- teaching-learning of algorithms through the World Wide Web (<b>Web</b>).
- Thes <i>iVProg</i> is the <a href="http://www.alice.org" title="link to Alice home"><i>Alice</i></a> system, a free software from
- <a href="http://www.cmu.edu" title="link to Carnigie Mellon University">Carnigie Mellon University</a>
- <br/>
- The <i>iVProg</i> has been developed since 2009 June. You can check its prototype in the <i>applet</i> bellow.
- </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=en" title="click here to test this example">Example nº 1</a></h5>
- <p>A program such that, given a natural number K (provide by user), print the information if it is prime or not.</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="click here to test this example">Example nº 2</a></h5>
- <p>A program such that, given a natural number K (provide by user), print the sum of the first K naturals.</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='en_US'>
- <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>
|