Реферат: Расчет напряженности поля радиотелецентров
cleardevice;
setcolor(darkgray);
rectangle(10,10,getmaxx-10,getmaxy-10);
drawgrid;
drawcoords;
end;
procedure drawing2nd; {Выводитграфикнаэкран}
begin
drawgrafic;
readln;
closegraph;
end;
begin
ClrScr;
{ Input;}p:=100; d:=8; hb:=127;
grinit;
repeat
cleardevice;
i:=2;
repeat
a:=ddt;
until a<>0;
Hmenu_choice:=a div 100;
Case Hmenu_choice of
1: begin
choice:=a mod 100;
if choice=2 then break else begin
input;
input_is:=true;