Скачиваний:
18
Добавлен:
02.05.2014
Размер:
1.58 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "CSPIN.h"
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
    TEdit *Edit1;
    TLabel *Label1;
    TGroupBox *GroupBox1;
    TLabel *Label6;
    TLabel *Label7;
    TLabel *Label8;
    TCSpinEdit *cseY;
    TCSpinEdit *cseA0;
    TCSpinEdit *cseX;
    TGroupBox *GroupBox2;
    TLabel *Label2;
    TLabel *Label3;
    TLabel *Label4;
    TLabel *Label5;
    TCSpinEdit *cseA;
    TEdit *edB;
    TEdit *edC;
    TEdit *edD;
    TButton *btnRun;
    TComboBox *cbE;
    TLabel *Label9;
    TGroupBox *GroupBox3;
    TLabel *Label10;
    TEdit *edX;
    TEdit *edY;
    TLabel *Label11;
    TLabel *Label12;
    TEdit *edZ;
    TButton *Button1;
    void __fastcall btnRunClick(TObject *Sender);
    void __fastcall Button1Click(TObject *Sender);

private:	// User declarations
    double dfdy(float,float);
    double dfdx(float,float);
    double f(float,float);
public:		// User declarations
    __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Экстремум функции