代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/271405/10998036

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/271405/10998107

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
www.eeworm.com/read/271405/10998115

c sh101.c

#include sbit gate=P2^0; // 定义P2-0口 void main(void) { unsigned int i,j; while(1) { for(i=1000;i>0;i--) for(j=1000;j>0;j--); // 双重循环,延时约1秒 gate=!gate; // 对P-0口取反,控制小灯的
www.eeworm.com/read/416595/11020038

c trykeyboard1.c

#include #define unit unsigned int #define uchar unsigned char void delay(); void BeepCount (uchar x); uchar KeyDown(void); uchar KeyUp(void); uchar KeyNum(void);
www.eeworm.com/read/416528/11021457

c main.c

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

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了 sbit P11 = P1^1; sb
www.eeworm.com/read/416528/11022169

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了 sbit P11 = P1^1; sb
www.eeworm.com/read/416528/11022175

lst main.lst

C51 COMPILER V7.07 MAIN 07/02/2006 18:15:22 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/416528/11022203

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了 sbit P11 = P1^1; sb
www.eeworm.com/read/416528/11022265

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了 sbit P11 = P1^1; sb