代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.plg
Build Log
--------------------Configuration: Clock - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x409 /fo
clock.dsp
# Microsoft Developer Studio Project File - Name="Clock" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 60000
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
clock.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CClockView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Clock.h
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
// Clock.h : main header file for the CLOCK application
//
#if !defined(AFX_CLOCK_H__EEC688C4_28E7_11D1_813A_0020AF337325__INCLUDED_)
#define AFX_CLOCK_H__EEC688C4_28E7_11D1_813A_0020AF337325__IN
clock.cpp
// Clock.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Clock.h"
#include "MainFrm.h"
#include "ClockDoc.h"
#include "ClockView.h"
#ifdef _DEBUG
clock.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit key_h=P1^6; //小时加
sbit key_m=P1^7; //分钟加
// sbit key_s=P1^6;
sbit key_alarm=P2