代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/108778/15575600

h timer.h

#include #include #include #include #ifndef _TIMER_H_INCLUDED #define _TIMER_H_INCLUDED #if !defined(_ENABLE_AUTODEPEND) #pragma read_only_file; #end
www.eeworm.com/read/108700/15579324

h timer.h

#if !defined __TIMER_H__ #define __TIMER_H__ void CALLBACK TimerProc(HWND HWnd, UINT nMsg, UINT nIDEvent, DWORD dwTime); #endif
www.eeworm.com/read/108700/15579329

cpp timer.cpp

#include "StdAfx.h" #include "Timer.h" void CALLBACK TimerProc(HWND HWnd, UINT nMsg, UINT nIDEvent, DWORD dwTime) { AfxGetApp()->OnIdle(0); };
www.eeworm.com/read/108535/15584554

html timer.html

www.eeworm.com/read/108535/15584555

class timer.class

www.eeworm.com/read/108535/15584556

java timer.java

import java.applet.*; import java.awt.*; import java.util.*; //代表下拉式编辑框,用来输入小时、分钟和秒 class SpinButton { int x, y, number, maxVal, runner; Font font1 = new Font("Dialog", Font.BOLD,14); bo
www.eeworm.com/read/108332/15588470

html timer.html

www.eeworm.com/read/108332/15588473

html timer.html

www.eeworm.com/read/108163/15593133

exe timer.exe

www.eeworm.com/read/108163/15593134

cpp timer.cpp

#include "Timer.h" #include "mmsystem.h" #pragma comment(lib,"winmm.lib") #define ID_TIMER_SYS 1 #define ID_TIMER_EVENT 2 //=======================================================================