Автор работы: Пользователь скрыл имя, 27 Апреля 2012 в 11:57, курсовая работа
Моделирование в научных исследованиях стало применяться еще в глубокой древности и постепенно захватывало все новые области научных знаний: техническое конструирование, строительство и архитектуру, астрономию, физику, химию, биологию и, наконец, общественные науки. Большие успехи и признание практически во всех отраслях современной науки принес методу моделирования ХХ в.
StrToFloat(StringGrid2.Cells[
StrToFloat(stringgrid2.Cells[
StrToFloat(stringgrid2.Cells[
StrToFloat(stringgrid2.Cells[
StrToInt(stringgrid2.Cells[4,
edit15.Text:=FloatToStr(L);
end;
procedure TForm1.BitBtn2Click(Sender: TObject);
const U2=0;
begin
form1.Edit18.Text:=floattostr(
form1.Edit19.Text:=floattostr(
form1.Edit20.Text:=floattostr(
form1.Edit22.Text:=floattostr(
form1.Edit16.Text:=floattostr(
form1.Edit17.Text:=floattostr(
form1.StringGrid3.Cells[0,0]:=
form1.StringGrid3.Cells[1,0]:=
form1.StringGrid3.Cells[2,0]:=
form1.StringGrid3.Cells[2,1]:=
form1.StringGrid3.Cells[3,1]:=
form1.StringGrid3.Cells[4,1]:=
form1.StringGrid3.Cells[3,0]:=
form1.StringGrid3.Cells[4,0]:=
form1.StringGrid3.Cells[0,1]:=
form1.StringGrid3.Cells[1,1]:=
memo1.visible:=true;
end;
procedure TForm1.StringGrid1DrawCell(
Rect: TRect; State: TGridDrawState);
begin
StringGrid1.Canvas.Brush.
if ((ACol=0)and(ARow=0)) then
StringGrid1.Canvas.FillRect(
begin
StringGrid1.Canvas.Brush.
if ((ACol=1)and(ARow=0)) then
StringGrid1.Canvas.FillRect(
StringGrid1.Canvas.Brush.
if ((ACol=2)and(ARow=0)) then
StringGrid1.Canvas.FillRect(
StringGrid1.Canvas.Brush.
if ((ACol=2)and(ARow=1)) then
StringGrid1.Canvas.FillRect(
StringGrid1.Canvas.Brush.
if ((ACol=3)and(ARow=1)) then
StringGrid1.Canvas.FillRect(
StringGrid1.Canvas.Brush.
if ((ACol=4)and(ARow=1)) then
StringGrid1.Canvas.FillRect(
end;
{begin
StringGrid1.Canvas.Brush.
if ((ACol=1)and(ARow=0)) then
StringGrid1.Canvas.FillRect(
end;
begin
StringGrid1.Canvas.Brush.
if ((ACol=2)and(ARow=0)) then
StringGrid1.Canvas.FillRect(
end;
begin
StringGrid1.Canvas.Brush.
if ((ACol=2)and(ARow=1)) then
StringGrid1.Canvas.FillRect(
end;
begin
StringGrid1.Canvas.Brush.
if ((ACol=3)and(ARow=1)) then
StringGrid1.Canvas.FillRect(
end;
begin
StringGrid1.Canvas.Brush.
if ((ACol=4)and(ARow=1)) then
StringGrid1.Canvas.FillRect(
end;}
end;
procedure TForm1.StringGrid3DrawCell(
Rect: TRect; State: TGridDrawState);
begin
StringGrid3.Canvas.Brush.
if ((ACol=0)and(ARow=0)) then
StringGrid3.Canvas.FillRect(
StringGrid3.Canvas.Brush.
if ((ACol=1)and(ARow=0)) then
StringGrid3.Canvas.FillRect(
StringGrid3.Canvas.Brush.
if ((ACol=2)and(ARow=0)) then
StringGrid3.Canvas.FillRect(
StringGrid3.Canvas.Brush.
if ((ACol=2)and(ARow=1)) then
StringGrid3.Canvas.FillRect(
StringGrid3.Canvas.Brush.
if ((ACol=3)and(ARow=1)) then
StringGrid3.Canvas.FillRect(
StringGrid3.Canvas.Brush.
if ((ACol=4)and(ARow=1)) then
StringGrid3.Canvas.FillRect(
end;
end.