代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/200278/5070981
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/199484/5077077
asmx timeout.asmx
Imports System.Threading
Imports System.Web.Services
Public Class Timeout
Public Function Add(a As Integer, b As Integer) As Int
www.eeworm.com/read/189333/5195533
s timeout.s
;******************************************************************************
; 文件名:TIMEOUT.S
; 功能:使用定时器0实现1秒定时,控制蜂鸣器蜂鸣。(中断方式)
; 说明:将跳线器JP9短接,JP4断开。
;********************************************
www.eeworm.com/read/189333/5195551
c timeout.c
/****************************************************************************
* 文件名:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,控制蜂鸣器蜂鸣。(中断方式)
* 说明:将跳线器JP9短接,JP4断开。
***********************************************
www.eeworm.com/read/187788/5215655
vhd timeout.vhd
-------------------------------------------------------------------------------
--
-- Copyright (C) 2005 Peter C. Wallace
--
-- $RCSfile: timeout.vhd,v $
-- $Author: petev $
-
www.eeworm.com/read/187779/5215966
c timeout.c
/****************************************************************************
* File:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,并打开IRQ中断,控制LED闪烁。
* 同时使用定时器1实现比较匹配输出。
* 说明:将跳线器JP8_LED4、JP8_LED3短接。
*********
www.eeworm.com/read/179906/5301298
java timeout.java
//: c13:Timeout.java
// Set a time limit on the execution of a program
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import
www.eeworm.com/read/178760/5313712
c timeout.c
/*-------------------------------------------------------------------------
timeout.c - source file for running ucSim within the regression tests
Written By - Bernhard Held . bernhard