代码搜索:Clock

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

代码结果 10,000
www.eeworm.com/read/334661/3363556

java clock.java

package javax.media; public interface Clock { public static final Time RESET = null; public abstract void setTimeBase(TimeBase master) throws IncompatibleTimeBaseException; public abstract
www.eeworm.com/read/332627/3394815

c clock.c

/*C************************************************************************** * NAME: clock.c *---------------------------------------------------------------------------- * Copyright (c) 2
www.eeworm.com/read/332627/3394816

h clock.h

/*H************************************************************************** * NAME: clock.h *---------------------------------------------------------------------------- * Copyright (c) 2
www.eeworm.com/read/332511/3396836

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/332131/3401360

h clock.h

/* clock.h Copyright 1995 Philip Homburg */ #ifndef CLOCK_H #define CLOCK_H struct timer; typedef void (*timer_func_t) ARGS(( int fd, struct timer *timer )); typedef struct timer { struct timer
www.eeworm.com/read/331810/3403439

c clock.c

//====================================================== // 文件名称: Clock.c // 功能描述: 计时模块,使用2Hz时基中断 // 维护记录: 2006-08-30 v1.0 //====================================================== #include "spc
www.eeworm.com/read/331810/3403460

h clock.h

#ifndef __CLOCK_h__ #define __CLOCK_h__ // write your header here extern void Clock_ISR(); extern void Clock_Start(); extern unsigned int Clock_GetYear(); extern unsigned int Clock_GetMon(); ex
www.eeworm.com/read/331630/3406271

java clock.java

package manpowersystem; import java.util.*; import java.awt.*; import javax.swing.*; public class Clock extends JPanel implements Runnable { boolean keepRunning = true; int lastxs =
www.eeworm.com/read/331612/3406410

h clock.h

//////////////////////////////////////////////////////////////////////////////// // ____ ____ // / /\/ / // /___/ \ / // \ \ \/ // \ \ Copyright (c) 2003-2004 X
www.eeworm.com/read/331135/3416677

c clock.c

/***************************************************************************** * input_clock.c: Clock/System date convertions, stream management *****************************************************