java Source Codes
-
args,
a java code which
demonstrates command line argument retrieval.
-
collatz,
a java code which
reads an integer from the user and computes the Collatz sequence
based on that integer.
-
hello,
a java code which
prints out "Hello, world!".
-
linpack_bench,
a java code which
carries out the LINPACK benchmark.
-
math_intrinsics,
a java code which
demonstrates the intrinsic functions provided
by the Math package.
-
pnz,
a java code which
plays the positive/negative/zero (PNZ) game.
-
timestamp,
a java code which
prints the current YMDHMS date as a timestamp;
-
toms708
a java code which
includes routines to evaluate the incomplete Gamma function;
this is a version of ACM TOMS algorithm 708.
Last revised on 13 November 2023.