Курсовая работа: Решение дифференциальных уравнений по методу Эйлера
vst=getch();
if(vst==72) { st=12; goto izm; }
else if(vst==80) { st=12; goto izm; }
else if(vst==75) { st=1; goto izm; }
else if(vst==13) { vv=1; vv1=1; closegraph(); goto resh; }
else goto d11;
d12:
setfillstyle(7,1);
bar(280,190,530,260);
setfillstyle(7,8);
setcolor(2);
outtextxy(300,215,"Open in fails");
setcolor(7);
outtextxy(100,200,"1.Formyla");
outtextxy(100,240,"2.Reshenie");
outtextxy(100,320," Exit");
outtextxy(300,185,"Enter");
vst=getch();
if(vst==72) { st=11; goto izm; }
else if(vst==80) { st=11; goto izm; }
else if(vst==75) { st=1; goto izm; }
else if(vst==13) { vv=1; vv1=2; closegraph(); goto resh; }
else goto d12;
d2:
setfillstyle(1,5);
setfillstyle(7,8);
bar(280,160,600,400);
setcolor(2);
outtextxy(100,240,"2.Reshenie");