代码搜索:Declarations

找到约 10,000 项符合「Declarations」的源代码

代码结果 10,000
www.eeworm.com/read/258733/11846426

cpp pixel.cpp

// Borland C++ - (C) Copyright 1991 by Borland International /* PIXEL.CPP--Example from Getting Started */ // PIXEL.CPP demonstrates the Point and Location classes // compile with POINT2.CPP an
www.eeworm.com/read/258590/11852852

pas formwait.pas

unit FormWait; interface uses Windows, Classes, Controls, Forms, ExtCtrls, StdCtrls, ComCtrls; type TFrmWait = class(TForm) Animate1: TAnimate; Label1: TLabel; Timer1
www.eeworm.com/read/258590/11852922

~pas formwait.~pas

unit FormWait; interface uses Windows, Classes, Controls, Forms, ExtCtrls, StdCtrls, ComCtrls; type TFrmWait = class(TForm) Animate1: TAnimate; Label1: TLabel; Timer1
www.eeworm.com/read/257929/11903331

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/341936/12054498

~pas startupinfomain.~pas

unit STARTUPINFOMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls; type TMainFrm = class(TForm) StatusB
www.eeworm.com/read/341936/12054520

pas startupinfomain.pas

unit STARTUPINFOMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls; type TMainFrm = class(TForm) StatusB
www.eeworm.com/read/152612/12098599

pas sample3.pas

unit sample3; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, DB, DBTables; type TForm1 = class(TForm) Query1:
www.eeworm.com/read/340289/12167471

asm prog29.asm

; PROG29 - Working through the Emulator ; ; Start with the Serial Interface. ; ; This Application waits for 2 Seconds and then Sends "A" by "Bit Banging" to ; the Console. Note that V
www.eeworm.com/read/340289/12167533

asm prog1.asm

; PROG1 - First Program, Turn on an LED at at P1.0 ; ; This Application Turns on an LED and Loops forever afterward. ; ; Myke Predko ; 98.01.30 ; ; Hardware Notes: ; 80C520 Running at 1
www.eeworm.com/read/340289/12167542

asm template.asm

; [FileName] - [Program Description] ; ; [Detailed Description of Application] ; ; [Author] ; ; Started: [Date] ; Updated: [Date] - [Description] ; ; Hardware Notes: ; [Microcontrolle