代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/199602/7843642
h timer.h
www.eeworm.com/read/199560/7845371
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/199560/7845393
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/434589/7857360
vbp timer.vbp
Type=Exe
Form=Timer.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
IconForm="form1"
Startup="form1"
ExeName32="Timer.exe"
Command32=""
www.eeworm.com/read/434589/7857363
frm timer.frm
VERSION 5.00
Begin VB.Form form1
BackColor = &H00404040&
BorderStyle = 1 'Fixed Single
Caption = "Clock"
ClientHeight = 1245
ClientLeft = 408
www.eeworm.com/read/434589/7857366
exe timer.exe
www.eeworm.com/read/434565/7859279
c timer.c
void time0() //产生2600HZ方波
{
P1_7 =! P1_7;
flag++;
TH0 = 0xFF;
TL0 = 0x6F;
}
void time1() //产生2577HZ方波
{
P1_7 =! P1_7;
flag++;
TH0 = 0xFF;
TL0 = 0x9B;
}
void t
www.eeworm.com/read/399343/7868551
h _timer.h
extern void _delay_1ms(uint _1ms);
extern void _delay_100us() ;
extern void _delay_10ms(int j);
www.eeworm.com/read/399336/7868920
c timer.c
//modify by TI803
#include "timer.h"
/*-------------------------------------------------------------------------*/
/* timer_start() - used to start TIMER */
/*-