Реферат: Вычисление площади сложной фигуры методом имитационного моделирования

}

for (i=sy+1;i

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;

К-во Просмотров: 1050
Бесплатно скачать Реферат: Вычисление площади сложной фигуры методом имитационного моделирования