代码搜索:Parallel

找到约 6,530 项符合「Parallel」的源代码

代码结果 6,530
www.eeworm.com/read/252132/12300626

vhd shiftlne.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; -- right-to-left shift register with parallel load and enable ENTITY shiftlne IS GENERIC ( N : INTEGER := 4 ) ; PORT( R : IN STD_LOGIC_VECTOR
www.eeworm.com/read/252132/12300628

vhd shiftrne.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; -- left-to-right shift register with parallel load and enable ENTITY shiftrne IS GENERIC ( N : INTEGER := 4 ) ; PORT ( R : IN STD_LOGIC_VECTO
www.eeworm.com/read/252132/12300644

vhd shiftrne.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; -- left-to-right shift register with parallel load and enable ENTITY shiftrne IS GENERIC ( N : INTEGER := 4 ) ; PORT ( R : IN STD_LOGIC_VECTO
www.eeworm.com/read/252132/12300656

vhd shiftlne.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; -- right-to-left shift register with parallel load and enable ENTITY shiftlne IS GENERIC ( N : INTEGER := 4 ) ; PORT( R : IN STD_LOGIC_VECTOR
www.eeworm.com/read/132078/14110990

m dir2par.m

function [C,B,A] = dir2par(b,a); % DIRECT-form to PARALLEL-form conversion % -------------------------------------- % [C,B,A] = dir2par(b,a) % C = Polynomial part when length(b) >= length(a) %
www.eeworm.com/read/232307/14198974

makefile

# # Makefile for Parallel port IDE device drivers. # # 7 October 2000, Bartlomiej Zolnierkiewicz # Rewritten to use lists instead of if-statements. # obj-$(CONFIG_PARIDE) += pari
www.eeworm.com/read/232307/14199025

c bpck6.c

/* backpack.c (c) 2001 Micro Solutions Inc. Released under the terms of the GNU General Public license backpack.c is a low-level protocol driver for the Micro Solutions "BACKPACK" parallel port
www.eeworm.com/read/221024/14772814

html http:^^www.cs.washington.edu^research^projects^zpl^papers^abstracts^ironman.html

Date: Tue, 10 Dec 1996 23:11:35 GMT Server: NCSA/1.4.2 Content-type: text/html IRONMAN: An Architecture Independent Communication Interface for Parallel Computers
www.eeworm.com/read/119154/14838275

sh sysvlp.sh

#!/bin/sh # $Id: sysvlp.sh $ # System V 3.2 lp interface for parallel, postscript printer # with ghostscript 2.5.n. # # Thanks to Arne Ludwig (arne@rrzbu.hanse.de) for this script. # DEVICE
www.eeworm.com/read/211300/15183116

m dir2par.m

function [C,B,A] = dir2par(b,a); % DIRECT-form to PARALLEL-form conversion % -------------------------------------- % [C,B,A] = dir2par(b,a) % C = Polynomial part when length(b) >= length(a) %