代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/449555/7500896
lst text1.lst
C51 COMPILER V8.05a TEXT1 05/10/2008 22:44:00 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN
www.eeworm.com/read/449555/7500897
c text1.c
#include
#define uchar unsigned char
#define uint unsigned int
sfr ldata=0x90; //P1 = LCD input
sbit rs=P2^6;
sbit rw=P2^5;
sbit en=P2^4;
sbit busy=P1^7;
void lcdready();
www.eeworm.com/read/448182/7538526
c l3-9.c
/**********************************************************************
程序名称:L3-9.c
程序功能:理解、掌握for语句的使用方法
程序作者:张三
创建时间:2008-3-28
*******************************************************************
www.eeworm.com/read/448182/7538534
c l3-2.c
/**********************************************************************
程序名称:L3-2.c
程序功能:演示if语句的使用方法
程序作者:张三
创建时间:2008-3-28
**********************************************************************/
www.eeworm.com/read/448126/7539996
h ezregs.h
//-----------------------------------------------------------------------------
// File: ezregs.h
// Contents: EZ-USB register declarations and bit mask definitions.
//
// Copyright (c) 1997 Anch
www.eeworm.com/read/447004/7560801
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
char code dx516[3] _at_ 0x003b;//这是为了仿真设置的
sbit P10=P1
www.eeworm.com/read/447004/7560921
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sb
www.eeworm.com/read/447004/7561075
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sb
www.eeworm.com/read/447004/7561077
lst main.lst
C51 COMPILER V7.07 MAIN 07/02/2006 18:15:22 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/447004/7561087
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sb