代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/422296/10645558

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/422296/10645572

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/351471/10648501

txt c51led.txt

//单片机I/O 口驱动LCD 显示 NAME LcdDriver $include(STC89C51RC.h) ;************************************************************************************** ;the LCD is 1/3 duty and 1/3 bias; 3Com*24Seg; 9 di
www.eeworm.com/read/276878/10698776

c fed.c

#include #define uchar unsigned char #define uint unsigned int uint a,b,c,d; sbit xinc=P1^0; sbit xud=P1^1; sbit xcs=P1^2; sbit add1=P2^0; sbit P2_7=P2^7; void delay(uint z)/*0.1m
www.eeworm.com/read/350912/10699148

lst text1.lst

C51 COMPILER V7.06 TEXT1 08/04/2007 10:21:51 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE TEXT1 OBJECT MODULE PLACED IN T
www.eeworm.com/read/421724/10705031

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/421724/10705582

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/421724/10706071

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/421724/10706077

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/421724/10706113

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