代码搜索结果

找到约 10,000 项符合 Clock 的代码

clock.c

/* clock.c - part of USBasp Autor..........: Thomas Fischl Description....: Provides functions for timing/waiting Licence........: GNU GPL v2 (see Readme.txt)

clock.h

/* clock.h - part of USBasp Autor..........: Thomas Fischl Description....: Provides functions for timing/waiting Licence........: GNU GPL v2 (see Readme.txt) Creation Date..:

clock.htm

DHTML Clock Demo DHTML Clock

clock.dsp

# Microsoft Developer Studio Project File - Name="Clock" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) App

clock.rc

#include #include "Resource.h" IDI_APPICON ICON Clock.ico

clock.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

clock.h

class CMyApp : public CWinApp { public: virtual BOOL InitInstance (); }; class CMainWindow : public CFrameWnd { protected: BOOL m_bFullWindow; BOOL m_bStayOnTop; int m_nP

clock.cpp

#include #include #include "Clock.h" #include "Resource.h" #define SQUARESIZE 20 #define ID_TIMER_CLOCK 1 CMyApp myApp; ///////////////////////////////////////////////