代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/252364/4409351
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/162614/5536021
java timeout.java
/* TIMEOUT.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms o
www.eeworm.com/read/162519/5545553
java timeout.java
/* TIMEOUT.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms o
www.eeworm.com/read/161763/5549924
frm timeout.frm
VERSION 5.00
Begin VB.Form Timeout
Caption = "Timeout Setting Demo"
ClientHeight = 4236
ClientLeft = 132
ClientTop = 588
ClientWidth = 5772
www.eeworm.com/read/161763/5549927
vbp timeout.vbp
Type=Exe
Module=PComm; ..\PComm.bas
Module=Global; ..\Global.bas
Module=Mxtool; ..\MxTool.bas
Form=Timeout.frm
Form=RStat.frm
Form=WStat.frm
Module=TimeProc; TimeProc.bas
Form=..\About.frm
Fo
www.eeworm.com/read/161763/5549946
vc timeout.vc
#
# Microsoft makefile for TIMEOUT
# Please run VC tool first to set environment:
# vcvars32 x86
#
# To use: "nmake -f timeout.vc"
#
EXPATH = ..
LIBPATH = ..\..\..\lib
CCFLAGS = -c -DW
www.eeworm.com/read/161763/5549948
c timeout.c
/************************************************************************
TimeOut.c
-- Main module for read & write timeout setting example program.
Description:
1.Select "set
www.eeworm.com/read/161763/5549949
rc timeout.rc
/*
Timeout Demo example resource file.
*/
#include
#include "resource.h"
#include "pdlg.rc"
IDM_TIMEOUT MENU DISCARDABLE
BEGIN
POPUP "&Port"
BEGIN
MENUIT
www.eeworm.com/read/161763/5549950
bc timeout.bc
#
# Borland makefile for SIMPLE
# Please set BC command line environment first.
# (PATH ; INCLUDE; LIB)
# Requires PComm.dll
#
# To use: "make -f timeout.bc"
#
EXPATH = ..
LIBPATH = ..\..