Курсовая работа: Программирование и основы алгоритмизации
end;
procedure finish (t0,tk,ymin,ymax,shg,hi,bx,by: real);
begin
setfillstyle(1,11);
bar(40,475,600,461);
setfillstyle(1,11);
bar(40,5,635,39);
setfillstyle(1,15);
setcolor(12);
SetLineStyle(0,1,3);
setcolor(5);
i1:=t0;
while i1<=tk do
begin
str(i1:5:2,s);
settextstyle(0,0,1);
outtextxy(round(i1*shg+bx)-10,GetMaxY-30,s);
i1:=i1+(tk-t0)/10;
end;
setcolor(12);
line(50,30,60,30);
settextstyle(0,0,2);
outtextxy(70,20,'E');
setcolor(13);
line(170,30,180,30);
outtextxy(190,20,'U');
setcolor(14);
line(280,30,290,30);
outtextxy(300,20,'A');