代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/377104/9295347
h timer.h
/* Timer.h
*
* Accurate timing.
*
* #define one of the following values to select the appropriate code
* based on your microcontroller and desired Timer/Counter (T/C) usage.
*
* define T/
www.eeworm.com/read/377104/9295353
cpp timer.cpp
/* Timer.cpp
*
* Accurate timing.
*
* #define one of the following values to select the appropriate code
* based on your microcontroller and desired Timer/Counter (T/C) usage.
*
* define
www.eeworm.com/read/180601/9301539
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/376895/9301936
h timer.h
// Copyright (C) 2002 Ultr@VNC Team Members. All Rights Reserved.
// Copyright (C) 2000-2002 Const Kaplinsky. All Rights Reserved.
// Copyright (C) 2002 RealVNC Ltd. All Rights Reserved.
// Cop
www.eeworm.com/read/376895/9301995
cpp timer.cpp
// Copyright (C) 2002 Ultr@VNC Team Members. All Rights Reserved.
// Copyright (C) 2000-2002 Const Kaplinsky. All Rights Reserved.
// Copyright (C) 2002 RealVNC Ltd. All Rights Reserved.
// Cop
www.eeworm.com/read/180570/9302184
c timer.c
#include "global.h"
//intTimerB0.c
uchar red_vector1;
ulong sumcount;
uint count=0;
uchar uart_flg=0;
long Q1[]={280,320,150,180,140,280,
150,600,100,230,100,280,
320,150
www.eeworm.com/read/376739/9309461
lib timer.lib
www.eeworm.com/read/180108/9319122
obj timer.obj
www.eeworm.com/read/180108/9319140