代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
clock.v
module clock(clk,clk_1k,mode,change,turn,alert,hour,min,sec,
LD_alert,LD_hour,LD_min);
input clk,clk_1k,mode,change,turn;
output alert,LD_alert,LD_hour,LD_min;
output[7:0] hour,min,sec;
reg[7:0]
clock.java
package javabook;
import java.util.*;
/**
* This class supports some basic clock functions such as reading the current time,
* getting today's date, and stop watch function. This class also
linux_clock
第七章 Linux内核的时钟中断
(By 詹荣开,NUDT)
最下面有本文的PDF文档可以下载
Copyright © 2003 by 詹荣开
E-mail:zhanrk@sohu.com
Linux-2.4.0
Version 1.0.0,2003-2-14
摘要:本文主要从内核实现的角度分析了Linux 2.4.0内核的时钟中断、内核对时间的表示等。本文是为那些想要了
clock.v
/*****************************************/
/** 8bit RISC MCU desing **/
/** clock module **/
/** BY yuzhijie **/
/** 2006.10.2
clock.c
#include
#define uchar unsigned char
#define uint unsigned int
uint miao,fen;
uchar code table[]={
0x0C0,0x0F9 ,0x0A4,0x0B0,0x99,0x92,0x82,0x0F8,0x80,0x90,0x88,0x83,0x0C6,0x0A1,0x86,0x08
clock.lst
C51 COMPILER V7.00 CLOCK 11/29/2008 22:57:59 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE CLOCK
OBJECT MODULE PLACED IN c