代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/200724/15426983
c timer.c
/*! \file timer.c \brief System Timer function library. */
//*****************************************************************************
//
// File Name : 'timer.c'
// Title : System Timer func
www.eeworm.com/read/200724/15427006
h timer.h
/*! \file timer.h \brief System Timer function library. */
//*****************************************************************************
//
// File Name : 'timer.h'
// Title : System Timer func
www.eeworm.com/read/200613/15428678
wks timer.wks
www.eeworm.com/read/200613/15428679
asm timer.asm
*********************************************************************************
* UART.ASM v1.00 *
* 版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计者
www.eeworm.com/read/200223/15437173
mmp timer.mmp
// Timer.mmp
//
// Copyright (c) 2005 CCNIIT. All rights reserved.
// using relative paths for source and userinclude directories
TARGET Timer.exe
TARGETTYPE exe
UID 0
www.eeworm.com/read/200223/15437175
cpp timer.cpp
// Timer.cpp
//
// Copyright (c) 2005 CCNIIT. All rights reserved.
//Author: Hewei
// version 1.0
//Date: 2005-10-20
// Example shows attempt to use avctive object to display local timer
www.eeworm.com/read/113855/15446911
cpp timer.cpp
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 19:15
// 名前: tiamo
// 描述: timer routine
//*************************************************
www.eeworm.com/read/113855/15446932
h timer.h
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 18:57
// 名前: tiamo
// 描述: timer routine
//*************************************************
www.eeworm.com/read/113855/15447013
cpp timer.cpp
//********************************************************************
// 日期: 2004/08/13 - 13:8:2004 1:03
// 名前: tiamo
// 描述: timer
//*********************************************************
www.eeworm.com/read/113775/15448833
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph