Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi A - F > Fondamenti di architettura e programmazione > [2° compitino] Esercizi, risultati, commenti...
Pages (4): « 1 2 [3] 4 »   Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
Rocco.Li
38 Primavere, Dottore !

User info:
Registered: Sep 2003
Posts: 609 (0.08 al dì)
Location: BARLASSINA (MI)
Corso: COMUNICAZIONE DIGITALE
Anno: Finitooooo !!!!
Time Online: 8 Days, 2:31:26 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Talking

Originally posted by Vuisinar
Già, anche se a dire il vero "lieve" è relativo...
Ma l'hai letto da qualche parte o ci sei arrivato da solo?


Se scrivi un banalissimo programma in java:

import prog.io.*;

public class ProveUpCast{
public static void main(String[] args){
ConsoleOutputManager out = new ConsoleOutputManager();
int i = Integer.MAX_VALUE;
long l = Long.MAX_VALUE;
double d;
float f;

out.println("massimo valore integer (variabile i) = "+i);
f=i;
out.println("assegno i (tipo integer) ad f (tipo float), f="+f);
d=i;
out.println("assegno i (tipo integer) a d (tipo double), d="+d);

out.println("\nmassimo valore Long (variabile l) = "+l);
f=l;
out.println("assegno l (tipo Long) ad f (tipo float), f="+f);
d=l;
out.println("assegno l (tipo Long) a d (tipo double), d="+d);
}
}


Scoprirai che l'output e' il seguente:


massimo valore integer (variabile i) = 2147483647
assegno i (tipo integer) ad f (tipo float), f=2.14748365E9
assegno i (tipo integer) a d (tipo double), d=2.147483647E9

massimo valore Long (variabile l) = 9223372036854775807
assegno l (tipo Long) ad f (tipo float), f=9.223372E18
assegno l (tipo Long) a d (tipo double), d=9.223372036854776E18



come puoi notare nel passaggio da int a float le ultime due cifre (47) sono state approssimate (5) cosa che non accade nel passaggio da int a double.
Con approssimazioni piu' evidenti questo avviene anche nel passaggio da long a float e nel passaggio da long a double.

"lieve" e' relativo dipende dalle applicazioni che scrivi.

Non serviva leggerlo. bastava ragionarci, se un int e rappresentato su 32 bit come fa a starci in un float che usa sempre 32 bit di cui solo 24 per la mantissa ?
ci sara' sicuramente un approssimazione.
"Idem con patate" per i double.



Basta che ti scrivi due righe di codice, inserendo in un int il valore di Integer.MAX_VALUE a

__________________
Alcuni uomini vedono le cose come sono e dicono: << Perche' ? >>
Io sogno le cose come non sono mai state e dico: << Perche' No ? >>
George Barnard Shaw, Commediografo.

"non preoccuparti troppo, comunque vada la vita, non ne uscirai vivo !" - anonimo

Last edited by [D]ani[J] on 02-12-2003 at 22:42

02-12-2003 20:17
Click Here to See the Profile for Rocco.Li Click Here to See the Blog of Rocco.Li Click here to Send Rocco.Li a Private Message Find more posts by Rocco.Li Add Rocco.Li to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Pupino
- D J -

User info:
Registered: Nov 2003
Posts: 4223 (0.55 al dì)
Location: Paese dei Balocchi
Corso: Buenos aires
Anno: 2008 :)
Time Online: 27 Days, 15:16:44 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Miiiiiiiii ma sei un manico ehhh!
Ma sto programma in teoria noi siamo in grado di farlo o lo hai copiato da qualche libro per portare l' esempio? :(

__________________

PUPINO'S VIDEO
:asd:
FRANK JAY
:!:

UN BLOG :look:

02-12-2003 22:41
Click Here to See the Profile for Pupino Click Here to See the Blog of Pupino Click here to Send Pupino a Private Message Visit Pupino's homepage! Find more posts by Pupino Add Pupino to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Rocco.Li
38 Primavere, Dottore !

User info:
Registered: Sep 2003
Posts: 609 (0.08 al dì)
Location: BARLASSINA (MI)
Corso: COMUNICAZIONE DIGITALE
Anno: Finitooooo !!!!
Time Online: 8 Days, 2:31:26 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

anche mio nonno sarebbe in gradi di farlo, con le mani legate digitando sulla tastiera con i piedi, muovendo il mouse con la forza del pensiero mentre si fuma un sigaro, legge la divina commedia , guarda con un occhio le stelle al telescopio e ascolta gli IRON MAIDEN a tutto volume dallo stereo.

Se non sei nemmeno paragonabile a mio nonno copialo da un libro...

miiiiii che minchia di condooomiiiiiiiinnio !!!!!!!!

__________________
Alcuni uomini vedono le cose come sono e dicono: << Perche' ? >>
Io sogno le cose come non sono mai state e dico: << Perche' No ? >>
George Barnard Shaw, Commediografo.

"non preoccuparti troppo, comunque vada la vita, non ne uscirai vivo !" - anonimo

02-12-2003 23:08
Click Here to See the Profile for Rocco.Li Click Here to See the Blog of Rocco.Li Click here to Send Rocco.Li a Private Message Find more posts by Rocco.Li Add Rocco.Li to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
EagleSpirit
.consigliere.

User info:
Registered: Oct 2003
Posts: 127 (0.02 al dì)
Location: VA
Corso:
Anno:
Time Online: 8 Days, 6:36:07: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by elly
qualcuno sa se il prossimo compitino c'è a dicembre o a gennaio???


di solito il terzo compitino viene fatto dopo la pausa natalizia, altrimenti una grossa parte del programma rimarrebbe fuori

03-12-2003 11:44
Click Here to See the Profile for EagleSpirit Click here to Send EagleSpirit a Private Message Find more posts by EagleSpirit Add EagleSpirit to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
ellegi
.powerbook.

User info:
Registered: Sep 2003
Posts: 185 (0.02 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: Terzo (1° turno)
Time Online: 1 Day, 21:10:36 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

è stato detto oggi da Carlo il 3° compitino sarà il 21 di gennaio !!!

__________________
"L'ossessione è la fonte perpetua del genio e della follia"

03-12-2003 16:37
Click Here to See the Profile for ellegi Click Here to See the Blog of ellegi Click here to Send ellegi a Private Message Find more posts by ellegi Add ellegi to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
foolish
bleak

User info:
Registered: Oct 2003
Posts: 3585 (0.46 al dì)
Location:
Corso:
Anno:
Time Online: 36 Days, 7:28:56 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
pubblicazione dei risultati del compitino

ULTIME NEWZ


ho saputo adesso che forse i risultati del compitino usciranno questo venerdì, al più tardi sabato.


:D

__________________
The only way to discover the limits of the possible is to go beyond them into the impossible.
Arthur C. Clarke.

03-12-2003 17:33
Click Here to See the Profile for foolish Click Here to See the Blog of foolish Click here to Send foolish a Private Message Find more posts by foolish Add foolish to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
[D]ani[J]
dsy moderator

User info:
Registered: Aug 2003
Posts: 1380 (0.18 al dì)
Location:
Corso: F47
Anno:
Time Online: 17 Days, 14:25:28 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

queste info erano gia state date sul diario delle lezioni...

__________________
Dani
e-mail: DaniJ@dsy.it
...ahhh ste donne! :D
Buoniiiiiisssimaaaa!

03-12-2003 17:46
Click Here to See the Profile for [D]ani[J] Click Here to See the Blog of [D]ani[J] Click here to Send [D]ani[J] a Private Message Find more posts by [D]ani[J] Add [D]ani[J] to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
lockit
-:| Losef well-wisher |:-

User info:
Registered: May 2003
Posts: 88 (0.01 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 3
Time Online: 20:32:23 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Chissa se farà come l'altra volta che ha aumentato un po' i voti? :? :? :?

Voi che ne dite?

03-12-2003 20:01
Click Here to See the Profile for lockit Click here to Send lockit a Private Message Visit lockit's homepage! Find more posts by lockit Add lockit to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
[D]ani[J]
dsy moderator

User info:
Registered: Aug 2003
Posts: 1380 (0.18 al dì)
Location:
Corso: F47
Anno:
Time Online: 17 Days, 14:25:28 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

AVVISO

Causa impegni imprevisti, gli esiti del II compitino verranno pubblicati entro mercoledi' 10/12/03 .

__________________
Dani
e-mail: DaniJ@dsy.it
...ahhh ste donne! :D
Buoniiiiiisssimaaaa!

05-12-2003 20:54
Click Here to See the Profile for [D]ani[J] Click Here to See the Blog of [D]ani[J] Click here to Send [D]ani[J] a Private Message Find more posts by [D]ani[J] Add [D]ani[J] to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
foolish
bleak

User info:
Registered: Oct 2003
Posts: 3585 (0.46 al dì)
Location:
Corso:
Anno:
Time Online: 36 Days, 7:28:56 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

sbattimento!!!!

__________________
The only way to discover the limits of the possible is to go beyond them into the impossible.
Arthur C. Clarke.

05-12-2003 23:09
Click Here to See the Profile for foolish Click Here to See the Blog of foolish Click here to Send foolish a Private Message Find more posts by foolish Add foolish to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Vuisinar
.novellino.

User info:
Registered: Nov 2003
Posts: 2 (0.00 al dì)
Location: Korova
Corso: Comunicazione
Anno: 27
Time Online: 0:40:37 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Sì, Rocco. Basta pensarci, ma non molti lo fanno...

:)

06-12-2003 15:35
Click Here to See the Profile for Vuisinar Click here to Send Vuisinar a Private Message Find more posts by Vuisinar Add Vuisinar to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
ellegi
.powerbook.

User info:
Registered: Sep 2003
Posts: 185 (0.02 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: Terzo (1° turno)
Time Online: 1 Day, 21:10:36 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Angry Esiti

Ma quando vengono pubblicati i risultati ???

Oggi è il 10 dicembre e non si vede ancora nulla !!!!! :evil: :evil:

__________________
"L'ossessione è la fonte perpetua del genio e della follia"

10-12-2003 16:34
Click Here to See the Profile for ellegi Click Here to See the Blog of ellegi Click here to Send ellegi a Private Message Find more posts by ellegi Add ellegi to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
[D]ani[J]
dsy moderator

User info:
Registered: Aug 2003
Posts: 1380 (0.18 al dì)
Location:
Corso: F47
Anno:
Time Online: 17 Days, 14:25:28 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Sono finalmente ONLINE i risultati del 2° compitino !

__________________
Dani
e-mail: DaniJ@dsy.it
...ahhh ste donne! :D
Buoniiiiiisssimaaaa!

10-12-2003 17:06
Click Here to See the Profile for [D]ani[J] Click Here to See the Blog of [D]ani[J] Click here to Send [D]ani[J] a Private Message Find more posts by [D]ani[J] Add [D]ani[J] to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
sONk
BANNED

User info:
Registered: Aug 2003
Posts: 194 (0.02 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 1
Time Online: 23:33:14 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

spettacolo :D

__________________
...banned...

10-12-2003 17:57
Click Here to See the Profile for sONk Click here to Send sONk a Private Message Visit sONk's homepage! Find more posts by sONk Add sONk to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
ellegi
.powerbook.

User info:
Registered: Sep 2003
Posts: 185 (0.02 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: Terzo (1° turno)
Time Online: 1 Day, 21:10:36 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Talking

:D :D che bello un altro bellissimo voto :D :D

__________________
"L'ossessione è la fonte perpetua del genio e della follia"

Last edited by ellegi on 10-12-2003 at 18:08

10-12-2003 18:01
Click Here to See the Profile for ellegi Click Here to See the Blog of ellegi Click here to Send ellegi a Private Message Find more posts by ellegi Add ellegi to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 20:02.    Post New Thread    Post A Reply
Pages (4): « 1 2 [3] 4 »   Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.051 seconds (79.37% PHP - 20.63% MySQL) con 27 query.