代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/340943/12120025

lst cs10-3.lst

C51 COMPILER V7.06 CS10_3 01/07/2007 13:05:00 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE CS10_3 OBJECT MODULE PLACED IN
www.eeworm.com/read/254758/12120446

h audio.h

#ifndef __AUDIO_H__ #define __AUDIO_H__ #include"io.h" #include"intrins.h" #ifdef _AUDIO_INT_C_ #define Extern unsigned char bdata output _at_ 0x21; unsigned char bdata input _at_ 0
www.eeworm.com/read/254758/12120514

h audio.h

#ifndef __AUDIO_H__ #define __AUDIO_H__ #include"io.h" #include"intrins.h" #ifdef _AUDIO_INT_C_ #define Extern unsigned char bdata output _at_ 0x21; unsigned char bdata input _at_
www.eeworm.com/read/152325/12121295

i timer.i

#line 1 "Code\Timer.c" /0 #line 1 "C:\KEIL\C51\INC\REG52.H" /0 sfr P0 = 0x80; sfr P1 = 0x90; sfr P2 = 0xA0; sfr P3 = 0xB0; sfr PSW = 0xD0; sfr ACC = 0xE
www.eeworm.com/read/152325/12121363

i ddc.i

#line 1 "Code\Ddc.c" /0 typedef unsigned char Byte; #line 1 "Header\DDC.h" /0 #line 1 "HEADER\Main_def.h" /0 #line 1 "HEADER\CHAR_DEF.H" /0
www.eeworm.com/read/340774/12134667

h 24cxx.h

#ifndef __24CXX_H__ #define __24CXX_H__ sbit SDA = P3^5; sbit SCL = P3^6; sbit WP = P3^7; //---------------------- # define SDA_H SDA = 1 # define S
www.eeworm.com/read/340729/12137996

c w24c02.c

/******************************************************************************* * 标题: 启东微芯LJD-SY-5100单片机开发系统演示程序 * 文件: w24C02.c
www.eeworm.com/read/340729/12138021

c r24c02.c

/******************************************************************************* * 标题: 启东微芯LJD-SY-5100单片机开发系统演示程序 * 文件: R24C02.c
www.eeworm.com/read/152080/12145253

c dtled.c

/*实验名称:动态8字数码管显示 功能:数码管显示123456 作者:http://www.mcuprog.com 05-02-01 */ #include //LCD的口线 sbit E=P3^5; sbit RW=P3^6; sbit RS=P3^7; //8字LED的连接方法 //P0.7 P.06 P0.5 P0.4
www.eeworm.com/read/152080/12145354

c rs232.c

/*实验名称:RS232通信实验 功能:接收电脑送过来的数据,并且显示16进制数,并将数据回传到电脑 作者:http://www.mcuprog.com 05-02-01 */ #include //LCD的口线 sbit E=P3^5; sbit RW=P3^6; sbit RS=P3^7; //8字LED的连接方法 //P0.7