代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.c
/*============================================================================
Project QT60xx0 Demo Code
File timer.c
Function Utilities
Requires *******This file
timer.cfg
/*
* @(#) $Id: timer.cfg,v 1.1 2000/11/14 14:44:25 hiro Exp $
*/
/*
* システムクロックドライバのコンフィギュレ〖ションファイル
*/
INCLUDE("\"timer.h\"");
ATT_INI({ TA_HLNG, 0, timer_initialize });
DEF_INH(INHNO_TIMER, {
timer.plg
Build Log
--------------------Configuration: Timer - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP
timer.rc2
//
// TIMER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
timer.dsp
# Microsoft Developer Studio Project File - Name="Timer" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
timer.c
/******************************************************************************/
//
// File Name : Timer.c
// Description : S3C2440 Timer and Watch-dog Function Test
// Version : 0.2
//
timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2440 Watch-Dog and Timer Test Head File
// Program : Shin, On Pil (SOP)
/
timer.err
"timer.c", line 293: Warning: C2870W: variable 'toggle' declared but not used
"timer.c", line 398: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 406: Warning: C291
timer.cs
using System;
using System.IO;
using System.Runtime.InteropServices;
///
/// Generic high resolution timer class
///
public class HighResTimer
{
#region API Declares
timer.c
/* file: timer.c
function: show POSIX interval timer and signal handling
compile: gcc -o timer timer.c -lrt
run: ./timer
*/
#include
#include
#include