代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/122037/14723668
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
matrx2=array of array of real;
type
TForm1 = class(TForm)
www.eeworm.com/read/122037/14723690
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
matrx2=array of array of real;
type
TForm1 = class(TForm)
B
www.eeworm.com/read/122037/14723707
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
matrx2=array of array of real;
type
TForm1 = class(TForm)
www.eeworm.com/read/221024/14773423
html http:^^www.cs.cornell.edu^info^courses^spring-96^cs211^prelim1.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 16-Dec-96 23:10:40 GMT
Content-Type: text/html
Content-Length: 1987
Last-Modified: Wednesday, 28-Feb-96 21:26:54 GMT
Topics for prelim
www.eeworm.com/read/220448/14799875
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
matrx2=array of array of real;
type
TForm1 = class(TForm)
B
www.eeworm.com/read/220448/14799886
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
matrx2=array of array of real;
type
TForm1 = class(TForm)
www.eeworm.com/read/220448/14799909
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
matrx2=array of array of real;
type
TForm1 = class(TForm)
www.eeworm.com/read/116418/14974339
pas sendform.pas
unit SendForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TSenderForm = class(TForm)
Button1: TButton;
www.eeworm.com/read/207609/15267079
pas unit4.pas
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls;
type
ThelForm = class(TForm)
TreeView1: TTreeV
www.eeworm.com/read/168081/5448501
pas pawn.pas
unit Pawn;
interface
uses
SysUtils, WinTypes, Classes, Graphics, Piece;
type
// TPawnPtr = ^TPawn;
TPawn = class(TPiece)
private
{ Private declarations }
protected
{