代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/176523/9494821
_h timer._h
#ifndef _TIMER_H
#define _TIMER_H
#include
extern void T1_timeout();
//Timer接口
//Timer0
void start_T0(char type, unsigned int count);
void stop_T0(void);
//Timer1
void sta
www.eeworm.com/read/176523/9494980
_h timer._h
#ifndef _TIMER_H
#define _TIMER_H
#include
extern void T1_timeout();
//Timer接口
//Timer0
void start_T0(char type, unsigned int count);
void stop_T0(void);
//Timer1
void sta
www.eeworm.com/read/359751/10125819
lst preset_menu_os_setup.lst
default 0
timeout 0
fallback 1
title /os_setup_stage2.lst
find --set-root /os_setup_stage2.lst
configfile /os_setup_stage2.lst
title /os_setup.lst
fallback 2
find --set-root /os_setup.lst
confi
www.eeworm.com/read/466125/7039343
txt 5-12.txt
P89 Global.asa和Session
global.asa
Sub Session_Onstart
//设定session的有效时间为1秒
Session.timeout=1
//在session里存放一个目录名称
Session("path")="frams"
End su
www.eeworm.com/read/238485/13882555
c error_temp.c
#include
#include "error.h"
#define X(n) if (e == n) return 1;
int error_temp(e)
int e;
{
X(error_intr)
X(error_nomem)
X(error_txtbsy)
X(error_io)
X(error_timeout)
X(error_woul
www.eeworm.com/read/345520/11810369
c alt_up_ps2_port.c
#include
#include "alt_up_ps2_port.h"
PS2_DEVICE get_mode()
{
alt_u8 byte;
//send the reset request, wait for ACK
int status = write_data_byte_with_ack(0xff, DEFAULT_PS2_TIMEOUT_V
www.eeworm.com/read/242657/4549927
cpp timer_helpers.cpp
// $Id: Timer_Helpers.cpp 55123 2004-01-04 21:17:14Z bala $
#ifndef JAWS_BUILD_DLL
#define JAWS_BUILD_DLL
#endif
#include "jaws3/Timer_Helpers.h"
int
JAWS_Timer_EH::handle_timeout (const ACE_Time_
www.eeworm.com/read/189320/5200599
cpp timer_helpers.cpp
// Timer_Helpers.cpp,v 1.2 2004/01/04 21:17:14 bala Exp
#ifndef JAWS_BUILD_DLL
#define JAWS_BUILD_DLL
#endif
#include "jaws3/Timer_Helpers.h"
int
JAWS_Timer_EH::handle_timeout (const ACE_Time_Valu
www.eeworm.com/read/398200/2395435
lst menu.lst
# Example GRUB boot menu configuration file for eCos
default 0
timeout 30
# eCos tm_basic test from dd0
title eCos - tm_basic fd0
root (fd0)
kernel /boot/tm_basic
# eCos tm_basic test from hd0
titl