代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.java
/*文件名:Clock.java
类名:Clock.class
功能:生成钟的布局,以及钟的指针的运动
*/
import java.awt.*;
import java.applet.Applet;
import java.applet.*;
//声明钟类
public class Clock extends Canvas
{//声明钟类的各个成员变量
clock.h
#ifndef __CLOCK_H__
#define __CLOCK_H__
class C_Clock
{
public:
C_Clock();
virtual ~C_Clock();
public:
char* Get(const char* sz, int nLength, bool bPlus, int hh2, int mi2);
private:
void
clock.cpp
#include "Clock.h"
#include
#include
#include
#include
C_Clock::C_Clock()
{
}
C_Clock::~C_Clock()
{
}
int C_Clock::DivisibleUnits( int x, int y, int z )
clock.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
clock.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
clock.bdf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
clock.java
/*
* Created on 2006-6-30
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
/**
* @author webb
*
* TODO To
clock.c
#include
sbit w=P2^7; //星期显示控制位//
sbit z=P2^6; //无显示控制位//
sbit f=P2^5; //秒显示控制位//
sbit m=P2^4; //十秒显示控制位//
sbit g=P2^3;