代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/183272/9172931
18 fig16.18
#include "apue.h"
#include
#include
#include
#define BUFLEN 128
#define TIMEOUT 20
void
sigalrm(int signo)
{
}
void
print_uptime(int sockfd, struct addrinfo *ai
www.eeworm.com/read/183272/9173051
c ruptime-dg.c
#include "apue.h"
#include
#include
#include
#define BUFLEN 128
#define TIMEOUT 20
void
sigalrm(int signo)
{
}
void
print_uptime(int sockfd, struct addrinfo *ai
www.eeworm.com/read/180468/9305700
h myuart.h
void Uart_Init(int Uartnum, int mclk,int baud);
void Uart_SendByte(int Uartnum, unsigned char data);
void Uart_Printf(char *fmt,...);
char Uart_Getch(char* Revdata, int Uartnum, int timeout);
void
www.eeworm.com/read/180465/9305759
h myuart.h
void Uart_Init(int Uartnum, int mclk,int baud);
void Uart_SendByte(int Uartnum, unsigned char data);
void Uart_Printf(char *fmt,...);
char Uart_Getch(char* Revdata, int Uartnum, int timeout);
void
www.eeworm.com/read/180462/9305941
h myuart.h
void Uart_Init(int Uartnum, int mclk,int baud);
void Uart_SendByte(int Uartnum, unsigned char data);
void Uart_Printf(char *fmt,...);
char Uart_Getch(char* Revdata, int Uartnum, int timeout);
void
www.eeworm.com/read/364932/9887415
18 fig16.18
#include "apue.h"
#include
#include
#include
#define BUFLEN 128
#define TIMEOUT 20
void
sigalrm(int signo)
{
}
void
print_uptime(int sockfd, struct addrinfo *ai
www.eeworm.com/read/364932/9887527
c ruptime-dg.c
#include "apue.h"
#include
#include
#include
#define BUFLEN 128
#define TIMEOUT 20
void
sigalrm(int signo)
{
}
void
print_uptime(int sockfd, struct addrinfo *ai
www.eeworm.com/read/364071/9922712
h myuart.h
void Uart_Init(int Uartnum, int mclk,int baud);
void Uart_SendByte(int Uartnum, unsigned char data);
void Uart_Printf(char *fmt,...);
char Uart_Getch(char* Revdata, int Uartnum, int timeout);
void
www.eeworm.com/read/166965/9987775
cpp servicebroker.cpp
#include "stdafx.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
#define TIMER_EVENT_TIMEOUT 100 //用于设置某个请求的过期事件
#include "ServiceBroke