代码搜索:OneLED
找到约 90 项符合「OneLED」的源代码
代码结果 90
www.eeworm.com/read/352250/10570523
c oneled.c
#include //预处理命令
void main(void) //主函数名
{
//这是第一种注释方式
unsigned int a; //定义变量a为int类型
/*
这是第二种注释方式
*/
do{ //do while组成循环
for (a=0; a
www.eeworm.com/read/399878/7829119
plg oneled.plg
礦ision2 Build Log
Project:
D:\MyData\其它\我的文章\C51\c\p3_1\OneLED.uv2
Project File Date: 04/08/2003
Output:
www.eeworm.com/read/399878/7829121
opt oneled.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/399878/7829125
c oneled.c
#include //预处理命令
void main(void) //主函数名
{
//这是第一种注释方式
unsigned int a; //定义变量a为int类型
/*
这是第二种注释方式
*/
do{ //do while组成循环
for (a=0; a
www.eeworm.com/read/141072/13044844
hex oneled.hex
:040046008E0A8F0B84
:10004A00E50B150BAE0A7002150AD39400EE940064
:10005A004011E4F50CE50CC3941F50E41200CC05E2
:03006A000C80F215
:01006D002270
:0400CC00000000220E
:02006E008F08F9
:10007000E4F509E5
www.eeworm.com/read/141072/13044864
lst oneled.lst
C51 COMPILER V7.20 ONELED 10/30/2004 11:18:07 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE ONELED
OBJECT MODULE PLACED IN
www.eeworm.com/read/141072/13044870
c oneled.c
/*#include
sbit gate=P2^0;
void main(void)
{
unsigned int i,j;
while(1)
{
for(i=1000;i>0;i--);
for(j=1000;j>0;j--);
gate=!gate;
}
}
#include
#include
www.eeworm.com/read/141072/13044875
plg oneled.plg
礦ision2 Build Log
Project:
D:\编程\串口调试\oneLed.uv2
Project File Date: 10/30/2004
Output:
www.eeworm.com/read/141072/13044876