代码搜索:51单片机

找到约 10,000 项符合「51单片机」的源代码

代码结果 10,000
www.eeworm.com/read/382205/9042079

a51 startup.a51

$NOMOD51 ;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/382205/9042089

c 51.c

#include /*头文件的包含*/ #include "IIC.h" #include "display.h" #include "define.h" #define PCF8583 0xa0 /*10100000--A0 write*/ #define PCF8583_Ctr 0x00/*control register*/
www.eeworm.com/read/283117/9042142

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/382190/9042734

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/185303/9043828

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 ;指定控制单元地址
www.eeworm.com/read/185303/9043833

a51 inclr.a51

;说明使用到的外部函数和外部变量 EXTRN CODE(CWE1, DWE1, CWE2, DWE2) EXTRN DATA(COM, DAT) ;定义全局函数INITIAL(), CLEAR() PUBLIC INITIAL, CLEAR INITP SEGMENT CODE INIROM SEGMENT CODE RSEG INIROM ;定义内部变量:初始化变量数组T
www.eeworm.com/read/382139/9046417

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/382139/9046484

a51 opreg.a51

;NAME PUSH_REG ;NAME POP_REG NAME OP_REG ?PR?Push_Reg?OP_REG SEGMENT CODE ?PR?Pop_Reg?OP_REG SEGMENT CODE PUBLIC Push_Reg PUBLIC Pop_Reg ;--------------------------------
www.eeworm.com/read/185239/9048490

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/185234/9048759

pp51