代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/361468/10050583

c 救护车.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 //char code dx516[3] _at_ 0x003b;//这是为了仿真设置的 sbit LED1
www.eeworm.com/read/165293/10069669

c 10.3.c

#include //绝对地址访问函数 #include //各种不同类型的数学函数 #include #define uchar unsigned char sbit P1_0=P1^0; sbit P1_1=P1^1; sbit P1_2=P1^2; sbit P1_3=P1^3; sbit P1_4
www.eeworm.com/read/165293/10069674

lst 10.3.lst

C51 COMPILER V6.20c 10_3 09/02/2001 15:03:44 PAGE 1 C51 COMPILER V6.20c, COMPILATION OF MODULE 10_3 OBJECT MODULE PLACED IN 1
www.eeworm.com/read/360852/10075175

h keyboard_1.h

#include //#include #define uchar unsigned char #define uint unsigned int //本文件假定键盘接在P1口,P10~P1.3为输入线,P1.4~P1.7为输出线,输出0 sbit P30=P3^0; sbit P10=P1^0; sbit P11=P1^1; sbit
www.eeworm.com/read/165133/10075224

h ezregs.h

//----------------------------------------------------------------------------- // File: ezregs.h // Contents: EZ-USB register declarations and bit mask definitions. // // Copyright (c) 1997 Anch
www.eeworm.com/read/165133/10075269

h ezregs.h

//----------------------------------------------------------------------------- // File: ezregs.h // Contents: EZ-USB register declarations and bit mask definitions. // // Copyright (c) 1997 Anch
www.eeworm.com/read/165022/10078644

h ezregs.h

//----------------------------------------------------------------------------- // File: ezregs.h // Contents: EZ-USB register declarations and bit mask definitions. // // Copyright (c) 1997 Anch
www.eeworm.com/read/360097/10109734

h i2c.h

#ifndef _I2C_H_ #define _I2C_H_ sbit SCL=P2^4; sbit SDA=P2^5; #endif
www.eeworm.com/read/164330/10118117

c sh408.c

#include #include #define uchar unsigned char #define uint unsigned int sbit P1_0=P1^0; // 引脚连接关系 sbit P1_1=P1^1; sbit P1_2=P1^2; uchar readclk(uchar addr) { uc
www.eeworm.com/read/164327/10118203

c sh102.c

#include #define uint unsigned int sbit gate1=P2^0; // 定义P2-0口 sbit gate2=P2^1; // 定义P2-1口 sbit gate3=P2^2; // 定义P2-2口 sbit gate4=P2^3; // 定义P2-3口 void main(v