代码搜索结果
找到约 43,238 项符合
Clock 的代码
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
clock.h
/*H**************************************************************************
* NAME: clock.h
*----------------------------------------------------------------------------
* Copyright (c) 2
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
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
clock.h
/*H**************************************************************************
* NAME: clock.h
*----------------------------------------------------------------------------
* Copyright (c) 2
clock.java
package Entities;
/** A fake implementation of a clock that is used for
testing purposes. In the real system a real clock
would be implemented. */
public class Clock
{
/** Provides stati
clock.bld
#!build
default:
program
:asm_list_option=nolisting
:debuglevel=multi
:optimizestrategy=space
:program_layout=ram
:outputname=objs\clock.ghs
:object_dir=objs
:start_address=__reset
clock.c
#include
#include
#include // Contains the delay prototype
void main(void)
{
clock_t processor_time;
printf("Processor time consumed %ld\n",
clock
clock.c
/*C**************************************************************************
* $RCSfile: clock.c,v $
*----------------------------------------------------------------------------
* Copyright (c) 2
clock.h
/*H**************************************************************************
* $RCSfile: clock.h,v $
*----------------------------------------------------------------------------
* Copyright (c) 2