simplex.~cpp

来自「The realization of Simplex Method. It ca」· ~CPP 代码 · 共 27 行

~CPP
27
字号
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

#include "Simplex.h"
#include "My_Realisation.h"
#include "InputDelta.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TSimMeth *SimMeth;
//---------------------------------------------------------------------------

extern int Offset;
SimReal MySimTable;
//---------------------------------------------------------------------------
__fastcall TSimMeth::TSimMeth(TComponent* Owner)
        : TForm(Owner)
{
        DeltaIDX=0;
}
//---------------------------------------------------------------------------
void __fastcall TSimMeth::FormCreate(TObject *Sender)
{
  SimShow->Cells[0][0]="C";
  SimShow->Cells[1][0]="

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?