代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.mak
#============================================================================
# Name:
# ClockApps.MAK
#
# Description:
# Makefile to build the ClockApps downloadable module.
#
# The f
clock.h
#ifndef _REAL_TIMER_DS1302
#define _REAL_TIMER_DS1302
/*****************************预定义**************************************/
#define uchar unsigned char
#define uint unsigned int/***************
clock.asm
;***********************************************************
;时钟程序
;K5键:模式选择, K6键:时间设定
;
;programing:corf
;***********************************************************
DIS_BUF EQU 40H ;
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
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
import java.util.Calendar;
import java.util.Date;
import java.text.*;
import java.util.*;
public class Clock extends JPanel i
clock.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 中断入口程序 ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
ORG 0000H
LJMP START
ORG 0003H
RETI
ORG 000BH
LJMP INTT0
ORG 0013H
R
clock.c
/* Chuong trinh thuong tru hien dong ho o goc phai phia tren man hinh */
#include
#include
#define INTR 0x1C
#define ATTR 0x7900
#ifdef __cplusplus
#define __CPPARGS ...