代码搜索:SW

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

代码结果 10,000
www.eeworm.com/read/185722/8989284

cpp stuchgmanagerdlg.cpp

// StuChgManagerDlg.cpp : implementation file // #include "stdafx.h" #include "StuChgManager.h" #include "StuChgManagerDlg.h" #include "Department.h" #include "DepaTels.h" #include "Special
www.eeworm.com/read/382878/8992897

pas about.pas

unit About; interface uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons, ExtCtrls,shellApi; type TAboutBox = class(TForm) Panel1: TPanel; ProgramIc
www.eeworm.com/read/426869/8993946

asm sci.asm

st0_temp .usect ".b20",1 ; st1_temp .usect ".b20",1 ; context .usect ".b20",7 ;62-68 SCI_FLAG .usect ".data0",1 ;SCI标志寄存器 TXD_PTR .usect ".data0",8 ;发送的数据存放区 RXD_PTR .usect
www.eeworm.com/read/426799/8998373

pas about.pas

unit About; interface uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons, ExtCtrls,shellApi; type TAboutBox = class(TForm) Panel1: TPanel; ProgramIc
www.eeworm.com/read/426672/9006042

asm interrupt.asm

.include "F2407REGS.H" ;引用头部文件 .def _c_int0 .sect ".vectors" ;定义主向量段 RSVECT B _c_int0 ;PM 0 Reset Vector 1 INT1 B PHANTOM ;PM 2 Int level 1 4 INT2 B GISR2
www.eeworm.com/read/426672/9006047

asm dcmotor.asm

.include "F2407REGS.H" ;引用头部文件 .def _c_int0 .data DA_DATA .word 0FFFH
www.eeworm.com/read/426672/9006121

asm dcmotor.asm

.include "F2407REGS.H" ;引用头部文件 .def _c_int0 .data DA_DATA .word 0FFFH
www.eeworm.com/read/426672/9006196

asm sci.asm

.include "F2407REGS.H" ;引用头部文件 .def _c_int0 .data SCI_FLAG: .word 1 ;SCI标志寄存器 ;TXD_PTR: .word '1
www.eeworm.com/read/426672/9006251

asm cap.asm

.include "F2407REGS.H" ;引用头部文件 .def _c_int0 .data CAP4TEMP .word 0 .sect ".vectors" ;定义主向量段 RSVECT B
www.eeworm.com/read/426672/9006307

asm pwm.asm

.include "F2407REGS.H" ;引用头部文件 .def _c_int0 .data TEMP .word 09Fh MAX_VALUE .set 09Fh .sect ".vectors" ;定义主向量段