代码搜索:asynchronous

找到约 2,366 项符合「asynchronous」的源代码

代码结果 2,366
www.eeworm.com/read/250103/4442264

h asyncdns.h

/* ** JNetLib ** Copyright (C) 2000-2001 Nullsoft, Inc. ** Author: Justin Frankel ** File: asyncdns.h - JNL portable asynchronous DNS interface ** License: see jnetlib.h ** ** Usage: ** 1. C
www.eeworm.com/read/241991/4556790

java promise.java

// $Id: Promise.java,v 1.10 2005/07/17 11:33:58 chrislott Exp $ package org.jgroups.util; import org.jgroups.TimeoutException; /** * Allows a thread to submit an asynchronous request and to wait
www.eeworm.com/read/237824/4620790

py asynsnmp.py

""" Deprecated PySNMP 1.x compatibility interface to asynchronous SNMP v.1 engine implementation. Copyright 1999-2002 by Ilya Etingof . See LICENSE for details. """ import
www.eeworm.com/read/237824/4620819

py asynrole.py

""" Asynchronous SNMP manager class based on Sam Rushing's asyncore class. Copyright 1999-2002 by Ilya Etingof . See LICENSE for details. """ from types import ClassType impor
www.eeworm.com/read/211147/4946352

lst prac9_asyn_thinking_02400.lst

Archelon msp430 Assembler Version 1.58 2004/03/12 File F:\soft\Practice\prac9_comm\asynchronous\prac9_asyn_thinking_02400.asm Page 1 1 28
www.eeworm.com/read/211147/4946354

lst prac9_asyn_thinking_19200.lst

Archelon msp430 Assembler Version 1.58 2004/03/12 File F:\soft\Practice\prac9_comm\asynchronous\prac9_asyn_thinking_19200.asm Page 1 1 28
www.eeworm.com/read/197479/5094743

c handler.c

/* handler.c Multi-threaded stand-alone event handler service Events are based on asynchronous one-way SOAP messaging using HTTP keep-alive for persistent connections The 'synchronous' global f
www.eeworm.com/read/197479/5094765

c quote2.c

/* getQuote example with asynchronous SOAP messaging */ #include "soapH.h" int main() { struct soap soap; struct ns__getQuoteResponse r; soap_init(&soap); if (soap_send_ns__getQuote(&soap, "htt
www.eeworm.com/read/343627/3218407

v cnt_vlog.v

module cnt_vlog(CLK,RESET,CE,LOAD,DIR,DIN,COUNT); // 4-bit synchronous up-down counter with count enable, // asynchronous reset and synchronous load input CLK; input RESET; input
www.eeworm.com/read/343627/3218431

v cnt_vlog.v

module cnt_vlog(CLK,RESET,CE,LOAD,DIR,DIN,COUNT); // 4-bit synchronous up-down counter with count enable, // asynchronous reset and synchronous load input CLK; input RESET; input