Курсовая работа: Создание средств наглядности с использованием программной среды Delphi и Microsoft Movie Maker
{ Privatedeclarations }
B_Close : boolean;
X,Y,t,Dt,fi0,fi,X_O,Y_O,tend: real;
X1,Y1 : real;
w0,b: real;
m,d,p,w,delta,j,E,m0,a,en,sch: real;
OT ,width, height : integer;
L,LVector : integer;
fiFc, Xfc, Yfc, Xfcnad, Yfcnad, c: real;
outalfa,outomega,k1a,k1w, k2a, k2w, k3a, k3w,k4a,k4w:real;
s: string;
public
{ Public declarations }
end;
var
Form1: TForm1;
const g=9.814; dl=3.7;
implementation
{$R *.dfm}
Uses Unit4, Unit5, Unit3, Unit6;
//созданиеграфиковидвижениямаятника
procedure TForm1.BStartClick(Sender: TObject);
begin
if (LabeledEdit1.Text='') or (LabeledEdit2.Text='') or (LabeledEdit3.Text='')
or (LabeledEdit4.Text='') or (LabeledEdit5.Text='') or (LabeledEdit6.Text='')
or (LabeledEdit7.Text='') or (LabeledEdit8.Text='') or (StrToFloat(LabeledEdit5.Text)=0)
or (StrToFloat(LabeledEdit4.Text)=0) and (StrToInt(LabeledEdit3.Text)=0)
or (StrToFloat(LabeledEdit8.Text)=0)
then