代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/354695/3075084
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/354613/3075744
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/353983/3080386
txt clock.txt
0x00000100,0x00000002,0x00000020,0x00000020,
0x5f5f5f5f,0x5f5f5f5f,0x5f5f5f5f,0x5f5f5f5f,0x5f5f5f5f,
0x5f5f5f5f,0x5f5f5f5f,0x5f5f5f5f,0x5f5f5f5f,0x5f5f5f5f,
0x5f5f5f5f,0x5f5f5f5f,0x5f5f5f5f,0x5f5f5
www.eeworm.com/read/353640/3083857
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/353301/3086926
java clock.java
public class Clock
{ // 成员变量
int hour ;
int minute ;
int second ;
// 成员方法
public void setTime(int newH, int newM, int newS)
{ hour=newH ;
minute=newM ;
s
www.eeworm.com/read/353006/3091286
rc clock.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/353006/3091287
h clock.h
// clock.h : main header file for the CLOCK application
//
#if !defined(AFX_CLOCK_H__0CD30B98_7DD0_44F5_9DAB_299E2C072B02__INCLUDED_)
#define AFX_CLOCK_H__0CD30B98_7DD0_44F5_9DAB_299E2C072B02__IN
www.eeworm.com/read/353006/3091291
clw clock.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CClockView
LastTemplate=CView
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "clock.h"
www.eeworm.com/read/353006/3091292
dsp clock.dsp
# Microsoft Developer Studio Project File - Name="clock" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/353006/3091293
cpp clock.cpp
// clock.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "clock.h"
#include "MainFrm.h"
#include "clockDoc.h"
#include "clockView.h"
#ifdef _DEBUG