代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/435917/7781229
test async.test
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#*************************************
www.eeworm.com/read/146299/12660570
h async.h
//-< ASYNC.H >-------------------------------------------------------*--------*
// SAL Version 1.0 (c) 1997 GARRET * ? *
// (System Abstraction Layer)
www.eeworm.com/read/146299/12660585
cxx async.cxx
//-< ASYNC.CXX >-----------------------------------------------------*--------*
// SAL Version 1.0 (c) 1997 GARRET * ? *
// (System Abstraction Layer)
www.eeworm.com/read/332478/12755051
h async.h
#pragma once
#include "connection.h"
#include "protocol.h"
#include "struct.h"
extern int InitAsync(void);
extern void OnDestroyForAsync();
extern CConnection* g_pConnection;
//extern Clien
www.eeworm.com/read/332478/12755066
cpp async.cpp
#include "..\stdafx.h"//021007 lsw
#include "Async.h"
#include "msgproc.h"
#include "network.h"
#include "connection.h"
#include "../china/mysocket.h"
#include "../China/QueryDBSocket.h"
#inclu
www.eeworm.com/read/325411/13207474
h async.h
///////
// Include for use with ASYNCx.LIB.
///////
////
// The following #defines should be used with a_close(), a_getmcr(),
// and a_setmcr() functions.
////
#define MCR_DTR 1 // Turns DT
www.eeworm.com/read/325411/13207508
doc async.doc
ASYNCx.LIB 1.30 Documentation 11/28/90
HISTORY:
Version 1.00 - 3/7/89:
This version supports the basic fu
www.eeworm.com/read/325411/13207527
c async.c
/* A module of ASYNCx.LIB version 1.20 */
#include /* calloc, free, and malloc */
#include /* MK_FP and port I/O */
#include "asyncdef.h"
#define peekl(a,b) (*((lon
www.eeworm.com/read/137346/13327713
h async.h
#ifndef _ASYNC_H_
#define _ASYNC_H_
int AsyncInit( int Port);
void AsyncStop( void),
AsyncClear( void),
AsyncOut( int c),
AsyncHand( int handshake),
AsyncSet( int Baud, int Control)