代码搜索:Declarations

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

代码结果 10,000
www.eeworm.com/read/144698/5749057

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/137654/5822566

c hello.c

/*------------------------------------------------------------------------------ HELLO.C Copyright 1995-1999 Keil Software, Inc. ------------------------------------------------------------------
www.eeworm.com/read/136818/5853374

h ffllapi.h

// // File: FFLLAPI.h // // Purpose: This file contains the API declarations for FFLL // // Copyright
www.eeworm.com/read/135941/5876418

h af_irda.h

/********************************************************************* * * Filename: af_irda.h * Version: 1.0 * Description: IrDA sockets declarations * Status:
www.eeworm.com/read/135153/5889399

h assembler.h

/* * linux/asm/assembler.h * * This file contains arm architecture specific defines * for the different processors. * * Do not include any C declarations in this file - it is included by * asse
www.eeworm.com/read/135008/5890909

pas fm_splash.pas

unit fm_Splash; /////启动显示窗口 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls,WinInet; type TFmSplash =
www.eeworm.com/read/134007/5896377

c hello.c

/*------------------------------------------------------------------------------ HELLO.C Copyright 1995-1999 Keil Software, Inc. ------------------------------------------------------------------
www.eeworm.com/read/131315/5937004

h externs.h

/****************************************************************************** * * externs -- external declarations for global variables and * external functions used by the ditroff to * in
www.eeworm.com/read/129441/5972704

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
www.eeworm.com/read/129441/5972989

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type matrx2=array of array of real; type TForm1 = class(TForm)