代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.java
// 程序:电子小时钟
// 范例文件:Clock.java
import java.awt.*;
import java.util.*;
import java.applet.*;
public class Clock extends Applet implements Runnable
{
int hour,minute,seco
clock.html
电子小时钟
clock.c
#include "reg58.h"
#include "bus.h"
#include "clock.h"
#include "intrins.h"
#include "timer.h"
#include "lcd.h"
unsigned char clock_read(unsigned char time)
{
unsigned char tempdata;
AS12
clock.h
#ifndef _CLOCK_H_
#define _CLOCK_H_
//CLOCK
#define CSECONDS 0
#define CSECONDALARM 1
#define CMINUTES 2
#define CMINUTESALARM 3
#define CHOURS 4
#define CHOURSALARM 5
#define CDAYO
clock.lst
C51 COMPILER V7.01 CLOCK 03/08/2007 12:09:37 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE CLOCK
OBJECT MODULE PLACED IN c
clock.c
/*
clock.c - part of USBasp
Autor..........: Thomas Fischl
Description....: Provides functions for timing/waiting
Licence........: Free under certain conditions. See Do