代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/447004/7561111

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/447004/7561159

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/446489/7577670

c dmx512.c

#include "reg51.h" sfr T2CON =0XC8; sfr T2MOD =0XC9; sfr RCAPL2=0XCA; sfr RCAPH2=0XCB; sfr TH2 =0XCC; sfr TL2 =0XCD; sbit GREEN = P1^0; sbit BLUK = P1^1; sbit YELLOW= P1^2; sbit R
www.eeworm.com/read/446379/7580553

c mf.c

//用31来模拟串口,向PC发送数据 //波特率4800 bit/s 每一位208us #include #define uchar unsigned char uchar c1;//分别用来存储K1-K4 sbit led=P1^0; sbit k1=P2^4;//按钮K1 sbit k2=P2^5;//按钮K2 sbit tx=P3^1;//模拟串
www.eeworm.com/read/445890/7588873

c controler.c

#include #define LEDLen 3 sbit OUT0 = P1^0; sbit OUT1 = P1^1; sbit OUT2 = P1^2; sbit OUT3 = P1^3; sbit OUT4 = P1^4; sbit OUT5 = P1^5; sbit OUT6 = P1^6; sbit OUT7 = P1^7; int
www.eeworm.com/read/445044/7600043

lst cc6.lst

C51 COMPILER V7.50 CC6 10/12/2005 16:46:09 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE CC6 OBJECT MODULE PLACED IN CC6
www.eeworm.com/read/444804/7605829

c cs17-2.c

#include #define uchar unsigned char #define uint unsigned int uchar code SEG7[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; uchar code ACT[4]={0xfe,0xfd,0xfb,0xf7}; /****
www.eeworm.com/read/444804/7605832

lst cs17-2.lst

C51 COMPILER V7.06 CS17_2 02/23/2007 15:14:10 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE CS17_2 OBJECT MODULE PLACED IN
www.eeworm.com/read/443731/7624694

h reader.h

/**************************************************************************** * * File: READER.H(HEADER for all fil
www.eeworm.com/read/442976/7640725

c 可预置计数器.c

/* 标题:计数器程式 08-11-29 版本:1.0 Target:89c52 程序描述: 共阳七段显示器。*/ /* ***************************************************** */ #include #include #define uint unsigned i