代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/340289/12167655
asm prog49.asm
; Prog49 - Doing Video Output - First Get Voltage Levels Correct.
;
;
; To get the Correct Voltage Levels:
; 0.00 Volts (Synch/"Blacker than Black")
; 0.35 Volts (Synch)
; 0.43 Volts
www.eeworm.com/read/340253/12168941
5 dhcp6s.conf.5
.\" $Id: dhcp6s.conf.5,v 1.3 2003/05/28 22:56:23 shirleyma Exp $
.\"
.\" Copyright (C) International Business Machines Corp., 2003
.\" All rights reserved.
.\"
.\" Redistribution and use in sour
www.eeworm.com/read/340243/12171125
pas hostname.pas
unit hostName;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Winsock;
type
TForm1 = class(TForm)
Edit1: TEdit;
Label1:
www.eeworm.com/read/340243/12171143
~pas hostname.~pas
unit hostName;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Winsock;
type
TForm1 = class(TForm)
Edit1: TEdit;
Label1:
www.eeworm.com/read/253866/12180953
h header.h
// file header.h
namespace Window {
void move( int x, int y) ;
// other declarations 厎
www.eeworm.com/read/339467/12233066
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/339141/12255409
pas unit6.pas
unit Unit6;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,unit4;
type
TForm6 = class(TForm)
GroupBox1: TGroupBox;
www.eeworm.com/read/339141/12255449
~pas unit6.~pas
unit Unit6;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,unit4;
type
TForm6 = class(TForm)
GroupBox1: TGroupBox;
www.eeworm.com/read/252414/12283600
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
ComboBox1: TComboBo
www.eeworm.com/read/149899/12336421
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids;
type
TFrmSGHooked = class(TForm)
SG: TStringGrid;
proc