代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/330076/12917325
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_WDTimer(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/330076/12917439
c timer.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
void __irq Wdt_Int(void);
volatile int isWdtInt;
/*************************************
www.eeworm.com/read/243581/12932355
cc timer.cc
#if 0
Copyright (c) 2005-2006.
Written by Yakov Zaytsev. All rights reserved
Redistribution and use in source and binary forms, with or without
modification, are permitted provi
www.eeworm.com/read/243327/12948899
c timer.c
#include
#include
#include
#include
#include
#include
#include "timer.h"
/* Initialize timer */
TIMER *timer_init()
{
TIMER *time
www.eeworm.com/read/243327/12948902
h timer.h
#include
#include
#include
#include
#include
#include
#include
#ifndef _TIMER_H
#define _TIMER_H
#ifdef __cplusplus
e
www.eeworm.com/read/243129/12960747
c timer.c
www.eeworm.com/read/243129/12960798
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/142113/12961741
asm timer.asm
www.eeworm.com/read/142089/12963971
dfm timer.dfm
object frmTime: TfrmTime
Left = 362
Top = 206
Width = 267
Height = 199
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name
www.eeworm.com/read/142089/12964249
pas timer.pas
Unit Timer;
Interface
Uses
Windows,
Messages,
SysUtils,
Classes,
Graphics,
Controls,
Forms,
ExtCtrls,
Menus,
MacForm,
UnitBitmapRgn,
IniFiles,
Math,
Coo