代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/283278/9031669

h can_showdef.h

# define uchar unsigned char # define uint unsigned int # define NOP5 {_nop_();_nop_();_nop_();_nop_();_nop_();}/*延时5us*/ #define N_can 13//一帧字节数 bit TXD_flag = 0;// 若为1
www.eeworm.com/read/283278/9031732

h can_def.h

# define uchar unsigned char # define uint unsigned int # define NOP5 {_nop_();_nop_();_nop_();_nop_();_nop_();}/*延时5us*/ #define N_can 13//一帧字节数 bit TXD_flag = 0;// 若为1
www.eeworm.com/read/382205/9042076

lst 51.lst

C51 COMPILER V7.04 51 10/09/2008 16:47:44 PAGE 1 C51 COMPILER V7.04, COMPILATION OF MODULE 51 OBJECT MODULE PLACED IN 51.O
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/381989/9059757

c dacontrol.c

#include #include #include sbit Mode1=P2^0; //调制模式1的输入 sbit Mode2=P2^1; //调制模式2的输入 sbit Mode3=P2^2; //调制模式3的输入 sbit Mode4=P2^3; //调制模式4的输入 void main
www.eeworm.com/read/282464/9092496

c djs.c

#include sbit Key_UP=P1^0; sbit Key_DOWN=P1^1; unsigned char KeyV,TempKeyV; //sbit P30=P3^4; sbit P35=P3^5; sbit P36=P3^6; sbit P37=P3^7; sbit JDQ=P2^0; unsigned int js;
www.eeworm.com/read/282247/9108960

c s_ motor-key.c

/****************************************************** //write by liwei //QQ 329044941 //liwei329044941 ******************************************************/ #include
www.eeworm.com/read/282034/9123149

lst smjp.lst

C51 COMPILER V3.20, SN-50203648 SMJP 10/03/07 22:18:25 PAGE 1 DOS C51 COMPILER V3.20, COMPILATION OF MODULE SMJP OBJECT MODULE PLACED
www.eeworm.com/read/282034/9123198

c paoma.c

#include sbit led1=P1^0; sbit led2=P1^1; sbit led3=P1^2; sbit led4=P1^3; sbit led5=P1^4; void delayms(unsigned int i); main() { while(1) { led1=1; delayms
www.eeworm.com/read/379877/9173189

c 复件 main.c

#include #include sbit sousel = P1^7; sbit ch0 = P1^6; sbit ch1 = P1^5; sbit ch2 = P1^4; sbit ch3 = P1^3; sbit ch4 = P1^2; sbit ch5