代码搜索:asynchronous

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

代码结果 2,366
www.eeworm.com/read/434902/7800435

swf asynchronous.swf

www.eeworm.com/read/156773/11775860

vhd asynchronous.vhd

LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; entity asynchronous is port(reset,TXC,RXC,RXD:IN STD_LOGIC; CS,A0,RD,WR:IN STD_LOGIC; TXD:OUT STD_LOGIC; D
www.eeworm.com/read/156773/11775988

hif asynchronous.hif

HIF003 -- -- Copyright (C) 1988-2001 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an
www.eeworm.com/read/156773/11776145

acf asynchronous.acf

-- -- Copyright (C) 1988-2001 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any
www.eeworm.com/read/156773/11776168

mmf asynchronous.mmf

www.eeworm.com/read/379392/2674298

js asynchronous.js

/* Copyright 2006 Christian Gross http://www.devspace.com From the book Ajax Patterns and Best Practices Licensed under the Apache License, Version 2.0 (the "License"); you may not
www.eeworm.com/read/287493/8684963

htm asynchronous communication.htm

Asynchronous Communi
www.eeworm.com/read/431179/8705826

txt dff asynchronous.txt

---------------------------d ff asynchrnous----------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity dff is P
www.eeworm.com/read/169281/9870444

dsw asynchronous calls.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/440364/7690228

txt asynchronous fifo.txt

1 //========================================== 2 // Function : Asynchronous FIFO (w/ 2 asynchronous clocks). 3 // Coder : Alex Claros F. 4 // Date : 15/May/2005. 5 // Notes