代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/167947/9945756
lst ezregs.lst
C51 COMPILER V6.10 EZREGS 06/22/2006 16:09:19 PAGE 1
C51 COMPILER V6.10, COMPILATION OF MODULE EZREGS
OBJECT MODULE PLACED IN
www.eeworm.com/read/167764/9953103
c 2.c
#include
#include
#define Uchar unsigned char
#define Uint unsigned int
#define Display P1
#define Adadd 0xfef8
Uchar bdata a=0,b=0,d=0;
sbit ledgnd=P3
www.eeworm.com/read/362943/9973529
c m32_16.c
/*
mu通过减小m值,加速;md通过增大m值,减速
nu通过增大n值,加速,nd通过减小n值,减速
*/
#include
sbit mu=P1^4;
sbit md=P1^5;
sbit nu=P1^6;
sbit nd=P1^7;
unsigned char m=10,n=8;
//阴码,逐列式
char code table[]={
0x
www.eeworm.com/read/362942/9973620
c p10_1.c
#include "REG51.H"
void Delay()
{
int i, j, k;
for( i = 0; i < 5; i ++ )
{
for( j = 0; j < 0x82; j ++ )
{
for( k = 0; k < 0xff; k ++ )
{
}
}
}
}
sbit P3_7 = P3^7;
www.eeworm.com/read/362942/9973771
c p18_1.c
#include "REG51.h"
sbit P0_0 = P0^0;
sbit P3_2 = P3^2;
void Delay() //延时函数
{
unsigned char i, j;
for( i = 0; i < 28; i ++ )
{
for( j = 0; j < 88; j ++ )
{
}
}
}
void Sound
www.eeworm.com/read/362938/9975143
c d.c
#include "reg52.h"
#include "intrins.h"
#include "absacc.h"
#define uchar unsigned char
#define uint unsigned int
sbit T0831_SK=P2^4;//时钟I/O端口
sbit T0831_DO=P2^2;//数据I/O端口
sbit dula=P2^6;
sbit
www.eeworm.com/read/362938/9975154
lst d.lst
C51 COMPILER V7.06 D 07/23/2007 08:57:54 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE D
OBJECT MODULE PLACED IN d.OBJ
www.eeworm.com/read/362823/9979578
c lcd2.c
#include
#include
#define uchar unsigned char
uchar idata GOOD[5]={0x47,0x4f,0x4f,0x44,0x00};
sbit EN=P2^2; //*E=1 Data enable;*//
sbit RS=P2^0; //*RS=1 Transferr
www.eeworm.com/read/166718/10006075
c hello.c
/*------------------------------------------------------------------------------
HELLO.C
Copyright 1995-2005 Keil Software, Inc.
------------------------------------------------------------------
www.eeworm.com/read/166167/10030895
txt 中原.txt
#include
#include
#define p3_2 p3.2
unsigned char data segg[10]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
void delay(unsigned int k);
unsigned g;
unsigned a,b,c,d