代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/379877/9173193

lst main.lst

C51 COMPILER V8.08 MAIN 10/18/2008 19:47:34 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/379877/9173195

bak 复件 main.c.bak

#include #include sbit sousel = P1^7; sbit ch0 = P1^6; sbit ch1 = P1^5; sbit ch2 = P1^4; sbit ch3 = P1^3; sbit ch4 = P1^2; sbit ch5
www.eeworm.com/read/182668/9196607

c do_1543.c

#include "reg51.h" #include "string.h" #include "intrins.h" #include "stdlib.h" sbit EOC=P1^0; sbit CLOCK=P1^1; sbit ADDR=P1^2; sbit DATAOUT=P1^3; sbit _CS=P1^4; #define uint unsigned i
www.eeworm.com/read/182499/9201214

h definedmcupin.h

#ifndef definedMCUPin #define definedMCUPin //低3位是选模式,接着4位选用数据 #define UserOrder P0 //define DDS address or data control signal rout to MCU pin //the sequence number is opposite to
www.eeworm.com/read/182345/9206880

lst 温度测量.lst

C51 COMPILER V7.09 温度瞋量 06/23/2005 21:02:16 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE 温度瞋量 OBJECT MODULE PLACED IN 温度测量.O
www.eeworm.com/read/182345/9206883

c 温度测量.c

#include #include #define uchar unsigned char #define uint signed int #define uuchar signed char #define k1 P3_1 //k1功能键 #define k2 P3_2 //k2加键 #define k3 P3_
www.eeworm.com/read/182190/9212783

h regc51fx.h

/*------------------------------------------------------------------------- Register Declarations for 8xC51FA / 8xC51FB / 8xC51FC Processor EPROM : 8k x 8 / 16k x 8 / 32k x 8
www.eeworm.com/read/378481/9229590

c sh408.c

#include #include #define uchar unsigned char #define uint unsigned int sbit P1_0=P1^0; // 引脚连接关系 sbit P1_1=P1^1; sbit P1_2=P1^2; uchar readclk(uchar addr) { uc
www.eeworm.com/read/378481/9229643

c sh102.c

#include #define uint unsigned int sbit gate1=P2^0; // 定义P2-0口 sbit gate2=P2^1; // 定义P2-1口 sbit gate3=P2^2; // 定义P2-2口 sbit gate4=P2^3; // 定义P2-3口 void main(v
www.eeworm.com/read/378481/9229651

c sh101.c

#include sbit gate=P2^0; // 定义P2-0口 void main(void) { unsigned int i,j; while(1) { for(i=1000;i>0;i--) for(j=1000;j>0;j--); // 双重循环,延时约1秒 gate=!gate;