代码搜索:asynchronous

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

代码结果 2,366
www.eeworm.com/read/221024/14765272

edu^users^vdonalds^ http:^^www-cse.ucsd.edu^users^vdonalds^

Date: Thu, 21 Nov 1996 23:08:57 GMT Server: NCSA/1.4.2 Content-type: text/html Last-modified: Wed, 14 Aug 1996 20:36:32 GMT Content-length: 1945 Val Donaldson
www.eeworm.com/read/476033/6772727

v reginf.v

// MAX+plus II Verilog Example // Register Inference // Copyright (c) 1997 Altera Corporation module reginf(d, clk, clr, pre, load, data, q1, q2, q3, q4, q5, q6, q7); input d, clk, clr,
www.eeworm.com/read/268989/11112287

v 带load,clr等功能的寄存器.v

// Register Inference // download from: http://www.fpga.com.cn module reginf(d, clk, clr, pre, load, data, q1, q2, q3, q4, q5, q6, q7); input d, clk, clr, pre, load, data; output q1
www.eeworm.com/read/334090/12639385

asm setup_memories.asm

;----------------------------------------------------------------- ;-- -- ;-- File: macro_init_Flash_asynch.asm -- ;-- Author: Sebastien Sabatier -- ;--
www.eeworm.com/read/291453/8417585

vhd 带load、clr等功能的寄存器.vhd

-- Register Inference -- Download from: http://www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all ; ENTITY reginf IS PORT ( d, clk, clr, pre, load, data : IN BIT; q1, q2,
www.eeworm.com/read/387005/8713805

c sio.c

/* sio (used with feed) AUP2, Sec. 3.9.8 Copyright 2003 by Marc J. Rochkind. All rights reserved. May be copied only for purposes and under conditions described on the Web page www.basepath.com/
www.eeworm.com/read/387005/8713872

cpp uxaio.cpp

/* Copyright 2003 by Marc J. Rochkind. All rights reserved. May be copied only for purposes and under conditions described on the Web page www.basepath.com/aup/copyright.htm. The Example Files ar
www.eeworm.com/read/382649/9007485

h l2tp.h

/* @(#) $Header: /tcpdump/master/tcpdump/l2tp.h,v 1.5 2001-11-05 10:03:27 guy Exp $ (LBL) */ /* * Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997 * The Regents of the University of California.
www.eeworm.com/read/182385/9205543

08bcu

//---------------------------------------------------------------------------- g0000 // g0001 // BCU: module for bus c
www.eeworm.com/read/375943/9341593

h exerciseevent.h

#ifndef EXERCISEEVENT_H_ #define EXERCISEEVENT_H_ #include class MEventObserver { public: virtual void UpdateEvent(const TDesC& aText) = 0; }; class CExerciseEvent:public CActi