代码搜索:timer

找到约 10,000 项符合「timer」的源代码

代码结果 10,000
www.eeworm.com/read/198820/7908639

o timer.o

www.eeworm.com/read/198820/7908750

c timer.c

/******************************************************************************/ // // File Name : Timer.c // Description : S3C2440 Timer and Watch-dog Function Test // Version : 0.2 //
www.eeworm.com/read/198820/7908773

h timer.h

//============================================================================= // File Name : Timer.h // Function : S3C2440 Watch-Dog and Timer Test Head File // Program : Shin, On Pil (SOP) /
www.eeworm.com/read/398908/7911222

vbw timer.vbw

form1 = 44, 44, 448, 390, , 22, 22, 526, 368, C
www.eeworm.com/read/398908/7911224

vbp timer.vbp

Type=Exe Form=Timer.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation IconForm="form1" Startup="form1" ExeName32="Timer.exe" Command32=""
www.eeworm.com/read/398908/7911225

frm timer.frm

VERSION 5.00 Begin VB.Form form1 BackColor = &H00404040& BorderStyle = 1 'Fixed Single Caption = "Clock" ClientHeight = 1245 ClientLeft = 408
www.eeworm.com/read/398908/7911226

exe timer.exe

www.eeworm.com/read/433696/7913426

c timer.c

/************************************************************************************************/ #include "msp430x20x3.h" #include "timer.h" unsigned int TimerCount[2] = {0x00,0x00}; //定义超时计数器
www.eeworm.com/read/433696/7913430

h timer.h

/************************timer.h*********************/ extern unsigned int TimerCount[2]; void InitWDTTimer(void); void ResetTimer(unsigned char); unsigned int ReadTimer(unsigned char); void In
www.eeworm.com/read/433694/7913534

c timer.c

/************************************************************************************************/ #include "msp430x22x4.h" #include "timer.h" unsigned int TimerCount[2] = {0x00,0x00}; //定义超时计数器