Pages (2): « 1 [2] Show 150 posts per page |
.dsy:it. (http://www.dsy.it/forum/)
- Filez (http://www.dsy.it/forum/forumdisplay.php?forumid=35)
-- [Laboratorio] Es. x il 5-12 BUBBLESORT (http://www.dsy.it/forum/showthread.php?threadid=7165)
ecco qua
file jar
Io uso java normale, ma dove devo inserire sti file. Ma li devo decomprimere? Io li ho messi in myjavalib. però non funzia!!!
__________________
" So I Start The Revolution From My Bed ". Noel Gallagher
Originally posted by supernova
Io uso java normale, ma dove devo inserire sti file. Ma li devo decomprimere? Io li ho messi in myjavalib. però non funzia!!!
__________________
The only way to discover the limits of the possible is to go beyond them into the impossible.
Arthur C. Clarke.
Ok grazie!
Ciao
io ho modificato il bubble sort in modo che ordina in modo decrescente, ma appena ci metto l'array di shape mi dice che non è compatibile, voi come avete fatto?
__________________
" So I Start The Revolution From My Bed ". Noel Gallagher
Così fa il bubble sort in ordine decrescente
for (int pass=1;pass<forme.length;pass++)
for (int pair=1;pair<forme.length;pair++)
if (forme[pair-1]<forme[pair]) {
int temp = forme[pair-1];
forme[pair-1] = forme[pair];
forme[pair] = temp;
Ma poi come cavolo lo cambio. Non ci sto più dentro aiuto!!!!!
__________________
" So I Start The Revolution From My Bed ". Noel Gallagher
Super....ho il secondo...il terzo??????
__________________
"Il semplice colore, non viziato dal significato e non legato ad una forma definita, può parlare all'anima, in un migliaio di modi diversi.....Oscar Wilde " ......GIGI D'AGOSTINO - FORREST GUMP SUITE
ci sto lavorando Gabry, entra in MSN!
__________________
" So I Start The Revolution From My Bed ". Noel Gallagher
Ogni settimana sti esercizi stanno diventando sempre di più una crociata!
__________________
" So I Start The Revolution From My Bed ". Noel Gallagher
salve il mio compilatore mi da kuesta errore:
cannot resolve symbol
method draw
video.println(draw(figure[i]))
Secondo voi cosa può essere?
Scusate ma nell'esercizio 2 dove ti dice di cercare una figura nell'array usando sort() e la ricerca usando binarySearch(): ma come le devo scrivere?
Grazie in anticipo
Buona befana
Just
All times are GMT. The time now is 09:16. | Pages (2): « 1 [2] Show all 26 posts from this thread on one page |
Powered by: vBulletin Version 2.3.1
Copyright © Jelsoft Enterprises Limited 2000 - 2002.