代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.plg
Build Log
--------------------Configuration: Clock - Win32 Release--------------------
Command Lines
Creating command line "midl.exe /nologo /D
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
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
clock.def
; Clock.def : Declares the module parameters.
LIBRARY "CLOCK.OCX"
EXPORTS
DllCanUnloadNow @1 PRIVATE
DllGetClassObject @2 PRIVATE
DllRegisterServer @3 PRIVATE
DllUnregisterS
clock.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
clock.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
clock.h
#if !defined(AFX_CLOCK_H__43EFBC8B_FD13_4F76_9C38_3231709333F1__INCLUDED_)
#define AFX_CLOCK_H__43EFBC8B_FD13_4F76_9C38_3231709333F1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
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_
clock.c
/* As usual, we start out with the included files. We'll need functions from the time
and math libraries for determining the coordinates of the clock hands. */
#include
#include
#