代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/141295/5774079
c select.c
/* Redefinition of the open system call, so that we can mark it
* as non-blocking and asynchronous */
#include
#include
#include
#include
#include
www.eeworm.com/read/157785/11663017
v unsigned_mult_17x17_rr.v
//
// Module: UNSIGNED_MULT_17X17
//
// Description: Verilog Sub-module
// 17-bit X 17-bit embedded unsigned multiplier (asynchronous)
//
// Device: Virtex-II Family
//
// Copyright (c) 2000 Xilinx,
www.eeworm.com/read/157516/11696837
m gene_2d_2sen.m
% gene_2d_2sen.m
%
% generate the measurements for a 2-D scenario of two closely spaced targets with
% two asynchronous sensors
function measurement = gene_2d_2sen(target)
% define SNR
SNRdb
www.eeworm.com/read/233418/14154502
txt multi-method.txt
/* $Id: nnls.c,v 1.7 2000/11/07 16:29:30 tgkolda Exp $ */
/* $Source: /usr/local/cvsroot/appspack/apps/src/nnls.c,v $ */
/* Distributed with ASYNCHRONOUS PARALLEL PATTERN SEARCH (APPS) */
/* Th
www.eeworm.com/read/129999/14212816
c ppp_ahdlc.c
/*
* ppp_ahdlc.c - STREAMS module for doing PPP asynchronous HDLC.
*
* Re-written by Adi Masputra , based on
* the original ppp_ahdlc.c
*
* Copyright (c) 2000 by Sun Micro
www.eeworm.com/read/129999/14212848
c ppp_ahdlc.c
/*
* ppp_ahdlc.c - STREAMS module for doing PPP asynchronous HDLC.
*
* Re-written by Adi Masputra , based on
* the original ppp_ahdlc.c
*
* Copyright (c) 2000 by Sun Micro
www.eeworm.com/read/18261/782767
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/18335/784547
vhd counter3.vhd
-- 8 bit up-counter with load, count
-- enable, and asynchronous high reset
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity counter is
port (d : in st
www.eeworm.com/read/237048/4634516
java workmanager.java
/*
* $Id: WorkManager.java,v 1.1 2004/02/24 08:04:21 epr Exp $
*/
package org.jnode.work;
/**
* Manager of small asynchronous bits of work.
*
* @author Ewout Prangsma (epr@users.sou
www.eeworm.com/read/216499/4892561
u6
.sp 3
.SH Index
Index
.LP
.sp 2
.nf
& (asynchronous process) 8
; (multiple processes) 8
* (pattern match) 5
[ ] (pattern match) 6
? (pattern match) 6
(redirect I/O) 7
>> (file append) 12
bac