代码搜索:51单片机
找到约 10,000 项符合「51单片机」的源代码
代码结果 10,000
www.eeworm.com/read/430349/8754397
a51 display.a51
;程序名: MCS51实验板配套程序-显示部分
;电路介绍:显示由一片74164驱动4位共阴数码管
; DsDat-p1.4;DsClk-p1.5;Gw-p1.0;Sw-p1.1;Bw-p1.2;Qw-p1.3
;www.01mcu.net www.01mcu.com 2003/4/18编写
;**************************************
www.eeworm.com/read/286571/8758345
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/386275/8758494
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/430268/8758540
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/386259/8758910
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/386258/8758970
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/386258/8758990
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/341198/8759028
m51 to.m51
BL51 BANKED LINKER/LOCATER V5.03 04/15/2004 09:13:33 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE To.obj
www.eeworm.com/read/286549/8759858
m51 a.m51
BL51 BANKED LINKER/LOCATER V5.12 11/11/2006 20:02:35 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE Text1.
www.eeworm.com/read/286547/8759984
a51 cdwe.a51
;定义全局变量COM和DAT,全局函数CWE1(), DWE1(), CWE2(), DWE2()
PUBLIC COM, DAT, CWE1, DWE1, CWE2, DWE2
;COM存放控制指令,DAT存放显示数据
RAM SEGMENT DATA
PGM SEGMENT CODE
RSEG RAM
COM: DS 1
DAT: DS 1
;指定控制单元地址