代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/227628/4772084
c timeout.c
/****************************************************************************
* 文件名:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,并打开IRQ中断,控制LED闪烁。
* 同时使用MAT0.0实现比较匹配输出。
* 说明:将跳线器JP4_LED1、JP4_LED4短接。
********
www.eeworm.com/read/217153/4875741
s timeout.s
;******************************************************************************
; 文件名:TIMEOUT.S
; 功能:使用定时器0实现1秒定时,控制LED4闪烁。(中断方式)
; 说明:将跳线器JP4_LED4短接。
;********************************************
www.eeworm.com/read/217153/4875753
c timeout.c
/****************************************************************************
* 文件名:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,并打开IRQ中断,控制LED闪烁。
* 同时使用MAT0.0实现比较匹配输出。
* 说明:将跳线器JP4_LED1、JP4_LED4短接。
********
www.eeworm.com/read/216502/4890917
h timeout.h
#
/*
* UNIX shell
*
* S. R. Bourne
* Bell Telephone Laboratories
*
*/
#define TIMEOUT 0
www.eeworm.com/read/212962/4934266
h timeout.h
//
// Copyright (c) 2005 by Istv醤 V醨adi
//
// This file is part of dxr3Player, a DVD player written specifically
// for the DXR3 (aka Hollywood+) decoder card.
// This program is free software; you
www.eeworm.com/read/203838/5037437
h timeout.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/203838/5037440
c timeout.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/201516/5058515
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/201514/5058784
asmx timeout.asmx
using System.Threading;
using System.Web.Services;
public class Timeout
{
[WebMethod()]
public int Add(int a, int b)
{
Thread.Slee