代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/114036/15117566
h timeout.h
/*
*
*
* (C) 2000 Daniel Kobras
*
* $Id: timeout.h,v 1.2 2001/01/29 00:03:48 nold Exp $
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/114036/15117597
c timeout.c
/*
*
*
* Copyright (C) 2000 Daniel Kobras
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish
www.eeworm.com/read/7202/107947
s timeout.s
;******************************************************************************
; 文件名:TIMEOUT.S
; 功能:使用定时器0实现1秒定时,控制蜂鸣器蜂鸣。(中断方式)
; 说明:将跳线器JP9短接,JP4断开。
;********************************************
www.eeworm.com/read/7202/107969
c timeout.c
/****************************************************************************
* 文件名:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,控制蜂鸣器蜂鸣。(中断方式)
* 说明:将跳线器JP9短接,JP4断开。
***********************************************
www.eeworm.com/read/11175/208385
asm timeout.asm
www.eeworm.com/read/14903/426106
ico timeout.ico
www.eeworm.com/read/16793/690979
timeout2
#!/bin/sh
# Author: P@draigBrady.com
# V1.0 : Nov 3 2006
#
# Execute a command with a timeout.
# If the timeout occurs the exit status is 128
#
# Note there is an asynchronous equivalent of this
www.eeworm.com/read/16793/690990
timeout3
#!/bin/bash
#
# The Bash script executes a command with a time-out.
# Based on the Bash documentation example.
#
# Upon time-out expiration SIGTERM (15) is sent to the process. If the signal
# is blo