代码搜索:Clock

找到约 10,000 项符合「Clock」的源代码

代码结果 10,000
www.eeworm.com/read/433521/1883232

gpj clock.gpj

#!gbuild [Subproject] src\drivers\clock\clock.c src\drivers\clock\clock.h
www.eeworm.com/read/433521/1883253

c clock.c

/* * File: clock.c * Purpose: Driver for the on-chip Clock module * * Notes: */ #include "common.h" #include "clock.h" /*****************************************************
www.eeworm.com/read/433521/1883254

h clock.h

/* * File: clock.h * Purpose: Driver for the on-chip Clock module * * Notes: */ #ifndef _CLOCK_H_ #define _CLOCK_H_ /***************************************************************
www.eeworm.com/read/433521/1883330

gpj clock.gpj

#!gbuild [Subproject] src\drivers\clock\clock.c src\drivers\clock\clock.h
www.eeworm.com/read/433521/1883351

c clock.c

/* * File: clock.c * Purpose: Driver for the on-chip Clock module * * Notes: */ #include "common.h" #include "clock.h" /*****************************************************
www.eeworm.com/read/433521/1883352

h clock.h

/* * File: clock.h * Purpose: Driver for the on-chip Clock module * * Notes: */ #ifndef _CLOCK_H_ #define _CLOCK_H_ /***************************************************************
www.eeworm.com/read/432926/1886113

pde clock.pde

/** * Clock. * * The current time can be read with the second(), minute(), * and hour() functions. In this example, sin() and cos() values * are used to set the position of the hands. */ voi
www.eeworm.com/read/432474/1892229

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/431876/1902701

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/431775/1904512

java clock.java

package com.j2medev.chapter5.utility; public class Clock { long time; long pausedTime; long lastTime; boolean pauseFlag; public void restart() {