代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/328695/3437732
qsf clock.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/328644/3440815
java clock.java
package manpowersystem;
import java.util.*;
import java.awt.*;
import javax.swing.*;
public class Clock extends JPanel implements Runnable {
boolean keepRunning = true;
int lastxs =
www.eeworm.com/read/328472/3441925
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) App
www.eeworm.com/read/328472/3441926
rc clock.rc
#include
#include "Resource.h"
IDI_APPICON ICON Clock.ico
www.eeworm.com/read/328472/3441927
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/328472/3441928
h clock.h
class CMyApp : public CWinApp
{
public:
virtual BOOL InitInstance ();
};
class CMainWindow : public CFrameWnd
{
protected:
BOOL m_bFullWindow;
BOOL m_bStayOnTop;
int m_nP
www.eeworm.com/read/328472/3441929
cpp clock.cpp
#include
#include
#include "Clock.h"
#include "Resource.h"
#define SQUARESIZE 20
#define ID_TIMER_CLOCK 1
CMyApp myApp;
///////////////////////////////////////////////
www.eeworm.com/read/328457/3443491
h clock.h
/*
* 文件名: Clock.H
* 功能: 实时时钟(PCF8563)接口函数
* 作者: Light Rain
* 时间: 2006-05-30
*
* 描述:
*
*/
#ifndef _CLOCK_HEADER_
#define _CLOCK_HEADER_
#define IIC_DEVICE_PCF8563 0xA2
#defin
www.eeworm.com/read/328239/3445357
c clock.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic