代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/403510/2311316
java command.java
/* -*- tab-width: 4 -*-
*
* Electric(tm) VLSI Design System
*
* File: Command.java
* Asynchronous Logic Simulator command handler
* Original C Code written by Brent Serbin and Peter J. Gallant
www.eeworm.com/read/403510/2311318
java sim.java
/* -*- tab-width: 4 -*-
*
* Electric(tm) VLSI Design System
*
* File: Sim.java
* Asynchronous Logic Simulator engine
* Original C Code written by Brent Serbin and Peter J. Gallant
* Translated
www.eeworm.com/read/366702/2883855
c darwin-weakimport-3.c
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-fno-asynchronous-unwind-tables" } */
/* { dg-require-weak "" } */
/* { dg-final { scan-assembler-not "coalesced" } } */
extern void f
www.eeworm.com/read/161121/5559723
txt sab8253xfs.txt
*_Functional Specification of SAB8253X ASLX Driver for Linux_*
The SAB8253X serial interface chip is very flexible. It supports most
of the standard asynchronous serial transmission modes as wel
www.eeworm.com/read/174006/9612554
txt 17.7.txt
Listing 17.7 Making Asynchronous Web Method Calls
private void btnGo_Click(object sender, System.EventArgs e)
{
localhost.LotteryNumberGenerator gen = new
localhost.LotteryNumberGenerator();
gen.
www.eeworm.com/read/135592/13918476
c nfsiod.c
/*
* linux/fs/nfs/nfsiod.c
*
* Async NFS RPC call support.
*
* When a process wants to place an asynchronous RPC call, it reserves
* an nfsiod slot, fills in all necessary fields including the c
www.eeworm.com/read/203302/15362781
c pso.c
/*
This program optimizes five benchmark functions using swarm algorithm
Asynchronous version
Yuhui Shi, May 15, 1998
*/
#include "headfile.h"
#include "global.h"
#include "mem_loc.h"
www.eeworm.com/read/189495/8467100
dta
#!/bin/csh
#
# Script file to test asynchronous communication lines.
#
# Arguments:
# $1 The input device.
# $2 The output device.
# $3 The baud rate(s).
# $4 The log file name.
#
# Modification Histo
www.eeworm.com/read/181687/9241507
html readme.html
adns - advanced, alternative, asynchronous resolver
www.eeworm.com/read/175308/9552721
ex-21-11
// Example 21-11: Implementing a client for asynchronous network I/O
using System;
using System.Net.Sockets;
using System.Threading;
using System.Runtime.Serialization.Formatters.Binary;
publ