代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/270983/11014142
obj timer.obj
www.eeworm.com/read/270983/11014147
h timer.h
/**********************************************************************
*
* Filename: timer.h
*
* Description: Header file for the Intel 8018xEB Timer class.
*
* Notes:
*
*
www.eeworm.com/read/270983/11014158
cpp timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar
www.eeworm.com/read/270983/11014172
obj timer.obj
www.eeworm.com/read/270975/11014454
c timer.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# include
# ifdef HAVE_ASSERT_H
# include
www.eeworm.com/read/270975/11014464
h timer.h
# ifndef LIBMAD_TIMER_H
# define LIBMAD_TIMER_H
typedef struct {
signed long seconds;
unsigned long fraction;
} mad_timer_t;
extern mad_timer_t const mad_timer_zero;
# define MAD_
www.eeworm.com/read/270973/11014490
dsn timer(soft).dsn
www.eeworm.com/read/270973/11014492
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/270973/11014495
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 ;分离计数值的十位和个位