代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/318168/13484786
xq xquery.xq
xquery version "1.0";
(: Put your XQuery declarations/statements here... :)
www.eeworm.com/read/316988/13513153
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/316987/13513165
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/316986/13513173
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/315699/13537943
h hotel.h
/* hotel.h -- constants and declarations for hotel.c */
#define QUIT 5
#define HOTEL1 80.00
#define HOTEL2 125.00
#define HOTEL3 155.00
#define HOTEL4 200.00
#define DISCOUNT 0.
www.eeworm.com/read/315663/13538624
pas khxx1.pas
unit khxx1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, DB, StdCtrls, Buttons, ExtCtrls;
type
TForm51 = class(T
www.eeworm.com/read/315663/13538657
~pas khxx1.~pas
unit khxx1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, DB, StdCtrls, Buttons, ExtCtrls;
type
TForm51 = class(T
www.eeworm.com/read/314888/13557075
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/310469/13650577
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Delaunay, StdCtrls;
type
TForm1 = class(TForm)
procedure FormCreat
www.eeworm.com/read/310024/13660266
pas editexprunit.pas
unit EditExprUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TEditExprForm = class(TForm)
Label1: TLabel;