代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/493654/6388598
h timer.h
// -*-c++-*-
/***************************************************************************
timer.h
The timer class is an abstract base class for timing
www.eeworm.com/read/493780/6390573
bmp timer.bmp
www.eeworm.com/read/493879/6391813
c timer.c
/*
Copyright (c) 2007 Michael P. Thompson
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated document
www.eeworm.com/read/493879/6391817
h timer.h
/*
Copyright (c) 2007 Michael P. Thompson
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated document
www.eeworm.com/read/493556/6395425
hex timer.hex
:100000005F29FF3FFF3FFF3FCF00030E83019700B3
:10001000040896000A0898008A0140089F008101A0
:100020000B1D28288C0A03198D0A0D08013A031D9F
:100030001B28A9300C06031D28288C018D018E0376
:100040008F0A64300E0
www.eeworm.com/read/493556/6395427
c timer.c
#define buzzer_on 0x01
#define buzzer_off 0x02
#define disperse_coal 0x03
#define start_cooking 0x04
#define stop_cooking 0x05
#define on_fan 0x06
#define off_fan 0x07
char data[2];
unsigned
www.eeworm.com/read/493556/6395428
ppc timer.ppc
[DeviceName]
Value=P16F84A
[DeviceClock]
Value=8
[MainUnit]
Value=timer.c
[DeviceFlags]
Count=3
Value0=_PWRTE_OFF = $3FFF
Value1=_WDT_OFF = $3FFB
Value2=_HS_OSC = $3FFE
Value3=_DATA_CP_OFF
www.eeworm.com/read/493401/6402298
o timer.o
www.eeworm.com/read/493401/6402321
h timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
www.eeworm.com/read/493401/6402324
cc timer.cc
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing