代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/312755/13605349

h c8051f340.h

//----------------------------------------------------------------------------- // C8051F340.h //----------------------------------------------------------------------------- // Copyright 2005 Sili
www.eeworm.com/read/312755/13605352

h c8051f340.h

//----------------------------------------------------------------------------- // C8051F340.h //----------------------------------------------------------------------------- // Copyright 2005 Sili
www.eeworm.com/read/312755/13605366

h c8051f340.h

//----------------------------------------------------------------------------- // c8051F340.h //----------------------------------------------------------------------------- // Copyright 2005 Sili
www.eeworm.com/read/312755/13605403

h c8051f340.h

//----------------------------------------------------------------------------- // C8051F340.h //----------------------------------------------------------------------------- // Copyright 2005 Sili
www.eeworm.com/read/312755/13605406

h c8051f340.h

//----------------------------------------------------------------------------- // C8051F340.h //----------------------------------------------------------------------------- // Copyright 2005 Sili
www.eeworm.com/read/312689/13606275

lst dsplay.lst

C51 COMPILER V8.08 DSPLAY 03/04/2008 13:17:58 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE DSPLAY OBJECT MODULE PLACED IN
www.eeworm.com/read/311644/13628380

txt io2430.txt

/************************************************************************************************** * - ioCC2430.h - * * Special header for the Chipcon CC2
www.eeworm.com/read/309517/13669666

lst main.lst

C51 COMPILER V7.06 MAIN 10/16/2006 16:14:29 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/309517/13669682

c main.c

/************************************************************************************* 五.数码管动态显示 DPY工作室 ************************************************************************************
www.eeworm.com/read/309453/13670911

c led.c

#include #define uint unsigned int #define uchar unsigned char sbit P10=P1^0; //sbit是单片机c程序新的关键字,用于定义位变量 void Delay(uint i)//延时程序,i是时间参数 { uint j; for(;i>0;i--) for(j=0;j