代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/373695/9442745
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/177192/9465853
h c_code.h
#define LcmLengthDots 240
#define LcmWidthDots 64
char xdata LcmDataPort _at_ 0x2000;
char xdata LcmCmdPort _at_ 0x2004;
sbit AD_BUSY = P1^2;
sbit AD_A0 = P1^3;
sbit A
www.eeworm.com/read/176597/9490745
c main.c
//****************************************************************************
//文件名:main.c
//描述: 步进电机驱动主函数,使用C8051F330。
//版本:1.0 2005-11-11
//*****************************************************
www.eeworm.com/read/372315/9513873
txt 05-22 黄灯不闪ok.txt
#include
#define uchar unsigned char
sbit p00=P0^0;
sbit p01=P0^1;
sbit p02=P0^2;
sbit p03=P0^3;
sbit p04=P0^4;
sbit p05=P0^5;
sbit left=P0^6;
sbit right=P0^7;
sbit p20=P2^0;
www.eeworm.com/read/371697/9541257
c s_ motor-key.c
#include //51芯片管脚定义头文件
//#include //内部包含延时函数 _nop_();
#define uchar unsigned char
#define uint unsigned int
uchar code FFW[8]={0xf1,0xf3,0xf2,0xf6,0xf4,0xfc,0xf
www.eeworm.com/read/175504/9543552
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
www.eeworm.com/read/170501/9802809
lst 7.lst
C51 COMPILER V7.06 7 05/12/2006 19:27:59 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 7
OBJECT MODULE PLACED IN 7.OBJ
www.eeworm.com/read/170501/9802900
c 6.c
/**********************************/
/* 交通灯控制系统 */
/* 设计:陈金玉 吴振铨 */
/* 广东工业大学信息工程学院 */
/* 04应用电子2班 */
/* 2006年4月25日 */
/****
www.eeworm.com/read/170501/9802934
txt 新建 文本文档 (2).txt
/**********************************/
/* 交通灯控制系统 */
/* 设计:陈金玉 吴振铨 */
/* 广东工业大学信息工程学院 */
/* 04应用电子2班 */
/* 2006年4月25日 */
/****
www.eeworm.com/read/170501/9802939
lst 6.lst
C51 COMPILER V7.06 6 05/08/2006 21:50:17 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 6
OBJECT MODULE PLACED IN 6.OBJ