代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/175226/9554906
h header.h
// file header.h
namespace Window {
void move( int x, int y) ;
// other declarations 厎
www.eeworm.com/read/174778/9574518
pas sqllib.pas
unit sqllib;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables;
type
TSqlLibForm = class(TForm)
LocalCommandQuery: TQuery;
www.eeworm.com/read/174750/9574934
c hello.c
/*------------------------------------------------------------------------------
HELLO.C
Copyright 1995-1999 Keil Software, Inc.
------------------------------------------------------------------
www.eeworm.com/read/170137/9817287
pas acmwaveout.pas
unit ACMWaveOut;
interface
uses
msacm,mmsystem,Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TACMWaveOut = class(TWinControl)
private
procedure Wa
www.eeworm.com/read/169489/9858105
pas unitfrmmain.pas
unit unitFrmMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;
St
www.eeworm.com/read/168171/9935667
h tab_lbc.h
/*
**
** File: "tab_lbc.h"
**
** Description: This file contains extern declarations of the tables used
** by the SG15 LBC Coder for 6.3/5.3 kbps.
**
*/
/*
ITU-T
www.eeworm.com/read/363612/9943188
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/363605/9943307
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/363449/9950877
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/167634/9958288
pas pert.pas
unit Pert;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Panel1: TPanel;