代码搜索:

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

代码结果 10,000
www.eeworm.com/read/292214/8367149

c record.c

#define uchar unsigned char #define uint unsigned int uchar xdata *RecCs = 0x8e18; uchar code PlayTab[] = {0x40,0x42,0x44,0x46,0x48,0x4a,0x4c,0x4e,0x50,0x52, 0x54,0x56,0x58,0x5a,0x5c,0x5e
www.eeworm.com/read/292214/8367151

asm int.asm

;********************************************** ; MCS-51系列单片机仿真实验系统 硬件实验项目 ; 外部中断处理(急救车与交通灯实验) ;********************************************** Flash equ 0 ;LED状态 STOP equ 1 S
www.eeworm.com/read/292214/8367152

asm he16.asm

;================== 硬件实验十六 步进电机控制 ========================= ORG 1200H ;----------------------------------- DOJ0: MOV SP,#53H CALL LEDP DOJ6: LCALL X2 ;调键扫显示子程序
www.eeworm.com/read/292214/8367153

c lcdshow.c

/* LCD图形方式液晶显示器演示程序 */ #define uint unsigned int #define uchar unsigned char #define wrcode 0 #define wrdata 1 #define x1 0x80 #define x2 0x88 #define y
www.eeworm.com/read/292214/8367154

asm he4.asm

;===================== 硬件实验四 工业顺序控制 ======================== ORG 0000H LJMP PO10 ORG 0013H LJMP PO16 ;---------------------------- ORG 0190H PO10: MOV
www.eeworm.com/read/392020/8367155

pdf 36.pdf

www.eeworm.com/read/192676/8367156

doc getnpost.doc

www.eeworm.com/read/292214/8367157

asm speaker1.asm

;音频驱动——演奏《八月桂花香》 org 0 ljmp start org 000bh inc 20h ;中断服务,中断计数器加1 mov th0,#0d8h mov tl0,#0efh ;12M晶振,形成10毫秒中断 reti start
www.eeworm.com/read/292214/8367158

asm ledtest.asm

; LED“8”字循环演示程序 ; 将运行状态设置为单板方式(即:将P3.6、P3.7定义为/WR./RD) ORG 0000H mov a,#55h lp: movx @dptr,a inc dptr cpl a movx @dptr,a inc dptr