代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/292526/3952288
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/292526/3952291
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/292526/3952292
vbw timeout.vbw
PComm = 0, 0, 0, 0, C
Global = 0, 0, 0, 0, C
Mxtool = 0, 0, 0, 0, C
Timeout = 0, 0, 0, 0, C, 0, 0, 0, 0, C
RStat = 0, 0, 0, 0, C, 0, 0, 0, 0, C
WStat = 0, 0, 0, 0, C, 0, 0, 0, 0, C
TimeProc = 22
www.eeworm.com/read/292526/3952310
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/292526/3952312
c timeout.c
/************************************************************************
TimeOut.c
-- Main module for read & write timeout setting example program.
Description:
1.Select "set
www.eeworm.com/read/292526/3952313
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/292526/3952314
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 = ..\..
www.eeworm.com/read/292526/3952335
dpr timeout.dpr
program Timeout;
uses
Forms,
About in '..\About.pas' {AboutFrm},
Config in '..\Config.pas' {CfgForm},
ExGlobal in '..\ExGlobal.pas',
MxTool in '..\MxTool.pas',
TmOutM in 'TmOutM.p