Moderatori: aurelio37, Anthony47, axelrox
BianConiglio ha scritto:massì, fai come pj, usa le cose senza capirle che tanto funzionano lo stesso
pjfry ha scritto: una cosa peggiore non potevi dirmela?
BianConiglio ha scritto:h23... ti tocca !!
pjfry ha scritto:@h23: mi sono riperso... xkè dici che c'è qualcosa che ti rallenta il seti? per i tempi previsti da setispy?
888 d8b .d8888888b. 888
888 Y8P d88P" "Y88b 888
888 888 d8b 888 888
.d8888b .d88b. 888888 888 888 888 888 88888b. .d88b. 88888b.d88b. .d88b.
88K d8P Y8b 888 888 888 888bd88P 888 "88b d88""88b 888 "888 "88b d8P Y8b
"Y8888b. 88888888 888 888 888 Y8888P" 888 888 888 888 888 888 888 88888888
X88 Y8b. Y88b. 888 Y88b. .d8 888 888 Y88..88P 888 888 888 Y8b.
88888P' "Y8888 "Y888 888 "Y88888888P" 888 888 "Y88P" 888 888 888 "Y8888
Ribonix ha scritto:dichiaro "guerra" a Saint Lucia (155° - 25.056 w.u.)
#include <stdio.h>
#include <time.h>
int main ()
{
time_t start,end, timer;
char Input [256];
double dif;
int ore;
int minuti;
int secondi;
timer=time(NULL);
time (&start);
printf("Workunit Started --> %s",asctime(localtime(&timer)));
gets (Input);
time (&end);
dif = difftime (end,start);
timer=time(NULL);
printf("Workunit Completed --> %s\n",asctime(localtime(&timer)));
ore = dif/3600;
minuti = (dif-(ore*3600))/60;
secondi = dif-((ore*3600)-(minuti*60));
printf ("Time elapsed : %d:%d:%d \n", ore,minuti,secondi );
system("PAUSE");
return 0;
}
ore = dif/3600;
minuti = (dif-(ore*3600))/60;
secondi = dif-((ore*3600)-(minuti*60));
CLS
10
A = TIMER
B = TIMER / 3600
ORE = INT(B)
D = B - ORE
E = D * 60
MINUTI = INT(E)
F = E - MINUTI
SECONDI = F * 60
LOCATE 1, 1
PRINT ORE; "h"; MINUTI; "'"; SECONDI; "''"
IF INKEY$ <> "" THEN END ELSE 10
Sub tempo()
Dim tempo As Double
tempo# = [tempo espresso in secondi]
sec = Int(tempo#)-(Int(Int(tempo#)/60))*60
mins = (tempo#-Int((tempo#-sec)/3600)*3600-sec)/60
ore = (tempo#-Int((tempo#-sec-mins*60)/86400)*86400-sec-mins*60)/3600
gio = (tempo#-Int((tempo#-sec-mins * 60-ore*3600)/31536000)*31536000-sec-mins*60-ore*3600)/86400
ann = (tempo#-sec-mins*60-ore*3600-gio*86400)/31536000
MsgBox (ann & " y " & gio & " d " & ore & " h " & mins & " m " & sec & " s")
End Sub
BianConiglio ha scritto: ore = dif/3600;
minuti = (dif-(ore*3600))/60;
secondi = dif-((ore*3600)+(minuti*60));
acquisto pc home all in one oppure con ingombro minimo Autore: mapero |
Forum: Consigli per gli acquisti Risposte: 14 |
Visitano il forum: Nessuno e 2 ospiti