代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/135720/13907418
java clock.java
import java.util.*;
import java.awt.*;
import java.applet.*;
import java.text.*;
public class clock extends Applet implements Runnable{
Thread timer;
int lastxs, lastys, lastxm,lastym, lastx
www.eeworm.com/read/135580/13919386
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/135580/13920477
cxx clock.cxx
//
// "$Id: clock.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Clock test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This library
www.eeworm.com/read/135580/13920552
clock .kdbgrc.clock
www.eeworm.com/read/135525/13923880
h clock.h
// This is the game clock. It increments once for every
// move, the increment being accomplished in the method
// named inc_and_print_time.
#ifndef CLOCK_H
#def
www.eeworm.com/read/135525/13924014
cpp clock.cpp
#include
#include "clock.h"
clock::clock(void)
{
hour = 8;
minute = 51;
}
void clock::inc_and_print_time(void)
{
minute++; // Add one minute to the
www.eeworm.com/read/237536/13946057
txt clock.txt
ORG 0000H
LJMP main
ORG 000BH
LJMP ICT0
MAIN: mov a,#0ffh ;谁备读p0口
mov p0,a
mov r1,#00h ;闪动位置
mov r2,#00h ;
mov r3,#00h ;500ms定时
mov r4,#00h
mov r5,#00h
mov r6,#00h ;
www.eeworm.com/read/237423/13949429
digital clock (2)
www.eeworm.com/read/237423/13949531