代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/482602/6619544
obj timer.obj
www.eeworm.com/read/482602/6619548
lst timer.lst
C51 COMPILER V7.06 TIMER 05/07/2009 08:52:36 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/482602/6619556
c timer.c
/**********************************************
* File: Timer.C
* Description: Timer Function
* Created Date: 2007-10-01
* Last Modified: 2007-10-01
* Author: Jeffrey - Schicksal@126
www.eeworm.com/read/482602/6619557
h timer.h
#ifndef _H_TIME
#define _H_TIME
void TIMER_Init();
void TIMER_Start();
void Display_Time();
void Check_Alarm();
#endif
www.eeworm.com/read/482178/6628812
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
www.eeworm.com/read/482178/6628843
c timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY
www.eeworm.com/read/481996/6635030
cpp _timer.cpp
// _Timer.cpp: implementation of the C_Timer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "bmpconverter.h"
#include "_Timer.h"
www.eeworm.com/read/481996/6635048
h _timer.h
// _Timer.h: interface for the C_Timer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX__TIMER_H__4EBC842C_CE35_4EBF_B026_C47AC2F0FED1__INCLUDED_)
www.eeworm.com/read/481537/6642816
c timer.c
/*
* linux/kernel/timer.c
*
* Kernel internal timers, basic process system calls
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 1997-01-28 Modified by Finn Arne Gangstad to make timers s
www.eeworm.com/read/481225/6645106