24 ottobre, 2005 12:32
dvd ha scritto:
24 ottobre, 2005 14:25
Bacco ha scritto:
24 ottobre, 2005 14:33
Tagliaerbe ha scritto:
24 ottobre, 2005 14:36
Bacco ha scritto:
25 ottobre, 2005 00:50
mino ha scritto:
Ogni buon programmatore in C sa che in "Numerical Recipes in C: The Art of Scientific Computing (William H. Press, Brian P. Flannery, Saul A. Teukolsky, William T. Vetterling; New York: Cambridge University Press, 1992 (2nd ed., p. 277))", viene detto che: "If you want to generate a random integer between 1 and 10, you should always do it by using high-order bits, as in:
j = 1+(int) (100.0*rand()/(RAND_MAX+1.0));
printf("la cifra per bacco è: %d\n", j);
25 ottobre, 2005 10:20
Bacco ha scritto:
25 ottobre, 2005 11:46
emme ha scritto:
25 ottobre, 2005 12:33
Bacco ha scritto:
26 ottobre, 2005 01:33
dvd ha scritto:
26 ottobre, 2005 01:39
dvd ha scritto:
26 ottobre, 2005 09:11
emme ha scritto: