代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/375190/2731655
qbk async.qbk
[/
/ Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
/
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
/ file LICENSE_1_0.txt or copy at
www.eeworm.com/read/265878/4280495
js async.js
/***
MochiKit.Async 1.3.1
See for documentation, downloads, license, etc.
(c) 2005 Bob Ippolito. All rights Reserved.
***/
if (typeof(dojo) != 'undefined') {
dojo.prov
www.eeworm.com/read/261703/4319708
v async.v
// Asynchronous state machines (small ones)
// Do not give these designs to a synthesis tool because the
// optimizer will remove the gates you put in for hazard suppression.
//
// Synplify-Lite c
www.eeworm.com/read/261703/4319790
vhd async.vhd
-- Asynchronous state machines (small ones)
-- Do not give these designs to a synthesis tool because the
-- optimizer will remove the gates you put in for hazard suppression.
--
-- Synplify-Lite c
www.eeworm.com/read/160303/5572539
c async.c
/*
* Copyright (C) 2003, Michael Richardson
* Derived from code: Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute th
www.eeworm.com/read/160303/5572571
h async.h
/*
* Copyright (C) 2003 Michael Richardson
* Contributed by Michael Richardson while working
* on the Linux FreeS/WAN project in 2003.
*
* Permission to use, copy, modify, and
www.eeworm.com/read/158872/5592075
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/158872/5592081
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/155070/5629699
aspx async.aspx
private QuoteDetails[] quotes;
public void Page_Load(Object Sender, EventArgs e) {
quotes = (QuoteDetails[])Application["QuoteDetails"];
}
www.eeworm.com/read/155067/5630045
aspx async.aspx
private QuoteDetails[] quotes;
public void Page_Load(Object Sender, EventArgs e) {
quotes = (QuoteDetails[])Application["QuoteDetails"];
}