File: a2269.html

package info (click to toggle)
appunti-informatica-libera 2001.08.18-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 27,912 kB
  • ctags: 23,734
  • sloc: makefile: 69
file content (87 lines) | stat: -rw-r--r-- 3,299 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"    "http://www.w3.org/TR/html4/strict.dtd">
<HTML LANG="it">
<HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html">
    <META NAME="Generator" CONTENT="Alml">
    <META NAME="Description" CONTENT="GNU/Linux e altro software libero">
    <META NAME="Keywords" CONTENT="Linux, GNU/Linux, Unix, software, software libero, free software">
    <META NAME="Author" CONTENT="Daniele Giacomini &nbsp;&nbsp; &nbsp;daniele&nbsp;@&nbsp;swlibero.org">
    <META NAME="Date" CONTENT="2001.08.18 ">
    <META NAME="Resource-type" LANG="en" CONTENT="Document" >
    <META NAME="Revisit-after" LANG="en" CONTENT="15 days" >
    <META NAME="Robots" CONTENT="ALL" >
    <TITLE> Appunti di informatica libera</TITLE>
    <LINK REL="stylesheet" TYPE="text/css" HREF="a2.css">
    <LINK REL="Start" TITLE="Start" HREF="a2.html">
    <LINK REL="Prev" TITLE="Previous" HREF="a2268.html">
    <LINK REL="Next" TITLE="Next" HREF="a2270.html">
</HEAD>
<BODY>
<P>
<A HREF="a2270.html">[successivo]</A>
<A HREF="a2268.html">[precedente]</A>
<A HREF="a2.html">[inizio]</A>
<A HREF="a2506.html">[fine]</A>
<A HREF="a21.html">[indice generale]</A>
<A HREF="a26.html">[violazione GPL]</A>
<A HREF="a2504.html">[licenze]</A>
<A HREF="a2505.html">[indice analitico]</A>
<A HREF="a2230.html">[tomo]</A>
<A HREF="a2269.html">[parte]</A>
</P>
<HR>
<DIV>
<H1><A NAME="title3427"></A><A NAME="anchor4169"></A>
Parte xlv. &nbsp;  <A NAME="index17157"></A>Basic </H1>

<UL>
<LI><P><A HREF="a2270.html#title3428">208 &nbsp;  Basic: introduzione  </A>
</P>
<UL>
<LI><P><A HREF="a2270.html#title3429">208.1 &nbsp;  Struttura fondamentale </A>
</P>
<LI><P><A HREF="a2270.html#title3433">208.2 &nbsp;  Interprete tradizionale </A>
</P>
<LI><P><A HREF="a2270.html#title3435">208.3 &nbsp;  Tipi di dati ed espressioni </A>
</P>
<LI><P><A HREF="a2270.html#title3441">208.4 &nbsp;  Primi esempi banali </A>
</P>
<LI><P><A HREF="a2270.html#title3442">208.5 &nbsp;  Strutture di controllo del flusso </A>
</P>
<LI><P><A HREF="a2270.html#title3448">208.6 &nbsp;  Input e output </A>
</P>
</UL>
<LI><P><A HREF="a2271.html#title3451">209 &nbsp;  Basic: esempi di programmazione  </A>
</P>
<UL>
<LI><P><A HREF="a2271.html#title3452">209.1 &nbsp;  Somma tra due numeri positivi </A>
</P>
<LI><P><A HREF="a2271.html#title3453">209.2 &nbsp;  Moltiplicazione di due numeri positivi attraverso la somma </A>
</P>
<LI><P><A HREF="a2271.html#title3454">209.3 &nbsp;  Divisione intera tra due numeri positivi </A>
</P>
<LI><P><A HREF="a2271.html#title3455">209.4 &nbsp;  Elevamento a potenza </A>
</P>
<LI><P><A HREF="a2271.html#title3456">209.5 &nbsp;  Radice quadrata </A>
</P>
<LI><P><A HREF="a2271.html#title3457">209.6 &nbsp;  Fattoriale </A>
</P>
<LI><P><A HREF="a2271.html#title3458">209.7 &nbsp;  Ricerca sequenziale </A>
</P>
</UL>
</UL>
</DIV>
<HR>
<P>Dovrebbe essere possibile fare riferimento a questa pagina anche con il nome  <A HREF="basic.html">basic.html</A></P>
<P>
<A HREF="a2270.html">[successivo]</A>
<A HREF="a2268.html">[precedente]</A>
<A HREF="a2.html">[inizio]</A>
<A HREF="a2506.html">[fine]</A>
<A HREF="a21.html">[indice generale]</A>
<A HREF="a26.html">[violazione GPL]</A>
<A HREF="a2504.html">[licenze]</A>
<A HREF="a2505.html">[indice analitico]</A>
</P>
</BODY>
</HTML>