Реферат: Расчет площади сложной фигуры с помощью метода имитационного моделирования
gotoxy(sx,i);
putch(186);
gotoxy(ex,i);
putch(186);
}
gotoxy(sx,sy);putch(201);
gotoxy(sx,ey);putch(200);
gotoxy(ex,sy);putch(187);
gotoxy(ex,ey);putch(188);
}
void talkerror(void)
{
textcolor(15);
textbackground(4);
gotoxy(1,18);
cprintf(" ATTATETION ! DATE ERROR . Press any key to continue... ");
sound(1700); delay(100); nosound(); delay(100);
sound(1400); delay(100); nosound();
getch();
gotoxy(1,18);
textcolor(15);
textbackground(1);
clreol();
}
void get_poly(float *bo3,float *bo2,float *bo1,float *bo0,float *co3,float *co2,float *co1,float *co0,float *xo1,float *xo2,int *No)
{
float b3,b2,b1,b0,c3,c2,c1,c0,x1,x2;
int xb1=5,yb1=4,xb2=76,yb2=22,c,k=3,k1=10,k2=50,N;
char bc0[5],bc1[5],bc2[5],bc3[5],cc0[5],cc1[5],cc2[5],cc3[5],x1c[5],x2c[5],nc[5];