代码搜索结果
找到约 10,000 项符合
Test 的代码
test.cpp
/*****************************************
* file: test.cpp
* author:
* data : 15:00 2006-11-15
* copyright: free software & hardware
* to-do: the implamtation of the graph and it's method
test.tag
Var 1Var 2Var 3Var 4Var 5Var 6
test.dat
2.5972184e+000 6.5728282e-001 4.9495354e-001 7.5675678e-001 1.4984104e-002 9.5654951e-001
3.0712034e+000 9.5234475e-001 6.8411411e-001 8.1114819e-001 8.3783354e-001 7.2769071e-001
3.
test.pas
unit test;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ParentForm, DB, ADODB, ImgList, Grids, DBGrids, ComCtrls,
ToolWin, StdCtrls
test.~pas
unit test;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ParentForm, DB, ADODB, ImgList, Grids, DBGrids, ComCtrls,
ToolWin, StdCtrls
test.dfm
inherited Parent1: TParent1
Caption = 'Parent1'
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
inherited BitBtn1: TBitBtn
OnClick = nil
end
end
end
test.~dfm
inherited Parent1: TParent1
Left = 219
Top = 132
Caption = 'Parent1'
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
inherited BitBtn1: TBitBtn
OnClick = nil
test.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "test.h"
//-------------------------------------------------------------
test.h
//---------------------------------------------------------------------------
#ifndef testH
#define testH
//---------------------------------------------------------------------------
#include