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 > only news
Pages (2): « 1 [2]   Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
SpiritKJ
.amico.

User info:
Registered: Oct 2005
Posts: 39 (0.01 al dì)
Location:
Corso:
Anno:
Time Online: 19:09:59 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by pix28
ciao a tutti,qualcuno del sec. turno sa dirmi se la data e l'orario del sec compitino mcon Boldi è già stata fissata?

Non è definitiva, ma pare proprio che sia il 17 dicembre.

__________________
Be Attitude for Gains.

28-11-2005 10:38
Click Here to See the Profile for SpiritKJ Click here to Send SpiritKJ a Private Message Find more posts by SpiritKJ Add SpiritKJ to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
cia
Mago Ninja

User info:
Registered: Apr 2003
Posts: 1023 (0.13 al dì)
Location: cpd
Corso: Comunicazione Digitale
Anno: 3 (teoricamente...)
Time Online: 13 Days, 17:33:10 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by SpiritKJ
Non è definitiva, ma pare proprio che sia il 17 dicembre.


di sabato?:shock:

magari il 16...:D

__________________
But until we unite
I live for that night
Wait for time
two souls entwine

28-11-2005 13:02
Click Here to See the Profile for cia Click here to Send cia a Private Message Find more posts by cia Add cia to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
pix28
.simpatizzante.

User info:
Registered: Oct 2004
Posts: 13 (0.00 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 1
Time Online: 2:35:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

qualcuno sa dirmi che cosa metterà Boldi nel compitino del 16/12/05 e dove posso reperire testi di vecchi compitini visto che nn riesco a collegarmi alla Home del suddetto?
grazie mille

07-12-2005 17:37
Click Here to See the Profile for pix28 Click here to Send pix28 a Private Message Find more posts by pix28 Add pix28 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
soak
.precettore.

User info:
Registered: Nov 2005
Posts: 85 (0.01 al dì)
Location: Mantova
Corso: Comunicazione Digitale
Anno: 1 Bis
Time Online: 14:24:26 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

i metodi che si useranno nel compitino dobbiamo saperli a memoria?..per esempio .isUpperCase(); di che package fa parte? è in prog.io.*? io nn frequento qualcuno può esplicare i metodi che il profe(mereghetti) potrebbe usare domani..

un'altra cosa: x=1 y=2
x=(x+1)%y==0? x++ : ++y -------------> che razza di assegnazione è?
come funziona? cioè.. è tutto ok fino a y==0 ma che significato hanno il >?< e i >:< :?/:shock:

15-12-2005 12:02
Click Here to See the Profile for soak Click here to Send soak a Private Message Find more posts by soak Add soak to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diddle83
.amico.

User info:
Registered: Nov 2004
Posts: 28 (0.00 al dì)
Location:
Corso:
Anno:
Time Online: 6 Days, 3:46:31 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by soak

un'altra cosa: x=1 y=2
x=(x+1)%y==0? x++ : ++y -------------> che razza di assegnazione è?
come funziona? cioè.. è tutto ok fino a y==0 ma che significato hanno il >?< e i >:< :?/:shock:



praticamente significa che se (x+1) diviso y ha come resto 0, x= x++, se invece il resto è diverso da 0 si ha che x=++y.

k= a? b:c
Quindi se la condizione che è espressa prima del "?" (che ho chiamato a) è vera k è uguale alla parte prima dei ":" (cioè b), se è falsa k è uguale alla parte dopo i ":" (cioè c).

spero si capisca quello che ho scritto...

ciao

15-12-2005 14:10
Click Here to See the Profile for diddle83 Click here to Send diddle83 a Private Message Find more posts by diddle83 Add diddle83 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
lerio
.amico.

User info:
Registered: Aug 2005
Posts: 24 (0.00 al dì)
Location: Milano Hinterland
Corso: -
Anno: -
Time Online: 5:53:43 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

praticamente equivale al seguente costrutto IF:

if ((x + 1) % y == 0)
x++
else
x = ++y

__________________
_La vita è una tempesta ma prenderla ingulo è un lampo_

15-12-2005 14:44
Click Here to See the Profile for lerio Click here to Send lerio a Private Message Find more posts by lerio Add lerio to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
lerio
.amico.

User info:
Registered: Aug 2005
Posts: 24 (0.00 al dì)
Location: Milano Hinterland
Corso: -
Anno: -
Time Online: 5:53:43 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

occhio che non mi stampa i punti e virgola....

__________________
_La vita è una tempesta ma prenderla ingulo è un lampo_

15-12-2005 14:45
Click Here to See the Profile for lerio Click here to Send lerio a Private Message Find more posts by lerio Add lerio to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
lerio
.amico.

User info:
Registered: Aug 2005
Posts: 24 (0.00 al dì)
Location: Milano Hinterland
Corso: -
Anno: -
Time Online: 5:53:43 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

>>i metodi che si useranno nel compitino dobbiamo saperli a
>>memoria?..per esempio .isUpperCase(); di che package fa
>>parte? è in prog.io.*? io nn frequento qualcuno può esplicare i
>>metodi che il profe(mereghetti) potrebbe usare domani..

Il metodo isUpperCase(char c) è un metodo della classe involucro Character ed è contenuto nei package di default di Java (non è necessario quindi importare nessun altro package per poter utilizzarla)

__________________
_La vita è una tempesta ma prenderla ingulo è un lampo_

15-12-2005 14:50
Click Here to See the Profile for lerio Click here to Send lerio a Private Message Find more posts by lerio Add lerio to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
soak
.precettore.

User info:
Registered: Nov 2005
Posts: 85 (0.01 al dì)
Location: Mantova
Corso: Comunicazione Digitale
Anno: 1 Bis
Time Online: 14:24:26 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

tutto chiaro adesso..grazie:-D
..a parte che metodi dobbiamo sapere..

io faccio una lista se manca qualcosa aggiornatela ok?!

metodi:

.readInt()
.readLine()
.get()
.isUpperCase()
.charAt()
.println()
.length()

costrutti:

if(){}else{}
for(){}
while(){}
do{}while()

c'è lo switch(){} ???


Intervento del moderatore:
Non so se il "tua mamma" si possa usare, se è cosi fatemelo sapere che lo riaggiungo...:)

Last edited by ciops on 15-12-2005 at 19:06

15-12-2005 16:38
Click Here to See the Profile for soak Click here to Send soak a Private Message Find more posts by soak Add soak to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
lerio
.amico.

User info:
Registered: Aug 2005
Posts: 24 (0.00 al dì)
Location: Milano Hinterland
Corso: -
Anno: -
Time Online: 5:53:43 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

aspetta però..

i metodi che hai elencato sono associati a delle classi quindi vanno presi in considerazione in base alla classe di apparteneza.

ovvero:

se mi parli di metodo isLowerCase() sai anche che possiamo applicarlo solo alla classe involucro Character e non (ad esempio) alla classe String.

Ti propongo una carrellata di metodi con le rispettive classi che sono state utilizzate di più negli esempi del libro e credo anche negli esercizi in classe (sono studente lavoratore anche io). TI CONSIGLIO COMUNQUE VIVAMENTE DI DARE UN'OCCHIATA ALL'ELENCO COMPLETO QUI -> http://java.sun.com/j2se/1.4.2/docs...ge-summary.html

Classe ConsoleInputManager
- readInt
- readDouble
- readLine

Classe ConsoleOutputManager
- println
- print

Classe String
- charAt
- equals
- length
- substring
- toUpperCase
- toLowerCase

Classe StringBuffer
- charAt
- setCharAt
- length
- setLength
- substring

Classe StringTokenizer
- hasMoreTokens
- nextToken

Character
- isUpperCase
- isLowerCase
- equals
- isWhiteSpace

Occhio che sicuramente me ne sarà sfuggito qualcuno..

_v

__________________
_La vita è una tempesta ma prenderla ingulo è un lampo_

15-12-2005 19:17
Click Here to See the Profile for lerio Click here to Send lerio a Private Message Find more posts by lerio Add lerio to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
soak
.precettore.

User info:
Registered: Nov 2005
Posts: 85 (0.01 al dì)
Location: Mantova
Corso: Comunicazione Digitale
Anno: 1 Bis
Time Online: 14:24:26 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

grazie mille..ma è un sacco la roba che c'è da sapere..
io aggiungo:
String.concat();
e
double.getLong(tuaMamma.toString()) return:Large! {
:-D:shock::x
}
sono esaurito :(

15-12-2005 19:52
Click Here to See the Profile for soak Click here to Send soak a Private Message Find more posts by soak Add soak to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Reaper
Maestro Jedi

User info:
Registered: Oct 2005
Posts: 362 (0.05 al dì)
Location: Patagonia
Corso: ComDig
Anno: MOoooLto InDieTRO...
Time Online: 1 Day, 16:04:39 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

idem...
la cosa brutta.. è che mi sento preparato.. poi.. ole

IL NULLA

:(

15-12-2005 20:19
Click Here to See the Profile for Reaper Click here to Send Reaper a Private Message Find more posts by Reaper Add Reaper to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
cia
Mago Ninja

User info:
Registered: Apr 2003
Posts: 1023 (0.13 al dì)
Location: cpd
Corso: Comunicazione Digitale
Anno: 3 (teoricamente...)
Time Online: 13 Days, 17:33:10 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

visto che ho altri esami vicini, mi sapreste dire se il 3 compitino e proprio a fine gennaio (tipo dal 20 in poi) o prima? Semmai se potete chiedere ai prof..

grazie..

__________________
But until we unite
I live for that night
Wait for time
two souls entwine

20-12-2005 08:42
Click Here to See the Profile for cia Click here to Send cia a Private Message Find more posts by cia Add cia to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 09:58.    Post New Thread    Post A Reply
Pages (2): « 1 [2]   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.088 seconds (80.90% PHP - 19.10% MySQL) con 30 query.