代码搜索:光子计数
找到约 7,260 项符合「光子计数」的源代码
代码结果 7,260
www.eeworm.com/read/172366/9711133
asm 10进制计数器.asm
ORG 00H
MOV P3,#20H
ST: SETB P2.0
NOP
NOP
NOP
CLR P2.0
JMP ST
RET
www.eeworm.com/read/415821/11051955
c 定时计数器.c
#include
//sbit p=P2^5;
void main()
{
EA=1;
TMOD=0x01;
ET0=1;
TH0=0x00;
TL0=0x00;
TR0=1;
while(1);
}
void time1() interrupt 1
{
TH0=0xd8;
TL0=0xf0;
P1=~P1;
www.eeworm.com/read/415821/11051963
hex 定时计数器.hex
:10000E00D2AF758901D2A9E4F58CF58AD28C80FE27
:03000B0002002AC6
:0A002A00758CD8758AF06390FF32E0
:0300000002001EDD
:0C001E00787FE4F6D8FD75810702000E23
:00000001FF
www.eeworm.com/read/415821/11051967
plg 定时计数器.plg
礦ision3 Build Log
Project:
C:\Users\吴敦为\Desktop\暑假工作室\定时计数器的运用\定时计数器.uv2
Project File Date: 07/21/2008
Output:
Build target 'Target 1'
compil
www.eeworm.com/read/415821/11051969
obj 定时计数器.obj
www.eeworm.com/read/415821/11051977
opt 定时计数器.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/415821/11051988
lst 定时计数器.lst
C51 COMPILER V7.50 定时计数芲 07/22/2008 10:53:48 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 定时计数芲
OBJECT MODULE PLACED IN 定时计数器.
www.eeworm.com/read/415821/11051994
pwi 定时计数器.pwi
www.eeworm.com/read/415821/11051999
dsn 定时计数器.dsn
www.eeworm.com/read/249826/12470443
bak 99秒计数_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {