代码搜索:timeout

找到约 9,694 项符合「timeout」的源代码

代码结果 9,694
www.eeworm.com/read/251409/4420935

s timeout.s

;****************************************************************************** ; 文件名:TIMEOUT.S ; 功能:使用定时器0实现1秒定时,控制蜂鸣器蜂鸣。(中断方式) ; 说明:将跳线器JP9短接,JP4断开。 ;********************************************
www.eeworm.com/read/243634/4519933

c timeout.c

/* File: timeout.c */ #include #include #include char user[40]; //alarm 的捕捉函数 void catch_alarm(int sig_num) { //清除定时器 alarm(0); printf("Sorry, time li
www.eeworm.com/read/240204/4577023

otml timeout.otml

foo() bar()
www.eeworm.com/read/237989/4618721

jsp timeout.jsp

function e() { window.top.location="home.go"; }
www.eeworm.com/read/235549/4649930

inl timeout.inl

#ifndef CYGONCE_IO_SERIAL_MISC_TIMEOUT_INL #define CYGONCE_IO_SERIAL_MISC_TIMEOUT_INL //========================================================================== // // timeout.inl // //
www.eeworm.com/read/235549/4649939

inl timeout.inl

#ifndef CYGONCE_IO_SERIAL_MISC_TIMEOUT_INL #define CYGONCE_IO_SERIAL_MISC_TIMEOUT_INL //========================================================================== // // timeout.inl // //
www.eeworm.com/read/233914/4664294

cs timeout.cs

/* * Timeout.cs - Implementation of the "System.Threading.Timeout" class. * * Copyright (C) 2001 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/
www.eeworm.com/read/227684/4770055

sml timeout.sml

(* timeout.sml * * COPYRIGHT (c) 1995 AT&T Bell Laboratories. * COPYRIGHT (c) 1989-1991 John H. Reppy * * Events for synchronizing on timeouts. *) structure TimeOut : sig include TIME_OUT
www.eeworm.com/read/227684/4770064

sml timeout.sml

Decl 8 sTimeOut.sqsR.vRepTypes.;-;sS.vScheduler.;-;rR.S.Time.Event.SMLofNJ.;;+sqov$TIME_OUT.;;rTime.;;;
www.eeworm.com/read/227628/4772072

s timeout.s

;****************************************************************************** ; 文件名:TIMEOUT.S ; 功能:使用定时器0实现1秒定时,控制LED4闪烁。(中断方式) ; 说明:将跳线器JP4_LED4短接。 ;********************************************