代码搜索结果

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

sys-clock.h

/****************************************************************************/ /* * linux/include/asm-arm/arch-l7200/sys-clock.h * * Registers and helper functions for the L7200 Link-Up Systems

kern_clock.c

/* $Id: kern_clock.c,v 1.2 1996/01/16 14:21:19 chris Exp $ */ /*- * Copyright (c) 1982, 1986, 1991 The Regents of the University of California. * All rights reserved. * * Redistribution and use in

clock2.java

/* * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. */ import java.util.*; import java.awt.*; import java.applet.*; import java.text.*; /** * Time! *

clock390.c

#include /* If you don't have an lcd display, don't worry, it will just toggle some bits in the void, but ok */ #define USE_LCD void main (void) { unsigned long ms, seconds, oldSecond

clock_init.c

/* * Copyright (c) 1996, 1998-2001 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open sourc

kern_clock.c

/*- * Copyright (c) 1997, 1998 Poul-Henning Kamp * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Lab

clock_settime.c

/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under th

clock_gettime.c

/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under th

clock_getres.c

/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under th

clock.java~3~

package untitled1; import java.awt.*; import java.awt.event.*; import java.applet.*; public class clock extends Applet implements Runnable{ Thread timer = null; int lastXSecond = 0; int lastYS