代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/149715/12355393
pas extcap0.pas
(***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in c
www.eeworm.com/read/149458/12376686
c hello.c
/*------------------------------------------------------------------------------
HELLO.C - adapted for the P89LPC932 and the Keil MCB900 Microcontroller Board
Copyright 1995-2005 Keil Software, In
www.eeworm.com/read/148857/12420162
pas unit15.pas
unit Unit15;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
Tbackupform = class(TForm)
Imag
www.eeworm.com/read/148857/12420221
pas unit16.pas
unit Unit16;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
Trestoreform = class(TForm)
Ima
www.eeworm.com/read/336283/12455305
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,Math;
type
TForm1 = class(TForm)
Button1: TButton;
p
www.eeworm.com/read/336283/12455446
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,Math, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
p
www.eeworm.com/read/336283/12455494
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,Math;
type
TForm1 = class(TForm)
Button1: TButton;
p
www.eeworm.com/read/336283/12455513
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
proced
www.eeworm.com/read/132306/14101744
pas gbtobig.pas
{
作者:酷的仙贝
QQ:51860554
E-mail:howoco@163.com
V1.1
}
unit GbToBig;
interface
uses
SysUtils, Classes,StdCtrls;
type
Tmode=(Gb2Big,Big2Gb);
TGbToBig = class(TComponent)
pr
www.eeworm.com/read/132006/14113818
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
procedure DERIVS(X:real; Y:array of real;var DYDX:array of real);
type
T