代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/186118/8958870

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/186118/8958939

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/186118/8958948

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/427047/8981107

c main.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/427047/8981394

lst main.lst

C51 COMPILER V6.23a MAIN 11/24/2002 21:27:04 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN m
www.eeworm.com/read/427047/8981404

c main.c

#ifdef MONITOR51 /* Debugging with Monitor-51 needs */ char code reserve [3] _at_ 0x23; /* space for serial interrupt if */ #endif
www.eeworm.com/read/427047/8981557

lst main.lst

C51 COMPILER V6.23a MAIN 11/14/2002 00:32:15 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN m
www.eeworm.com/read/427047/8981573

c main.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/185763/8987007

h sys.h

#include #define UCHAR unsigned char #define UINT unsigned int #define TRUE 1 #define FALSE 0 #define TIMER0 -2000//-800 #define LOCALCELL 0x05 //the address of the
www.eeworm.com/read/426630/9009079

lst main.lst

C51 COMPILER V6.23a MAIN 11/24/2002 21:27:04 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN m