代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
/*! \file timer.c \brief System Timer function library. */
//*****************************************************************************
//
// File Name : 'timer.c'
// Title : System Timer func
timer.h
/*! \file timer.h \brief System Timer function library. */
//*****************************************************************************
//
// File Name : 'timer.h'
// Title : System Timer func
timer.asm
*********************************************************************************
* UART.ASM v1.00 *
* 版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计者
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
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
timer.cpp
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 19:15
// 名前: tiamo
// 描述: timer routine
//*************************************************
timer.h
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 18:57
// 名前: tiamo
// 描述: timer routine
//*************************************************
timer.cpp
//********************************************************************
// 日期: 2004/08/13 - 13:8:2004 1:03
// 名前: tiamo
// 描述: timer
//*********************************************************
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph