代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/229260/4758539
h async.h
/* openbios/arch/pallas/redwood5/async.h, redbios, redbios_iii_1.0 6/14/99 14:34:35 */
/*-----------------------------------------------------------------------------+
|
| This source code has b
www.eeworm.com/read/229260/4758549
h async.h
/* openbios/arch/pallas/redwood5/async.h, redbios, redbios_iii_1.0 6/14/99 14:34:35 */
/*-----------------------------------------------------------------------------+
|
| This source code has b
www.eeworm.com/read/201516/5058458
aspx async.aspx
Dim quotes() As QuoteDetails
Public Sub Page_Load(Sender As Object, e As EventArgs)
quotes = CType(Application("QuoteDetails"), QuoteDe
www.eeworm.com/read/201514/5058749
aspx async.aspx
private QuoteDetails[] quotes;
public void Page_Load(Object Sender, EventArgs e) {
quotes = (QuoteDetails[])Application["QuoteDetails"];
}
www.eeworm.com/read/199484/5077020
aspx async.aspx
Dim quotes() As QuoteDetails
Public Sub Page_Load(Sender As Object, e As EventArgs)
quotes = CType(Application("QuoteDetails"), QuoteDe
www.eeworm.com/read/192230/5159488
exp async.exp
# Copyright (C) 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
www.eeworm.com/read/192230/5159491
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/183001/5259277
c async.c
/*-------------------------------------------------------------------------
*
* async.c
* Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
*
* Portions Copyright (c) 1996-2005, PostgreSQL Gl
www.eeworm.com/read/183001/5259858
h async.h
/*-------------------------------------------------------------------------
*
* async.h
* Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
*
* Portions Copyright (c) 1996-2005, PostgreSQL Gl
www.eeworm.com/read/177235/5331886
t async.t
#!./perl
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
@INC = '../lib' if -d '../lib';
}
}
use Test;
BEGIN {plan tests => 20}
use SNMP;
use vars qw($agent_port $com