代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/199432/7859080
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)
B
www.eeworm.com/read/199432/7859100
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/299226/7878556
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/434078/7892480
c hello.c
/*------------------------------------------------------------------------------
HELLO.C
Copyright 1995-2005 Keil Software, Inc.
------------------------------------------------------------------
www.eeworm.com/read/297894/7989756
c interrupt.c
#include // SFR declarations
#include // SFR declarations
void UART_ISR (void) interrupt 4
{
if(TI)
{
TI = 0;
SBUF = 0XAA;//
}
else
www.eeworm.com/read/297894/7989821
bak interrupt.bak
#include // SFR declarations
#include // SFR declarations
void UART_ISR (void) interrupt 4
{
if(TI)
{
TI = 0;
SBUF = 0XAA;//
}
else
www.eeworm.com/read/297634/8007654
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/397518/8041239
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/247061/12686274
pas jcdytempunit.pas
unit jcdytempunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls,datadomule;
type
Tjcdytemp = class(TForm)
www.eeworm.com/read/246436/12724197
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