Feeds:
Posts
Comments

Archive for April 26th, 2009

LISTING PROGRAM :
Download Klik Disini

Program Penjadwalan_Job;
{adalah program untuk penjadwalan job}
uses crt;
var
job_a, job_b, job_c, job_d, job_e :string[1];
a1, a2, b1, b2, c1, c2, d1, d2, e1, e2 : real;
start_a, start_b, start_c, start_d, start_e : real;
end_a, end_b, end_c,end_d, end_e : real;
late_a, late_b, late_c, late_d, late_e : real;
late_a1, late_b1, late_c1, late_d1, late_e1 : real;
tot_idle, tot_late : real;
lagi : char;
begin
lagi:=’y’;
while [...]

Read Full Post »