代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/318022/13489958
plg clock.plg
Build Log
--------------------Configuration: Clock - Win32 Debug--------------------
Command Lines
Creating command line "midl.exe /nologo /D "
www.eeworm.com/read/318022/13489960
dsp 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) Dyn
www.eeworm.com/read/318022/13489962
clw clock.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CClockCtrl
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Clock.h
www.eeworm.com/read/318022/13489964
def clock.def
; Clock.def : Declares the module parameters.
LIBRARY "CLOCK.OCX"
EXPORTS
DllCanUnloadNow @1 PRIVATE
DllGetClassObject @2 PRIVATE
DllRegisterServer @3 PRIVATE
DllUnregisterS
www.eeworm.com/read/318022/13489965
rc clock.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/318022/13489966
dsw clock.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/318022/13489968
h clock.h
#if !defined(AFX_CLOCK_H__B718F913_4FC8_41D2_A826_E3A277A30A4E__INCLUDED_)
#define AFX_CLOCK_H__B718F913_4FC8_41D2_A826_E3A277A30A4E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/318022/13489969
cpp clock.cpp
// Clock.cpp : Implementation of CClockApp and DLL registration.
#include "stdafx.h"
#include "Clock.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE_
www.eeworm.com/read/317982/13491306
gif clock.gif
www.eeworm.com/read/316923/13514388
c clock.c
#include
#include
#include // Contains the delay prototype
void main (void)
{
clock_t processor_time;
printf("Processor time consumed %ld\n",
cloc