代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/412662/2166688
c async.c
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------
www.eeworm.com/read/412662/2166689
h async.h
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------
www.eeworm.com/read/410728/2204761
exp async.exp
# Copyright 1999
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# t
www.eeworm.com/read/410728/2204767
c async.c
#ifdef PROTOTYPES
int
foo (void)
#else
int
foo ()
#endif
{
int x, y;
x = 5;
y = 3;
return x + y;
}
#ifdef PROTOTYPES
int
main (void)
#else
int
main ()
#endif
{
int y, z;
y = 2;
z = 9;
y
www.eeworm.com/read/409921/2226058
c async.c
/* Async WINSOCK DNS services
*
* Copyright (C) 1993,1994,1996,1997 John Brezak, Erik Bos, Alex Korobka.
* Copyright (C) 1999 Marcus Meissner
*
* This library is free software; you can redistribu
www.eeworm.com/read/389332/2541192
js async.js
// holds an instance of XMLHttpRequest
var xmlHttp = createXmlHttpRequestObject();
// creates an XMLHttpRequest instance
function createXmlHttpRequestObject()
{
// will store the reference t
www.eeworm.com/read/387667/2557307
h async.h
/*-------------------------------------------------------------------------
*
* async.h
* Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
*
* Portions Copyright (c) 1996-2006, PostgreSQL Gl
www.eeworm.com/read/383333/2618592
h async.h
/*
* Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Informatio