代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/447671/1699246
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/447671/1699249
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/447671/1699250
rc clock.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/447671/1699251
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/447671/1699253
h 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
www.eeworm.com/read/447671/1699254
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/446782/1709445
cs clock.cs
namespace Delegates
{
using System.Windows.Forms;
class Clock
{
public Clock(TextBox displayBox)
{
this.display = displayBox;
}
public voi
www.eeworm.com/read/446782/1709456
cs clock.cs
namespace Delegates
{
using System.Windows.Forms;
class Clock
{
public Clock(TextBox displayBox)
{
this.display = displayBox;
}
public voi
www.eeworm.com/read/446782/1709662
cs clock.cs
namespace Operators
{
class Clock
{
public Clock()
{
System.DateTime now = System.DateTime.Now;
this.hour = new Hour(now.Hour);
this.minute = new Minute(now.Minute);
this.
www.eeworm.com/read/446782/1709676
cs clock.cs
namespace Operators
{
class Clock
{
public Clock()
{
System.DateTime now = System.DateTime.Now;
this.hour = new Hour(now.Hour);
this.minute = new Minute(now.Minute);
this.