代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.txt
;****************************************************************************************
; 微机接口课程设计程序
; 电子钟
;
;
;8255用作读键盘信息,cs为220h
;8253提供时钟信号,cs为230h
;led
clock.c
/*
* ApOS (Another Project software for s3c2410)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* pu
clock.h
/*
* ApOS (Another Project software for s3c2410)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
clock.java
import java.awt.Color;
import java.util.*;
import java.awt.*;
import java.applet.*;
public class Clock extends Applet implements Runnable
{
Thread timer=null;
Label label;
int lastxs
clock.htc
//------------------------------------------------------------------------
// Attach to element events
//---------------------------------------------------------
clock.java
package MyCalender;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import javax.swing.event.*;
import javax.swing.*;
import javax.swing.Timer;
public class Clock extends JFrame impl