代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/464779/7155274
cpp timer.cpp
//////////////////////////////////////////////////////////////////////////////////////////
// TIMER.cpp
// functions for timer
// Downloaded from: www.paulsprojects.net
// Created: 20th July 2002
www.eeworm.com/read/464779/7155301
h timer.h
//////////////////////////////////////////////////////////////////////////////////////////
// TIMER.h
// timer class
// Downloaded from: www.paulsprojects.net
// Created: 20th July 2002
//
// Co
www.eeworm.com/read/464359/7164479
h timer.h
#ifndef _TIMER_H_
#define _TIMER_H_
/* ----- Timer Configuration Register1 Bit Pattern ------ */
#define TIMER0_CLK_DIVISOR_2 (0
www.eeworm.com/read/464359/7164497
c timer.c
/*************************************************************************/
/* */
/* The last modification date: 02-23-2004 */
/* REMARKS: Created initial v
www.eeworm.com/read/464359/7164499
h timer.h
#ifndef _TIMER_H_
#define _TIMER_H_
/* ----- Timer Configuration Register1 Bit Pattern ------ */
#define TIMER0_CLK_DIVISOR_2 (0
www.eeworm.com/read/463900/7173650
c timer.c
/*****************************************************************************
*
* Timer
*
*****************************************************************************
* FileName: T
www.eeworm.com/read/463900/7173655
h timer.h
/*****************************************************************************
*
* Timer
*
*****************************************************************************
* FileName:
www.eeworm.com/read/463312/7183473
dsn timer(soft).dsn
www.eeworm.com/read/463312/7183475
plg timer(soft).plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\33 Timer(Soft)\Timer(Soft).uv2
Project File Date: 06/30/2006
www.eeworm.com/read/463312/7183477
asm timer(soft).asm
ORG 00H
START: MOV DPTR,#TABLE ;设置段码表首地址
MOV R0,#00H ;计数值初始化
S1: MOV P3,#00H
MOV P2,#00H ;数码显示初始化
S2: MOV R1,#10
MOV A,R0
MOV B,R1
DIV AB ;分离计数值的十位和个位