代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/223736/14618636
lst shuiben.lst
C51 COMPILER V7.01 SHUIBEN 12/14/2006 14:38:31 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE SHUIBEN
OBJECT MODULE PLACED IN
www.eeworm.com/read/165393/5483170
h reg51.h
/*-------------------------------------------------------------------------
Register Declarations for 8051 Processor
Written By - Sandeep Dutta . sandeep.dutta@usa.net (1998)
Thi
www.eeworm.com/read/165393/5483181
h 8051.h
/*-------------------------------------------------------------------------
Register Declarations for the Intel 8051 Processor
Written By - Bela Torok / bela.torok@kssg.ch (July 2000)
www.eeworm.com/read/165393/5483189
h ds80c390.h
/*-------------------------------------------------------------------------
Register Declarations for the DALLAS DS80C390 Processor
far from complete, e.g. no CAN
Written By - Johan Knol
www.eeworm.com/read/165393/5483196
h regc515c.h
/*****************************************************************************
|*
|* MODULE: regc515c.h
|*
|* This file contains definitions for the builtin CAN-Bus Controller of
|
www.eeworm.com/read/393915/8255469
c 1.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit P3_4=P3^4;
sbit P1_0=P1^0;
sbit P3_5=P3^5;
sbit P3_6=P3^6;
sbit P3_7=P3^7;
uchar code table[]={0x3f,0x06,0x5b,0x4
www.eeworm.com/read/173937/9629303
c main.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar r=0;
uchar t=0;
uchar ge=0;
uchar shi=0;
uchar count=0;
uchar n=0;
bit state=0;
sbit motoA1=P2^
www.eeworm.com/read/367908/9723088
c 2.c
#include
sbit K1=P3^0;
sbit L1=P1^0;
void main(void)
{
while(1)
{
if(K1==0)
{
L1=0; //灯亮
}
else
{
L1=1; /
www.eeworm.com/read/367908/9723270
c 12.c
#include
sbit P3_6=P3^6;
sbit P3_7=P3^7;
unsigned char curcount;
void delay10ms(void)
{
unsigned char i,j;
for(i=20;i>0;i--)
for(j=248;j>0;j--);
}
void main(void)
{
www.eeworm.com/read/171529/9747243
lst startup400.lst
AX51 MACRO ASSEMBLER STARTUP400 25/06/04 10:50:46 PAGE 1
MACRO ASSEMBLER AX51 V2.11
OBJECT MODULE PLACED IN c:\keil\projects\libra