Технический форум

Технический форум (http://www.tehnari.ru/)
-   Помощь студентам (http://www.tehnari.ru/f41/)
-   -   Помогите, надо улучшить программу (http://www.tehnari.ru/f41/t47707/)

jax 19.02.2011 19:21

Помогите, надо улучшить программу
 
Код:

uses graphabc;
var i,n:integer;
begin
lockdrawing;
n:=random(600)+100;
for i:= 1 to n do
begin
clearwindow;
setpenwidth(3);
setpencolor(clblack);
Pie(700,350,213,160-i,160-i);
line(489,350,910,350);
line(700,138,700,560);
line(550,200,850,500);
line(550,500,850,200);
circle(700,350,20);
floodfill (500,320,clred);
floodfill (550,380,clPurple);
floodfill (600,490,clGreen);
floodfill (750,490,clYellow);
floodfill (750,370,clBlue);
floodfill (750,310,clFuchsia);
floodfill (750,270,clTeal);
floodfill (680,270,clBrown);
floodfill (700,350,clSilver);
SetFontSize(20);
textout(550,280,'10');
textout(620,200,'20');
textout(740,200,'30');
textout(800,280,'40');
textout(800,380,'50');
textout(740,450,'60');
textout(620,450,'70');
textout(550,380,'80');
redraw;
end;end.



Часовой пояс GMT +4, время: 09:13.

Powered by vBulletin® Version 4.5.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.