代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/424366/10457578

lst 10.3.lst

C51 COMPILER V6.20c 10_3 09/02/2001 15:03:44 PAGE 1 C51 COMPILER V6.20c, COMPILATION OF MODULE 10_3 OBJECT MODULE PLACED IN 1
www.eeworm.com/read/353213/10463005

c myproj.c

#include #include typedef unsigned char BYTE; sbit CS1=P2^5; sbit CS2=P2^6; sbit RST=P2^7; sbit RS=P2^2 ; sbit RW=P2^1; sbit E=P2^0; BYTE X=0; BYTE Y=0; void de
www.eeworm.com/read/424283/10466823

c jiang2.c

#include unsigned int i; sbit a1=P1^0; sbit a2=P1^1; sbit a3=P1^2; sbit a4=P1^3; sbit a5=P1^4; sbit a6=P1^5; sbit a7=P1^6; sbit a8=P1^7; void delay(unsigned int i); void main() {
www.eeworm.com/read/353036/10477087

lst kg.lst

C51 COMPILER V7.02b KG 08/01/2008 14:46:13 PAGE 1 C51 COMPILER V7.02b, COMPILATION OF MODULE KG OBJECT MODULE PLACED IN KG.
www.eeworm.com/read/278991/10484277

c text1.c

#include #define uchar unsigned char sbit K1=P3^0; sbit K2=P3^1; sbit K3=P3^2; sbit L1=P1^0; sbit L2=P1^1; sbit L3=P1^2; uchar s; void main(void) { while(1) { i
www.eeworm.com/read/424180/10485164

h testregs.h

#ifndef TESTREGS_H #define TESTREGS_H #ifndef TESTHEADER_H #error include 'testheader.h' before including this file. #endif #define bmSTRETCH 0x07 #define FW_STRETCH_VALUE 0x0 sfr SP
www.eeworm.com/read/352973/10486340

c 键盘显示.c

#include sbit a0=P2^0; sbit a1=P2^1; sbit a2=P2^2; sbit a3=P2^3; sbit a4=P2^4; sbit a5=P2^5; sbit a6=P2^6; sbit a7=P2^7; unsigned char i,j,k,l,m,n,temp,function,shijian=0;
www.eeworm.com/read/278675/10519330

c 10.3.c

#include //绝对地址访问函数 #include //各种不同类型的数学函数 #include #define uchar unsigned char sbit P1_0=P1^0; sbit P1_1=P1^1; sbit P1_2=P1^2; sbit P1_3=P1^3; sbit P1_4
www.eeworm.com/read/278675/10519349

lst 10.3.lst

C51 COMPILER V6.20c 10_3 09/02/2001 15:03:44 PAGE 1 C51 COMPILER V6.20c, COMPILATION OF MODULE 10_3 OBJECT MODULE PLACED IN 1
www.eeworm.com/read/352662/10529033

lst main.lst

C51 COMPILER V6.23a MAIN 11/24/2002 21:27:04 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN m