代码搜索:SW

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

代码结果 10,000
www.eeworm.com/read/445909/7588187

asm vectors.asm

;建立中断向量表 .sect ".vectors" RSVECT B _c_int0 ;PM 0 Reset Vector 1 INT1 B GISR1 ;PM 2 Int level 1 4 INT2 B GISR2 ;PM 4 Int level 2
www.eeworm.com/read/445022/7601478

cpp sampledlg.cpp

// SampleDlg.cpp : implementation file // #include "stdafx.h" #include "General_Control.h" #include "SampleDlg.h" #include "CityDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FIL
www.eeworm.com/read/441664/7667398

asm can.asm

st0_temp .usect ".b20",1 ; st1_temp .usect ".b20",1 ; context .usect ".b20",7 ;62-68 CAN_FLAG .usect ".data0",1 ;CAN 标志寄存器 DP_USER .set 5 ;DP指向280H-300H单元 .include
www.eeworm.com/read/439408/7710202

h myapi.h

typedef unsigned int UINT; typedef unsigned char BYTE; #define ADD 0x00//本机地址 #define ADD1 0x01//它机地址 #define ADD2 0x02// #define ADD3 0x03// #define ADD4 0x04// #define ADD5 0x05// #define
www.eeworm.com/read/436054/7777764

pas sandinfo.pas

unit SandInfo; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TAboutBox = class(TForm) Button1: TButton;
www.eeworm.com/read/435614/7789267

pas about.pas

unit About; interface uses Windows, Classes, Graphics, Forms, Controls, StdCtrls, Buttons, ExtCtrls, SysUtils, ShellApi; type TAboutBox = class(TForm) CopyrightAboutLabel: TImage;
www.eeworm.com/read/197984/7958515

cpp annapppropsheet.cpp

// ANNAppPropSheet.cpp : implementation file // #include "stdafx.h" #include "ANNApp.h" #include "ANNAppPropSheet.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_F
www.eeworm.com/read/298103/7973969

h51 new51pro.h51

MY_ADR EQU 0B9H ;W78E58 NEW DEFINE ================================== P4 DATA 0D8H XICON DATA 0C0H AUXR DATA 08EH ;====== 工作寄存器区常数 ============================== AREA0 EQU 00H ;Work Register
www.eeworm.com/read/196776/8061254

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, ExtCtrls; type TForm1 = class(TForm) MainMenu1: TMainMenu;
www.eeworm.com/read/196776/8061309

~pas unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, ExtCtrls; type TForm1 = class(TForm) MainMenu1: TMainMenu;