代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/169775/5410321
c clock.c
/* clock.c - clock file for time.h */
/* Copyright 1992-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,05oct01,dcb Fix SPR 9814 and SPR 7736. Change document to
www.eeworm.com/read/167890/5451535
c clock.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; yo
www.eeworm.com/read/167890/5451565
h clock.h
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; y
www.eeworm.com/read/167890/5451568
c clock.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; yo
www.eeworm.com/read/167890/5451694
h clock.h
#ifndef _CLOCK_H_
#define _CLOCK_H_
#include "timer.h"
// constants/macros/typdefs
typedef struct AbsoluteTimerStructure
{
uint16_t mtics;
uint8_t hours;
uint8_t minutes;
uint8_t secon
www.eeworm.com/read/167668/5454805
java clock.java
// 程序:电子小时钟
// 范例文件:Clock.java
import java.awt.*;
import java.util.*;
import java.applet.*;
public class Clock extends Applet implements Runnable
{
int hour,minute,seco
www.eeworm.com/read/167507/5459590
h clock.h
/**
* \defgroup clock Clock interface
*
* The clock interface is the interface between the \ref timer "timer library"
* and the platform specific clock functionality. The clock
* interface m
www.eeworm.com/read/167312/5461216
java clock.java
package com.j2medev.chapter5.utility;
public class Clock {
long time;
long pausedTime;
long lastTime;
boolean pauseFlag;
public void restart() {
www.eeworm.com/read/167312/5461236
java clock.java
package com.j2medev.chapter5.utility;
public class Clock {
long time;
long pausedTime;
long lastTime;
boolean pauseFlag;
public void restart() {
www.eeworm.com/read/167139/5466137
c clock.c
/*C**************************************************************************
* NAME: clock.c
*----------------------------------------------------------------------------
* Copyright (c) 2