代码搜索:asynchronous

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

代码结果 2,366
www.eeworm.com/read/317484/3579518

vhd asyncrom_01.vhd

--Asynchronous ROMs storing the instructions. Generated automatically --For details please refer to the documentation library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use
www.eeworm.com/read/306677/3735181

h quote2.h

/* getQuote example with asynchronous SOAP messaging */ //gsoap ns service name: quote //gsoap ns service style: rpc //gsoap ns service encoding: encoded //gsoap ns service namespace: urn:xmethods-del
www.eeworm.com/read/306245/3744470

cpp active1.cpp

// Active1.cpp // // Copyright (c) 1999-2007 Symbian Software Ltd. All rights reserved. // // $Change: 937687 $ // // Active1 exercise // Asynchronous keyboard processing with messenger prog
www.eeworm.com/read/304657/3793722

java resolverlistener.java

// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org) package org.xbill.DNS; import java.util.EventListener; /** * An interface to the asynchronous resolver. * @see Resolver * * @aut
www.eeworm.com/read/430037/1942737

m pr4_16.m

%Problem 4.16; %verifying small contribution of external MAI in asynchronous cellular cdma %network; clear all; close all; N=80; K=30; %spreading factor and number of users per cell; S=(-1).^u
www.eeworm.com/read/411765/2182190

v cal_div2f.v

`timescale 1ns/100ps module cal_div2f( reset, iclk, oclk ); input reset; input iclk; output oclk; reg oclk; reg poclk; // asynchronous reset
www.eeworm.com/read/411765/2182740

v cal_div2f.v

`timescale 1ns/100ps module cal_div2f( reset, iclk, oclk ); input reset; input iclk; output oclk; reg oclk; reg poclk; // asynchronous reset
www.eeworm.com/read/411765/2184028

v cal_div2f.v

`timescale 1ns/100ps module cal_div2f( reset, iclk, oclk ); input reset; input iclk; output oclk; reg oclk; reg poclk; // asynchronous reset
www.eeworm.com/read/403510/2311314

java usercom.java

/* -*- tab-width: 4 -*- * * Electric(tm) VLSI Design System * * File: UserCom.java * Asynchronous Logic Simulator user functions * Original C Code written by Brent Serbin and Peter J. Gallant *
www.eeworm.com/read/403510/2311315

java flat.java

/* -*- tab-width: 4 -*- * * Electric(tm) VLSI Design System * * File: Flat.java * Asynchronous Logic Simulator network flattening * Original C Code written by Brent Serbin and Peter J. Gallant