代码搜索结果
找到约 43,238 项符合
Clock 的代码
clock.c
/*****************************************************************************
*
* Project: Example - Program
* Name: Example
* Filename: Clock.c
* Date:
clock.h
/*****************************************************************************
*
* Project: Clock Example
* Name: Example
* Filename: Clock.h
* Date: 06.
clock.h
; CLOCK.H
#ifndef CLOCK_H
#define CLOCK_H
#define TRUE 1
#endif
clock.lst
A51 MACRO ASSEMBLER CLOCK 08/25/2003 07:56:48 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN D:\暑期项目\时钟\PROGRAM\CLOC
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
#
clock.c
/******************************************************************************/
/* clock.c - TMS320C55x Peripheral Support Library clock Support */
/*
clock.h
// clock.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// CclockApp:
// 有关此类的实现,请参阅 clock.
clock.rc2
//
// clock.RC2 - Microsoft Visual C++ 不会直接编辑的资源
//
#ifdef APSTUDIO_INVOKED
#error 此文件不能由 Microsoft Visual C++ 编辑
#endif //APSTUDIO_INVOKED
////////////////////////////////////////////////
clock.cpp
// clock.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "clock.h"
#include "clockDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CclockApp
BEGIN_MESSAGE_MAP(CclockApp, CWinA