代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/192256/8395489
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/192256/8395512
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/192256/8395555
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/192097/8405771
asm vectors.asm
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the
www.eeworm.com/read/291417/8421307
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: T
www.eeworm.com/read/291417/8421351
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: T
www.eeworm.com/read/291204/8436214
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/190845/8437458
s isr_stub.s
;************************************************************************************************
;
; (c) Copyright 2002, Northern Computers, Inc.
www.eeworm.com/read/189630/8464799
lst hello.lst
C51 COMPILER V7.10 HELLO 09/12/2005 00:44:52 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE HELLO
OBJECT MODULE PLACED IN h
www.eeworm.com/read/189630/8464805
c hello.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include