代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/301548/13857230

c 转弯.c

/************************************************************** 头文件预处理: **************************************************************/ #include #include #include
www.eeworm.com/read/124109/6056031

h reg51.h

/*------------------------------------------------------------------------- Register Declarations for 8051 Processor Written By - Sandeep Dutta . sandeep.dutta@usa.net (1998) Thi
www.eeworm.com/read/124109/6056041

h 8051.h

/*------------------------------------------------------------------------- Register Declarations for the Intel 8051 Processor Written By - Bela Torok / bela.torok@kssg.ch (July 2000) This
www.eeworm.com/read/124109/6056049

h ds80c390.h

/*------------------------------------------------------------------------- Register Declarations for the DALLAS DS80C390 Processor far from complete, e.g. no CAN Written By - Johan Knol, jo
www.eeworm.com/read/124109/6056057

h regc515c.h

/***************************************************************************** |* |* MODULE: regc515c.h |* |* This file contains definitions for the builtin CAN-Bus Controller of |
www.eeworm.com/read/488982/6481104

c led.c

#include sbit K1=P1^0; sbit LED1=P0^0; sbit K2=P1^1; sbit LED2=P0^1; sbit K3=P1^2; sbit LED3=P0^2; sbit K4=P1^3; sbit LED4=P0^3; void main(void) { while(1) { i
www.eeworm.com/read/403689/11512960

c shuiwei.c

#include #include #define uchar unsigned char #define uint unsigned int uchar code SEG7[10]={0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07,0x7f, 0x6f }; sbit L0=P1^0; s
www.eeworm.com/read/403429/11517376

txt sda.txt

#include #define uchar unsigned char #define uint unsigned int uchar xingqi,nian,yue,ri,xiaoshi,miao; uchar dd; uchar x,y,c; sbit clk=P1^0; sbit dat=P1^1; sbit rst=P1^2; sbit A0=ACC^
www.eeworm.com/read/401210/11561722

lst startup400.lst

AX51 MACRO ASSEMBLER STARTUP400 16/11/04 11:30:41 PAGE 1 MACRO ASSEMBLER AX51 V2.11 OBJECT MODULE PLACED IN c:\keil\projects\libra
www.eeworm.com/read/261707/11627738

c s52转弯.c

#include sbit P1_0=P1^0; sbit P1_1=P1^1; sbit P1_2=P1^2; sbit P1_3=P1^3; void delay(void); main() {unsigned char deng; P1_0=0; P1_1=0; P1_2=0; P1_3=0; for(;;) {deng=