代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/365785/2895199
h asynchio.h
/* asynchio.h - Asynchronous I/O Author: Kees J. Bot
* 26 Jan 1995
* This is just a fake async I/O library to be used for programs
* written for Minix-vmd that must also run under standard
www.eeworm.com/read/362762/2927175
h asynchio.h
/* asynchio.h - Asynchronous I/O Author: Kees J. Bot
* 26 Jan 1995
* This is just a fake async I/O library to be used for programs
* written for Minix-vmd that must also run under standard
www.eeworm.com/read/351777/3098853
c async_io.c
/*
* $Id$
*
* DEBUG: section 32 Asynchronous Disk I/O
* AUTHOR: Pete Bentley
* AUTHOR: Stewart Forster
*
* SQUID Web Proxy Cache http://www.sq
www.eeworm.com/read/123021/6787580
shtml async_full_duplex.shtml
Internet - Asynchronous full-duplex connection c
www.eeworm.com/read/111979/15497976
htm async_full_duplex.shtml.htm
Internet - Asynchronous full-duplex connection cla
www.eeworm.com/read/291418/8421151
v icpld.v
// Quartus Verilog Template
// Counter with synchronous load and active low asynchronous clear
module icpld (
input [2:0] SWITCH_MODE,RAM_ADDR_LATCH,
input [3:0] RAM_DATA_SEL,MCU_CODE,
in
www.eeworm.com/read/177906/9427062
vhd utils.vhd
library IEEE,STD;
use IEEE.std_logic_1164.all;
entity synchroniser is
port (
C1 : in std_logic;-- Asynchronous signal
C : in std_logic;-- Clock
O : out std_logic);-- Synchronis
www.eeworm.com/read/277141/10665280
htm otl4_ex321.htm
OTL 4.0, Example 321 (Oracle 10.2, asynchronous commit /
commit_nowait))
www.eeworm.com/read/399906/7826070
htm otl4_ex321.htm
OTL 4.0, Example 321 (Oracle 10.2, asynchronous commit /
commit_nowait))
www.eeworm.com/read/141295/5774073
c open.c
/* Redefinition of the open system call, so that we can mark it
* as non-blocking and asynchronous */
#include
#include
#include
#include
int
setupFi