代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/403510/2311317
java als.java
/* -*- tab-width: 4 -*-
*
* Electric(tm) VLSI Design System
*
* File: ALS.java
* Asynchronous Logic Simulator main module
* Original C Code written by Brent Serbin and Peter J. Gallant
* Transl
www.eeworm.com/read/369339/2800921
1 kill.1
.th KILL I 2/8/75
.sh NAME
kill \*- terminate a process
.sh SYNOPSIS
.bd kill
[ \fB\*-\fRsigno ]
processid ...
.sh DESCRIPTION
Kills the specified processes.
The process number of each asynchronous pr
www.eeworm.com/read/263726/4299871
xif rtrmgr_client.xif
/* $XORP: xorp/xrl/interfaces/rtrmgr_client.xif,v 1.4 2005/07/02 04:20:22 pavlin Exp $ */
/*
* Router Manager Client XRL interface.
* These are asynchronous callbacks from the Router Manager
*/
www.eeworm.com/read/261703/4319772
vhd counter5.vhd
-- Stretchable loadable, up/down/hold counter
-- with load and asynchronous high reset
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity counter is
gener
www.eeworm.com/read/201496/15406150
asm ex1401.asm
;
; UART (Universal Asynchronous Receiver Transmitter)
;
; Transmit ASCII of 4x4 keys w/o display (by polling )
; Display received ASCII on LCD ( by Interrupt )
;
;
LIST P=16F877, R=DEC
#IN
www.eeworm.com/read/100313/15877319
tr3 async-fa.tr3
Page 1 Document TR30.4.1/89-01001R4
January 1989
ELECTRONIC INDUSTRIES ASSOCIATION
AD HOC SUBCOMMITTEE TR30.4.1
Project: PN-2188, Asynchronous Facsimile D
www.eeworm.com/read/430016/8772608
c pppasyncframing.c
/* pppAsyncFraming.c - PPP Asynchronous HDLC Framing */
/* Copyright 1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01w,07oct02,ijm incremen
www.eeworm.com/read/382592/9017271
v u_xmit.v
//
// U_XMIT.v
//
// This is the asynchronous transmitter
// portion of the UART.
//
module u_xmit( sys_clk,
sys_rst_l,
uart_xmitH,
xmitH,
xmit_dataH,
xmit_doneH
www.eeworm.com/read/175308/9552719
ex-21-12
// Example 21-12: Implementing an asynchronous network file server
using System;
using System.Net.Sockets;
using System.Text;
using System.IO;
// get a file name from the client
// open the
www.eeworm.com/read/175308/9552739
ex-21-13
//Example 21-13: Implementing a client for an asynchronous network file server
using System;
using System.Net.Sockets;
using System.Threading;
using System.Text;
using System.Runtime.Serializat