代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/468019/6998013
c main.c
#include
#include
#define TRUE 0x1
#define FALSE 0x0
typedef unsigned int uint;
typedef unsigned char uchar;
sbit keyOne=P1^0; //--setkey
sbit keyTwo=P1^1; //--number i
www.eeworm.com/read/467695/7000074
c keyboard.c
#include
#define uchar unsigned char
sbit ENDIS=P0^7; //LED显示输出
sbit ENLED=P0^6; //LED共极使能
sbit SPK=P2^7; //喇叭输出脚
delay(int z) //延时子程序
{ int x,y;
for (x=z;x>0;x--)
f
www.eeworm.com/read/467254/7008322
c 30-1.c
#include
sbit P10=P1^0;
sbit P11=P1^1;
int i,j,m;
void main(void)
{
for(m=0;m
www.eeworm.com/read/467254/7008334
c 30-11.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/467254/7008339
lst 30-14-4.lst
C51 COMPILER V7.06 30_14_4 03/10/2009 17:01:21 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 30_14_4
OBJECT MODULE PLACED IN
www.eeworm.com/read/467254/7008366
c 30-14-4.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10=P1^0; //要控制的LED灯
sbit K1=P3^0; //按键K1,占空比增大
sbi
www.eeworm.com/read/467254/7008394
c 30-9.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/467254/7008397
c 30-12.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/467254/7008441
bak 30-1.c.bak
#include
sbit P10=P1^0;
sbit P11=P1^1;
int i,j,m;
void main(void)
{
for(m=0;m
www.eeworm.com/read/467254/7008462
c 30-14-7.c
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#include
sbit P10=P1^0;
//sbit K1=P3^0;
static uchar T;
static uchar D;
void main(void)
{
TMOD=