Курсовая работа: Решение дифференциальных уравнений по методу Эйлера
outtextxy(100,200,"1.Formyla");
outtextxy(100,280,"3.Graphic");
vst=getch();
if(vst==13) { vv=2; closegraph(); goto resh; }
else if(vst==72) { st=1; W=0; goto izm; }
else if(vst==80) { st=3; goto izm; }
else goto d2;
d3:
setcolor(2);
outtextxy(100,280,"3.Graphic");
setcolor(7);
outtextxy(100,240,"2.Reshenie");
outtextxy(100,320," Exit");
vst=getch();
if(vst==13) { vv=3; closegraph(); goto resh; }
else if(vst==72) { st=2; goto izm; }
else if(vst==80) { st=4; goto izm; }
else goto d3;
d4:
setfillstyle(1,5);
setfillstyle(7,8);
bar(280,160,600,400);
setcolor(2);
outtextxy(100,320," Exit");
setcolor(7);
outtextxy(100,200,"1.Formyla");
outtextxy(100,240,"2.Reshenie");
outtextxy(100,280,"3.Graphic");
vst=getch();