代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/400494/2350588
c clock.c
/* Copyright (C) 1991 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 the terms of the GNU Li
www.eeworm.com/read/400494/2351028
c clock.c
/* Copyright (C) 1991 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 the terms of the GNU Li
www.eeworm.com/read/400494/2351622
c clock.c
/* Copyright (C) 1991, 1992 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 the terms of the
www.eeworm.com/read/399050/2366451
js clock.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/398743/2370815
java clock.java
package packone;
public class Clock {
public int hour;
private int minute;
protected int second;
public Clock(int i, int j, int k) {
setAll(i, j, k);
}
void setAll(int i, int
www.eeworm.com/read/398510/2378052
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/398510/2378077
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/398200/2384058
c clock.c
//=================================================================
//
// clock.c
//
// Testcase for C library clock()
//
//==============================================================
www.eeworm.com/read/398200/2384087
cxx clock.cxx
//===========================================================================
//
// clock.cxx
//
// ISO C date and time implementation for clock()
//
//======================================
www.eeworm.com/read/398200/2384732
hxx clock.hxx
#ifndef CYGONCE_KERNEL_CLOCK_HXX
#define CYGONCE_KERNEL_CLOCK_HXX
//==========================================================================
//
// clock.hxx
//
// Clock and Alarm class de