代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.txt
TIMER [DUAL MODE]
NAME TIMER - Starts a timer.
SYNTAX
timer [/start name| /stop name] [-q|/q]
USAGE
timer.def
NAME TIMER WINDOWCOMPAT
DESCRIPTION 'TIMER - Set timers and release them showing time between. Copyright (c) Martti Ylikoski. 1990 - 1992.'
STUB 'TIMERDOS.EXE'
PROTMODE
timer.mak
#
# Makefile for TIMER.EXE
#
# Compiler : Microsoft C 6.0
# Created : 19.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my
timer.dfm
object Form1: TForm1
Left = 306
Top = 242
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #23450#26102#25552#37266
ClientHeight = 119
ClientWidth = 349
timer.pas
{*******************************************************}
{ 作者:独孤九剑 }
{ QQ:54729891 }
{ EMail:rhcgrys@sina.com }
{ 定时提醒
timer.c
//=============================================================================
// File Name : Timer.c
// Function : S3C2410 Watch-Dog and Timer
// Program : Shin, On Pil (SOP)
// Date : M
timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2410 Watch-Dog and Timer Test Head File
// Program : Shin, On Pil (SOP)
/
timer.err
"timer.c", line 274: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 283: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 292: Warni