代码搜索:establish
找到约 350 项符合「establish」的源代码
代码结果 350
www.eeworm.com/read/139250/13169545
h miniexec.h
/* Hacks to make msc comply with turbo */
#ifdef _MSC_VER
#include
#include
#endif
/* typedef void (__cdecl __interrupt __far *INTPTR)(); */
typedef void (*TMRPTR)(COUNT);
www.eeworm.com/read/408786/11369735
h miniexec.h
/* Hacks to make msc comply with turbo */
#ifdef _MSC_VER
#include
#include
#endif
/* typedef void (__cdecl __interrupt __far *INTPTR)(); */
typedef void (*TMRPTR)(COUNT);
www.eeworm.com/read/147341/12562019
h miniexec.h
/* Hacks to make msc comply with turbo */
#ifdef _MSC_VER
#include
#include
#endif
/* typedef void (__cdecl __interrupt __far *INTPTR)(); */
typedef void (*TMRPTR)(COUNT);
www.eeworm.com/read/136989/5829921
cpp ort_test_iorinterceptor.cpp
#include "ORT_test_IORInterceptor.h"
#include "ObjectReferenceFactory.h"
#include "tao/ORB_Constants.h"
ACE_RCSID (ORT,
ORT_test_IORInterceptor,
"ORT_test_IORInterceptor
www.eeworm.com/read/164999/10079258
h micro.h
/*****************************************************************************
* File: micro.h
* Description: This header file contains the function prototype to the
* primary i
www.eeworm.com/read/411429/11245874
h micro.h
/*****************************************************************************
* File: micro.h
* Description: This header file contains the function prototype to the
* primar
www.eeworm.com/read/283598/9002939
txt bsd socket 简易入门手册.txt
BSD Socket 简易入门手册
--------------------------------------------------------------------------------
第八军团 时间:2004-1-17 21:42:54
类比 (什么是 socket ?)
装上你的新电话(怎样侦听?)
拨号 (如何调用 socket)
谈
www.eeworm.com/read/481029/6655681
h file.h
#ifndef _FILE_H
#define _FILE_H
#include "createtable.h"
#include "establish.h"
#include "delete.h"
#include "update.h"
#include "select.h"
#endif
www.eeworm.com/read/209207/15225853
c bwb_tcc.c
/* This is for Borland Turbo C++ only: it requests the linker to
establish a larger-than-usual stack of 8192 bytes for bwBASIC */
extern unsigned _stklen = 8192U;