代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/182103/5270925
h clock.h
/*
* $Id: clock.h,v 1.2 2000/01/31 15:15:08 joel Exp $
*/
extern void a29k_init_timer( unsigned32 timer_clock_interval );
extern void a29k_disable_timer(void);
extern void a29k_clear_timer(void);
www.eeworm.com/read/182103/5270929
s clock.s
;
#if 0
; .include "register.ah"
.include "amd.ah"
.include "pswmacro.ah"
.text
; .equ IN,0x2000000
.reg CLOCK,gr78
.reg SECS,gr79
.equ CPUCLK,16
.equ RATE,100
.reg it0,gr64
.
www.eeworm.com/read/181635/5276124
java 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
www.eeworm.com/read/180488/5283484
c clock.c
#include
#include
#include
#include "cken.h"
#include "xsc1.h"
#define CLK_MUTEX_NAME TEXT("CLKBITS")
#define CLK_REG_MUTEX_TIMEOUT 1000
BOOL StartClock
www.eeworm.com/read/179911/5297239
h clock.h
/* $Id: clock.h,v 1.3 1995/11/25 02:31:25 davem Exp $
* clock.h: Definitions for clock operations on the Sparc.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#ifndef _SPARC_C
www.eeworm.com/read/179449/5304669
java 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
www.eeworm.com/read/179213/5309101
java clock.java
public class Clock {
public static void main(String[] args) {
int minutes = 0;
for (int ms = 0; ms < 60*60*1000; ms++)
if (ms % 60*1000 == 0)
minut
www.eeworm.com/read/178760/5313351
c clock.c
#include
#include
#include "hw.h"
void main(void) {
unsigned long ms;
unsigned int seconds, oldseconds=ClockTicks()/1000;
printf ("Example using the core timer to generate
www.eeworm.com/read/178758/5314352
c clock.c
#include
int epoch = 1900;
/* From Lin... */
/**********************************************************************
* register summary
**************************************************
www.eeworm.com/read/178227/5317959
vhd clock.vhd
--
-- 作为一个简单示例,本实验实现一个能显示小时,分钟,秒的数字时钟。
--
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY clock IS
PORT (
clk